Created
July 24, 2017 21:19
-
-
Save leighghunt/f02236debf4d2ae7305be6f936319263 to your computer and use it in GitHub Desktop.
ubuntu wireless setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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