Created
May 25, 2016 12:31
-
-
Save romanblanco/d4d9354a2b7e06f9837a28f4da4e15bf to your computer and use it in GitHub Desktop.
connect to wifi
This file contains 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
wpa_supplicant -D nl80211,wext -i wlan0 -c <(wpa_passphrase "your_SSID" "your_key") ; dhcpd wlan0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment