Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mojombo
Created July 20, 2008 19:17
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save mojombo/21 to your computer and use it in GitHub Desktop.
Save mojombo/21 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
}
@mvkalsbeek
Copy link

This made me chuckle ;)

@etaxi341
Copy link

etaxi341 commented May 8, 2023

awesome comments in the code

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