Linux bear.hostingplus.cl 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
LiteSpeed
Server IP : 192.140.57.17 & Your IP : 216.73.216.41
Domains :
Cant Read [ /etc/named.conf ]
User : explo
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
Delete
Unzip
Name
Size
Permission
Date
Action
Modules
[ DIR ]
drwxr-xr-x
2024-04-12 23:52
aclocal
[ DIR ]
drwxr-xr-x
2026-02-17 01:19
aclocal-1.16
[ DIR ]
drwxr-xr-x
2024-04-12 23:59
adobe
[ DIR ]
drwxr-xr-x
2024-04-12 23:52
autoconf
[ DIR ]
drwxr-xr-x
2025-07-29 15:03
automake-1.16
[ DIR ]
drwxr-xr-x
2024-04-12 23:59
awk
[ DIR ]
drwxr-xr-x
2024-04-11 13:53
bash-completion
[ DIR ]
drwxr-xr-x
2026-01-23 12:38
bison
[ DIR ]
drwxr-xr-x
2024-04-13 01:17
cmake
[ DIR ]
drwxr-xr-x
2024-04-05 16:56
cracklib
[ DIR ]
drwxr-xr-x
2024-04-11 13:53
crypto-policies
[ DIR ]
drwxr-xr-x
2024-04-11 13:53
emacs
[ DIR ]
drwxr-xr-x
2025-07-15 06:02
enchant
[ DIR ]
drwxr-xr-x
2024-04-12 23:59
file
[ DIR ]
drwxr-xr-x
2025-10-17 02:32
fontconfig
[ DIR ]
drwxr-xr-x
2024-04-12 23:40
fonts
[ DIR ]
drwxr-xr-x
2024-04-12 23:52
ghostscript
[ DIR ]
drwxr-xr-x
2025-06-02 22:48
git-core
[ DIR ]
drwxr-xr-x
2025-07-23 02:59
gnupg
[ DIR ]
drwxr-xr-x
2026-01-17 01:18
groff
[ DIR ]
drwxr-xr-x
2024-04-11 13:53
i18n
[ DIR ]
drwxr-xr-x
2025-12-08 06:36
imunify360
[ DIR ]
drwxr-xr-x
2025-08-05 01:22
info
[ DIR ]
drwxr-xr-x
2026-01-17 01:20
l.v.e-manager
[ DIR ]
drwxr-xr-x
2026-03-06 01:17
libgpg-error
[ DIR ]
drwxr-xr-x
2024-04-11 13:53
libtool
[ DIR ]
drwxr-xr-x
2025-07-29 14:33
locale
[ DIR ]
drwxr-xr-x
2025-12-11 01:30
lve-stats
[ DIR ]
drwxr-xr-x
2026-03-06 01:17
man
[ DIR ]
drwxr-xr-x
2024-04-12 23:41
misc
[ DIR ]
drwxr-xr-x
2025-10-17 02:32
modulefiles
[ DIR ]
drwxr-xr-x
2023-10-14 15:46
myspell
[ DIR ]
drwxr-xr-x
2024-04-13 01:17
mysql
[ DIR ]
drwxr-xr-x
2025-12-23 01:21
nano
[ DIR ]
drwxr-xr-x
2025-07-29 15:21
perl5
[ DIR ]
drwxr-xr-x
2025-07-29 15:11
python-cllib
[ DIR ]
drwxr-xr-x
2026-02-06 01:19
screen
[ DIR ]
drwxr-xr-x
2024-04-12 23:36
snmp
[ DIR ]
drwxr-xr-x
2026-01-19 05:19
tabset
[ DIR ]
drwxr-xr-x
2024-04-11 13:52
tcl8
[ DIR ]
drwxr-xr-x
2024-04-12 23:40
tcl8.6
[ DIR ]
drwxr-xr-x
2024-04-12 23:40
terminfo
[ DIR ]
drwxr-xr-x
2024-04-11 13:52
vim
[ DIR ]
drwxr-xr-x
2024-04-12 23:52
xml
[ DIR ]
drwxr-xr-x
2024-04-12 23:59
zoneinfo
[ DIR ]
drwxr-xr-x
2025-12-23 01:22
zsh
[ DIR ]
drwxr-xr-x
2024-04-11 13:53
config.site
880
B
-rw-r--r--
2024-08-13 15:30
magic
940.67
KB
-rw-r--r--
2025-10-07 03:30
Save
Rename
# This is the config.site file to satisfy FHS defaults when installing below # /usr. # # You may override this file by your config.site using the CONFIG_SITE env # variable. # # Note: This file includes also RHEL/Fedora fix for installing libraries into # "/lib/lib64" on 64bit systems. if test -n "$host"; then # skip when cross-compiling return 0 fi if test "$prefix" = /usr \ || { test "$prefix" = NONE && test "$ac_default_prefix" = /usr ; } then test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc test "$sharedstatedir" = '${prefix}/com' && sharedstatedir=/var test "$localstatedir" = '${prefix}/var' && localstatedir=/var ARCH=`uname -m` for i in x86_64 ppc64 s390x aarch64; do if test $ARCH = $i; then test "$libdir" = '${exec_prefix}/lib' && libdir='${exec_prefix}/lib64' break fi done fi