Skip to content

Instantly share code, notes, and snippets.

@marianmoldovan
Created June 27, 2015 12:37
Show Gist options
  • Save marianmoldovan/386691a06aeef1d3acbb to your computer and use it in GitHub Desktop.
Save marianmoldovan/386691a06aeef1d3acbb to your computer and use it in GitHub Desktop.
Connect manually to Wifi AP Debian
sudo vi /etc/network/interfaces
#add this to the file
auto wlan0
iface wlan0 inet dhcp
wpa-ssid {ssid}
wpa-psk {password}
After that write and close file and use command:
#finally restart
sudo dhclient wlan0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment