Skip to content

Instantly share code, notes, and snippets.

@mannynotfound
Created April 10, 2016 03:18
Show Gist options
  • Select an option

  • Save mannynotfound/fe621fe3cb746716f52c6002e7cc3db5 to your computer and use it in GitHub Desktop.

Select an option

Save mannynotfound/fe621fe3cb746716f52c6002e7cc3db5 to your computer and use it in GitHub Desktop.
quick and dirty raspberry pi wifi connect
sudo vi /etc/network/interfaces
auto lo
iface lo inet loopback

auto wlan0
iface wlan0 inet dhcp
wpa-ssid mynetworkname
wpa-psk mypassphrase
sudo ifdown wlan0 && sudo ifup wlan0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment