Linux ih01.iridiumhosting.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
LiteSpeed
Server IP : 67.227.241.211 & Your IP : 216.73.216.226
Domains :
Cant Read [ /etc/named.conf ]
User : dustinhy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
MXB /
rear /
usr /
share /
rear /
prep /
YUM /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
050_prep_python.sh
1.13
KB
-rw-r--r--
2026-04-01 09:39
070_set_backup_archive.sh
19.52
KB
-rw-r--r--
2026-04-01 09:39
200_selinux_in_use.sh
3.02
KB
-rw-r--r--
2026-04-01 09:39
400_prep_yum.sh
3.57
KB
-rw-r--r--
2026-04-01 09:39
Save
Rename
# This file is part of Relax-and-Recover, licensed under the GNU General # Public License. Refer to the included COPYING for full text of license. # At SLES11 /usr/bin/python is a link to ./python2.6 # and because copy failed with an error "cp: not writing through dangling symlink" # we need to put in the link target ... PYTHON="$(which python)" if [ -h "$PYTHON" ]; then PYTHON_BIN=$(basename $(readlink "$PYTHON")) else PYTHON_BIN="$PYTHON" fi REQUIRED_PROGS+=( "$PYTHON_BIN" ) COPY_AS_IS+=( /etc/python /etc/python2.6 /etc/python2.7 /usr/lib/pymodules /usr/lib/pyshared /usr/lib/python2.6 /usr/lib64/python2.6 /usr/lib64/python2.6/lib-dynload /usr/lib64/python2.6/site-packages /usr/lib/python2.7 /usr/lib64/python2.7 /usr/lib/python3 /usr/lib/python3.1 /usr/share/pycentral-data /usr/share/pyshared /usr/share/pyshared-data /usr/share/python /usr/share/python-apt /usr/share/python-support /var/lib/pycentral /usr/include/python2.6/pyconfig-64.h /usr/include/python2.7/pyconfig.h ) LIBS+=( /usr/lib/librsync.so.1.0.2 /usr/lib64/librsync.so.1 /usr/lib64/libexpat.so.1 /lib/libexpat.so.1 /lib/x86_64-linux-gnu/libexpat.so.1 /usr/lib/cruft )