How to Set Hostname Fully Qualified Domain Name FQDN on Ubuntu linux
Search Results
When you use the Internet, you use domain name and hostnames all the time. These hostnames and domain names when put together become the Internet address that you search with. The domain name without a hostname is also the most common email address
can we give any name as hostname?
Cool stuff
Could not reliably determine the server's fully qualified domain name, using 123.123.12.123. Set the 'ServerName' directive globally to suppress this message
Instead you can go for below command it updates in all the files.
> hostnamectl set-hostname <name>
thanks
works fine for me, a great help
You write that "assigning a FQDN to a computer makes it reachable via the public DNS". While I have not yet made up my mind on whether that is incorrect or not, I can assure you that what you do in this tutorial will not achieve that.