- Ubuntu-desktop (already installed, but we did sudo apt-get install and found out)
- TightVNCServer
- XRDP (with, of course vnc4server installed with the package)
https://docs.ubuntu.com/core/en/stacks/network/network-manager/docs/configure-wifi-connections
https://people.freedesktop.org/~lkundrak/nm-docs/nmcli-examples.html
First, determine the name of the WiFi interface:
$ nmcli d DEVICE TYPE STATE CONNECTION ... wlan0 wifi disconnected --
$ nmcli r wifi on
$ nmcli d wifi list * SSID MODE CHAN RATE SIGNAL BARS SECURITY ... my_wifi Infra 5 54 Mbit/s 89 ▂▄▆█ WPA2
$ nmcli d wifi connect my_wifi password <password>
No comments:
Post a Comment