Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.16.212.224
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
etc /
grub.d /
Delete
Unzip
Name
Size
Permission
Date
Action
00_header
8.75
KB
-rwxr-xr-x
2020-07-28 23:46
00_tuned
1.02
KB
-rwxr-xr-x
2019-12-11 17:13
01_users
232
B
-rwxr-xr-x
2020-07-28 23:46
08_fallback_counting
832
B
-rwxr-xr-x
2020-07-28 23:46
10_linux
13.12
KB
-rwxr-xr-x
2020-07-28 23:46
10_reset_boot_success
830
B
-rwxr-xr-x
2020-07-28 23:46
12_menu_auto_hide
889
B
-rwxr-xr-x
2020-07-28 23:46
20_linux_xen
11.42
KB
-rwxr-xr-x
2020-07-28 23:46
20_ppc_terminfo
2.5
KB
-rwxr-xr-x
2020-07-28 23:46
30_os-prober
10.42
KB
-rwxr-xr-x
2020-07-28 23:46
30_uefi-firmware
1.38
KB
-rwxr-xr-x
2020-07-28 23:46
40_custom
214
B
-rwxr-xr-x
2020-07-28 23:46
41_custom
216
B
-rwxr-xr-x
2020-07-28 23:46
README
483
B
-rw-r--r--
2020-07-28 23:46
Save
Rename
#! /bin/sh # Menu Auto Hide # # This snippet depends on 10_reset_boot_success and needs to be kept in sync. # # Disable / skip generating menu-auto-hide config parts on serial terminals for x in ${GRUB_TERMINAL_INPUT} ${GRUB_TERMINAL_OUTPUT}; do case "$x" in serial*) exit 0 ;; esac done cat << EOF if [ x\$feature_timeout_style = xy ] ; then if [ "\${menu_show_once}" ]; then unset menu_show_once save_env menu_show_once set timeout_style=menu set timeout=60 elif [ "\${menu_auto_hide}" -a "\${menu_hide_ok}" = "1" ]; then set orig_timeout_style=\${timeout_style} set orig_timeout=\${timeout} if [ "\${fastboot}" = "1" ]; then # timeout_style=menu + timeout=0 avoids the countdown code keypress check set timeout_style=menu set timeout=0 else set timeout_style=hidden set timeout=1 fi fi fi EOF