Skip to content

Instantly share code, notes, and snippets.

@TiagoWinehouse
Last active March 1, 2017 13:28
Show Gist options
  • Save TiagoWinehouse/1427882ae2bd49a4c493ca240ced7c28 to your computer and use it in GitHub Desktop.
Save TiagoWinehouse/1427882ae2bd49a4c493ca240ced7c28 to your computer and use it in GitHub Desktop.
/etc/network/interfaces
auto wlan0
iface wlan0 inet dhcp
wpa-ssid <your_router>
wpa-psk <your_wpa_key>
sudo ifup -v wlan0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment