Last active
August 29, 2015 14:15
-
-
Save kmassada/b528beee33fe347aff46 to your computer and use it in GitHub Desktop.
linux connect wifi command
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
#attempt 2 | |
sudo iwlist wlan0 scan | |
sudo iwconfig wlan0 essid $WIFI key $KEY | |
sudo dhclient wlan0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment