Skip to content

Instantly share code, notes, and snippets.

@brahimmachkouri
Created November 11, 2014 14:31
Embed
What would you like to do?
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