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 /
conf /
Delete
Unzip
Name
Size
Permission
Date
Action
Debian
[ DIR ]
drwxr-xr-x
2026-04-01 09:39
GNU
[ DIR ]
drwxr-xr-x
2026-04-01 09:39
Ubuntu
[ DIR ]
drwxr-xr-x
2026-04-01 09:39
examples
[ DIR ]
drwxr-xr-x
2026-04-01 09:39
templates
[ DIR ]
drwxr-xr-x
2026-04-01 09:39
Linux-i386.conf
48
B
-rw-r--r--
2026-04-01 09:39
Linux-ia64.conf
498
B
-rw-r--r--
2026-04-01 09:39
Linux-ppc64.conf
1.03
KB
-rw-r--r--
2026-04-01 09:39
Linux-ppc64le.conf
1.27
KB
-rw-r--r--
2026-04-01 09:39
Linux-s390.conf
383
B
-rw-r--r--
2026-04-01 09:39
SUSE_LINUX.conf
113
B
-rw-r--r--
2026-04-01 09:39
Ubuntu.conf
1.23
KB
-rw-r--r--
2026-04-01 09:39
default.conf
236.39
KB
-rw-r--r--
2026-04-01 09:39
Save
Rename
REQUIRED_PROGS+=( sfdisk ofpathname ) PROGS+=( mkofboot ofpath ybin yabootconfig pseries_platform nvram bc agetty ) if grep -q "emulated by qemu" /proc/cpuinfo ; then # Qemu/KVM virtual machines don't need bootlist - don't complain if # it is missing PROGS+=( bootlist ) else # PowerVM environment, we need to run bootlist, otherwise # we can't make the system bpotable. Be strict about requiring it REQUIRED_PROGS+=( bootlist ) fi COPY_AS_IS+=( /usr/lib/yaboot/yaboot /usr/lib/yaboot/ofboot /usr/lib/yaboot/yaboot.debug /usr/lib/yaboot/addnote ) # If not specified have no firmware files in the recovery system on Linux-ppc64 architecture # because only ppc64le Linux can run in BareMetal Mode (PowerNV) where firmware files are needed # cf. https://github.com/rear/rear/issues/1142#issuecomment-276050900 # test for "${name[*]}" because FIRMWARE_FILES is an array and the test should succeed # when there is any non-empty array member, (not necessarily the first one): test "${FIRMWARE_FILES[*]}" || FIRMWARE_FILES=( 'no' )