Skip to content

Instantly share code, notes, and snippets.

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 gojimmypi/017686b4e8b2681ade12fe6b8525e409 to your computer and use it in GitHub Desktop.
Save gojimmypi/017686b4e8b2681ade12fe6b8525e409 to your computer and use it in GitHub Desktop.
Raspberry Pi WiFi
sudo iwlist wlan0
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
add:
network={
ssid="testing"
psk="testingPassword"
}
wpa_cli -i wlan0 reconfigure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment