Skip to content

Instantly share code, notes, and snippets.

@kittinan
Created March 6, 2018 16:07
Show Gist options
  • Select an option

  • Save kittinan/bc25ad70e80c26d27ef51f67dc29b939 to your computer and use it in GitHub Desktop.

Select an option

Save kittinan/bc25ad70e80c26d27ef51f67dc29b939 to your computer and use it in GitHub Desktop.
Raspberry pi setup wifi
#Edit /etc/network/interfaces
auto 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