I attempted to uninstall openbox and jwm because I am trying to replace the window manager. I'll be posting about that soon because it isn't going too well.
What is the best way to connect to wifi from the terminal? I attempted to use nmtui after installing network-manager but the wifi is not listed.
I experimented with adding
Code: Select all
auto wlan0
iface wlan0 inet dhcp
to /etc/network/interfaces
and the wifi did appear in nmtui once after I removed those lines and restarted the network manager service, but I haven't been able to repeat it so I don't know why it worked the one time. Is there a better tool already installed or a reliable way to set the system up to automatically connect to a preferred network and fallback to other know networks in a logical way?