In this tutorial, we will assume that the hostname you want is “pluto”.
For Ubuntu 12.04 (Precise Pangolin)
- On your SSH Terminal, type: hostname pluto
- Using nano, you can then type: nano /etc/hostname
- Type in pluto, then press Ctrl + X, then Y, then Enter.
- Now, again using nano, type nano /etc/hosts to edit the hosts file.
- Add another line on top, it should read: 127.0.0.1 pluto
- Confirm your changes by typing hostname.
For Ubuntu 14.04 (Trusty Tahr) / 14.10 (Utopic Unicorn)
- Newer Ubuntu versions make it even easier, you can just type: hostnamectl set-hostname pluto
- Confirm your changes by typing hostname.