Static IP with network manager

![wifi](https://misapuntesde.com/images/wifi_exposed.png)

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.