Skip to content

Instantly share code, notes, and snippets.

@joshtronic
Created January 29, 2012 22:37
Show Gist options
  • Save joshtronic/1701104 to your computer and use it in GitHub Desktop.
Save joshtronic/1701104 to your computer and use it in GitHub Desktop.
sudo apt-get remove network-manager network-manager-gnome
sudo apt-get install wicd
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