Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save leighghunt/f02236debf4d2ae7305be6f936319263 to your computer and use it in GitHub Desktop.
Save leighghunt/f02236debf4d2ae7305be6f936319263 to your computer and use it in GitHub Desktop.
ubuntu wireless setup
# List wireless networks
sudo iw dev wlan0 scan
# Pipe ascii - Alt 124
# /etc/network/interfaces
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-ssid "<SSID>"
wpa-psk "<password>"
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment