Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@bryanl
Created July 20, 2008 20:25
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bryanl/23 to your computer and use it in GitHub Desktop.
Save bryanl/23 to your computer and use it in GitHub Desktop.
function INTERNETS() {
# Fucking computer forgets how to connect to unsecured & WEP networks
# after going to sleep. I GET. WPA IS BETTER. SOMETIMES ITS NOT MY
# FUCKING CHOICE AND I STILL WANT INTERNET. (Reloads the wireless
# module & restarts the wireless daemon.)
sudo rmmod wl
sudo /etc/rc.d/wicd stop
sudo modprobe wl
sudo /etc/rc.d/wicd start
}
Copy link

ghost commented Jan 25, 2020

Test ecriture

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment