Created
July 20, 2008 19:17
-
-
Save mojombo/21 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
awesome comments in the code