Follow these simple steps to configure a static IP address on a Ubuntu Server 20.04: Step 1: Determine the interface that you want to configure with a static ip address “ifconfig” or “ip” command can be used to determine the interfaces on the system. $ ifconfig Step 2: CloudInit Make sure that the network interface … Continue reading Configure static ip on Ubuntu Server 20.04
How to change the hostname on Ubuntu 16.04?
Follow these simple steps to change the hostname on a ubuntu machine: Step 1: Update /etc/hostname file This file contains the current hostname of the machine. Update the name to your desired name. $ sudo vi /etc/hostname Step 2: Update /etc/hosts file Replace the current hostname in the file with the desired name. $ sudo … Continue reading How to change the hostname on Ubuntu 16.04?