Skip to content

Instantly share code, notes, and snippets.

@mojombo
Created July 20, 2008 19:17
Show Gist options
  • Select an option

  • Save mojombo/21 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

This made me chuckle ;)

@etaxi341

etaxi341 commented May 8, 2023

Copy link
Copy Markdown

awesome comments in the code

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