How to set/change FQDN on Ubuntu 20.04 Linux
In Ubuntu 20.04, you can set or change the Fully Qualified Domain Name (FQDN) by following these steps: First, open the /etc/hosts file by running the following command: sudo nano /etc/hosts Locate the line that starts with 127.0.0.1 and change the hostname to your desired FQDN, for example: 127.0.0.1 localhost.localdomain mynewfqdn Next, you will need … Read more