Skip to content

Instantly share code, notes, and snippets.

@rahilwazir
Last active November 21, 2016 14:44
Show Gist options
  • Save rahilwazir/71fee2b5c2bf18cff9eedee1ec4b3f1a to your computer and use it in GitHub Desktop.
Save rahilwazir/71fee2b5c2bf18cff9eedee1ec4b3f1a to your computer and use it in GitHub Desktop.
Connect to WiFi through CLI

List all wifi devices

$ nmcli c

Find your WiFi uuid and connect

$ nmcli c up uuid <uuid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment