Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
dracut /
modules.d /
35connman /
Delete
Unzip
Name
Size
Permission
Date
Action
cm-config.sh
742
B
-rwxr-xr-x
2022-06-19 22:35
cm-initrd.service
602
B
-rw-r--r--
2022-06-19 22:35
cm-lib.sh
368
B
-rw-r--r--
2022-06-19 22:35
cm-run.sh
384
B
-rwxr-xr-x
2022-06-19 22:35
cm-wait-online-initrd.service
340
B
-rw-r--r--
2022-06-19 22:35
module-setup.sh
1.2
KB
-rwxr-xr-x
2022-06-19 22:35
netroot.sh
2.77
KB
-rwxr-xr-x
2022-06-19 22:35
Save
Rename
#!/usr/bin/sh type cm_generate_connections > /dev/null 2>&1 || . /lib/cm-lib.sh if [ -n "$netroot" ] || [ -e /tmp/net.ifaces ]; then echo rd.neednet >> /etc/cmdline.d/connman.conf fi if getargbool 0 rd.debug -d -y rdinitdebug -d -y rdnetdebug; then if [ -n "$DRACUT_SYSTEMD" ]; then # Enable tty output if a usable console is found # shellcheck disable=SC2217 if [ -w /dev/console ] && (echo < /dev/console) > /dev/null 2> /dev/null; then mkdir -p /run/systemd/system/cm-initrd.service.d cat << EOF > /run/systemd/system/cm-initrd.service.d/tty-output.conf [Service] StandardOutput=tty EOF systemctl --no-block daemon-reload fi fi fi cm_generate_connections