Created
January 29, 2012 22:37
-
-
Save joshtronic/1701104 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
sudo apt-get remove network-manager network-manager-gnome | |
sudo apt-get install wicd |
This file contains hidden or 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
iface wlan0 inet dhcp | |
wireless-essid <em>secret-router-name</em> | |
wireless-key s:<em>even-more-secret-passphrase</em> | |
auto wlan0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment