Skip to content

Instantly share code, notes, and snippets.

@sgarciav
Created May 22, 2024 01:27
Show Gist options
  • Save sgarciav/32236718f72537528f6af8fd8547cdbb to your computer and use it in GitHub Desktop.
Save sgarciav/32236718f72537528f6af8fd8547cdbb to your computer and use it in GitHub Desktop.
Connect to internet from terminal

Instructions

Taken from here:

  ip a # get DEVICE
  sudo ifconfig <DEVICE> up
  nmcli dev wifi list # get SSID
  sudo nmcli --ask dev wifi connect <SSID>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment