Static IP with network manager
Less than 1 minute
Static IP with network manager
Quick note about setting up out static IP with this app from cli. First we install it with:
sudo apt install -y network-manager
we can see all available ssid with:
nmcli device wifi list
To connect:
sudo nmcli device wifi connect '(your wifi network name/SSID)' password '(your wifi password)' ifname wlan0
and you are done.