One Hat Cyber Team
Your IP :
216.73.216.14
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
backup
/
dad
/
etc
/
acpi
/
Edit File:
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
Simpan