Created
August 24, 2024 16:38
-
-
Save M0LTE/e54c3a59314ec7af05d9971d78652665 to your computer and use it in GitHub Desktop.
Setting up Wi-Fi on Debian Trixie
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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