Skip to content

Instantly share code, notes, and snippets.

@brahimmachkouri
Created November 11, 2014 14:31
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 brahimmachkouri/c9ba0da003b1b65e53fe to your computer and use it in GitHub Desktop.
Save brahimmachkouri/c9ba0da003b1b65e53fe to your computer and use it in GitHub Desktop.
raspbian : wifi settings
#paste these lines in /etc/network/interfaces
auto lo
iface lo inet loopback
iface eth0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
wpa-ssid your-ssid-here
wpa-psk your-key-here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment