Posted Nov 18, 2020 2020-11-18T11:46:00+02:00 by Rahul Chandna
Updated Aug 14, 2021 2021-08-14T14:23:34+02:00
After installing Debian 10 using the netinst.iso, I wanted to connect to my wifi.
Inorder to do that I used the nmtui.
- First install network-manager
1
2
3
|
$ sudo apt install network-manager
|
- Now run nmtui and select network
1
2
3
4
5
6
7
| $ # Remove saved networks
$ sudo rm -rf /etc/NetworkManager/system-connections/*
$ # Reboot
$ /usr/sbin/reboot
|
1
2
3
4
5
6
7
| $ nmtui
"Activate a Connection"
Select network
"Activate"
|