Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
etc /
acpi /
[ HOME SHELL ]
Name
Size
Permission
Action
events
[ DIR ]
drwxr-xr-x
asus-keyboard-backlight.sh
391
B
-rwxr-xr-x
asus-wireless.sh
180
B
-rwxr-xr-x
ibm-wireless.sh
608
B
-rwxr-xr-x
tosh-wireless.sh
455
B
-rwxr-xr-x
undock.sh
238
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tosh-wireless.sh
#!/bin/sh test -f /usr/share/acpi-support/key-constants || exit 0 . /usr/share/acpi-support/state-funcs if isAnyWirelessPoweredOn; then if [ -x /usr/bin/toshset ]; then if `toshset -bluetooth | grep -q attached`; then toshset -bluetooth off toggleAllWirelessStates else toshset -bluetooth on fi else toggleAllWirelessStates fi else toggleAllWirelessStates fi
Close