Changing the hostname

To change the hostname/computer name on the host machine run:

sudo vim /etc/hostname

# If vim is not available use another file editor like nano or vi

  • Change the name in the file to the preferred name.
  • Restart the machine to have changes to take effect.