Skip to content

Instantly share code, notes, and snippets.

@M0LTE
Created August 24, 2024 16:38
Show Gist options
  • Save M0LTE/e54c3a59314ec7af05d9971d78652665 to your computer and use it in GitHub Desktop.
Save M0LTE/e54c3a59314ec7af05d9971d78652665 to your computer and use it in GitHub Desktop.
Setting up Wi-Fi on Debian Trixie
nmcli con add con-name WiFi ifname wlan0 type wifi ssid foonet
nmcli con modify WiFi wifi-sec.key-mgmt wpa-psk
nmcli con modify WiFi wifi-sec.psk myownpassword
nmcli con up WiFi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment