Skip to content

Instantly share code, notes, and snippets.

@wickedchicken
Created October 30, 2011 08:44
Show Gist options
  • Save wickedchicken/1325715 to your computer and use it in GitHub Desktop.
Save wickedchicken/1325715 to your computer and use it in GitHub Desktop.
Enable all rfkill interfaces
# note: this is a terrible solution! bluetooth and such will be turned on automatically!
for i in /sys/class/rfkill/rfkill*/state; do echo 1 > $i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment