Skip to content

Instantly share code, notes, and snippets.

@arthurstomp
Created August 3, 2018 01:06
Show Gist options
  • Save arthurstomp/8704effefa1076f345c4489d747371e7 to your computer and use it in GitHub Desktop.
Save arthurstomp/8704effefa1076f345c4489d747371e7 to your computer and use it in GitHub Desktop.
Connect linux to wifi
# at /etc/network/interfaces
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
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