Johnathan Kong
Change host name of server
how to change the host name of an ubuntu server
1 2 3 | echo "<name>" > /etc/hostname hostname -F /etc/hostname vi /etc/hosts (add hostname to 127.0.0.1) |
If you are running on a linode server, you will have to edit your /etc/default/dhcpcd and comment out the SET_HOSTNAME=’yes’