Skip to content

Instantly share code, notes, and snippets.

@sbuvaneshkumar
Created September 15, 2018 11:08
Show Gist options
  • Save sbuvaneshkumar/892d8225312aab7b47bbe19a6b6ebb87 to your computer and use it in GitHub Desktop.
Save sbuvaneshkumar/892d8225312aab7b47bbe19a6b6ebb87 to your computer and use it in GitHub Desktop.
Connecting WiFi in command line
nmcli dev wifi connect <mySSID> password <myPassword>
Source: https://unix.stackexchange.com/a/327756/277542
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment