Skip to content

Instantly share code, notes, and snippets.

@axmad386
Created October 1, 2023 10:52
Show Gist options
  • Save axmad386/74bee6123898be64fbd5a39a93f57cf7 to your computer and use it in GitHub Desktop.
Save axmad386/74bee6123898be64fbd5a39a93f57cf7 to your computer and use it in GitHub Desktop.
Connect wifi via terminal
  1. List all available wifi, you will see all available wifi with SSID and signal strength
nmcli dev wifi
  1. Connect to wifi:
nmcli dev wifi connect "SSID name" password "wifi password"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment