Changing the hostname of your Ubuntu/Linux server is as simple as typing: hostname thenewname at the console, right? Wrong. To change the hostname, login to the server, either at the console or through SSH and, with root privileges, launch an editor against the file /etc/hostname. I’m using nano: nmino@ubuntu-vm:~$ sudo nano /etc/hostname [sudo] password for…
Continue Reading