Ubuntu Server
Is an Operating System which is a Linux variant, based on Debian.
Setup¶
Fixed IP / No DHCP¶
sudo nano /etc/netplan/*.yaml- Below adapter, change
dhcp4: noand add ``` addresses: - 192.168.1.100/24 gateway4: 192.168.1.1 nameservers: addresses: [1.1.1.1, 1.0.0.1] ```` sudo netplan apply- Check with
ip addr show
Livepatch service¶
sudo snap install canonical-livepatch- Generate a token
sudo canonical-livepatch enable UNIQUE_TOKENcanonical-livepatch status --verboseto check status