Skip to content

Instantly share code, notes, and snippets.

@pedrocarrico
Created June 30, 2014 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pedrocarrico/a8ffbbcfd05cc1c2cd6b to your computer and use it in GitHub Desktop.
Save pedrocarrico/a8ffbbcfd05cc1c2cd6b to your computer and use it in GitHub Desktop.
Raspbian network interfaces configuration ("/etc/network/interfaces")
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-ssid "SSID"
wpa-psk "PASSWORD"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment