Skip to content

Instantly share code, notes, and snippets.

@ikozyris
Last active January 20, 2023 15:39
Show Gist options
  • Save ikozyris/185a8830d9f3fa2ec8b76d00c203b460 to your computer and use it in GitHub Desktop.
Save ikozyris/185a8830d9f3fa2ec8b76d00c203b460 to your computer and use it in GitHub Desktop.
Connect to the internet with the nmcli tool
#!/bin/bash
sudo nmcli dev wifi connect <AP name (SSID)> password <password>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment