Skip to content

Instantly share code, notes, and snippets.

@romanblanco
Created May 25, 2016 12:31
Show Gist options
  • Save romanblanco/d4d9354a2b7e06f9837a28f4da4e15bf to your computer and use it in GitHub Desktop.
Save romanblanco/d4d9354a2b7e06f9837a28f4da4e15bf to your computer and use it in GitHub Desktop.
connect to wifi
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