Linux ih01.iridiumhosting.com 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
LiteSpeed
Server IP : 67.227.241.211 & Your IP : 216.73.217.87
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 /
build /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
490_fix_broken_links.sh
5.81
KB
-rw-r--r--
2026-04-01 09:39
500_ssh_setup.sh
8.36
KB
-rw-r--r--
2026-04-01 09:39
501_check_ssh_keys.sh
6.18
KB
-rw-r--r--
2026-04-01 09:39
502_include_mdadm_conf.sh
345
B
-rw-r--r--
2026-04-01 09:39
503_store_tty_root_password.sh
286
B
-rw-r--r--
2026-04-01 09:39
950_check_missing_programs.sh
1.93
KB
-rw-r--r--
2026-04-01 09:39
960_remove_encryption_keys.sh
3.23
KB
-rw-r--r--
2026-04-01 09:39
970_add_rear_release.sh
134
B
-rw-r--r--
2026-04-01 09:39
975_update_os_conf.sh
794
B
-rw-r--r--
2026-04-01 09:39
990_verify_rootfs.sh
20.79
KB
-rw-r--r--
2026-04-01 09:39
995_md5sums_rootfs.sh
3.34
KB
-rw-r--r--
2026-04-01 09:39
Save
Rename
# Add os/version info to os.conf in the rescue system # so that we don't need to pull 'lsb_release' into the rescue system # cf. the SetOSVendorAndVersion function in lib/config-functions.sh # see pull #2142 https://github.com/rear/rear/pull/2142#issuecomment-506900480 # add OS_MASTER_VENDOR to os.conf local rescue_system_os_conf_file="$ROOTFS_DIR/etc/rear/os.conf" echo "# The following information was added automatically by the $WORKFLOW workflow:" >> $rescue_system_os_conf_file for var in ARCH OS OS_VERSION OS_VENDOR OS_VENDOR_VERSION OS_VENDOR_ARCH OS_MASTER_VENDOR OS_MASTER_VENDOR_ARCH OS_MASTER_VENDOR_VERSION ; do echo "$var='${!var}'" done >> $rescue_system_os_conf_file echo "# End of what was added automatically by the $WORKFLOW workflow." >> $rescue_system_os_conf_file