Change/update hostname Ubuntu

To change the hostname of an Ubuntu machine you can run the following commands:

sudo hostnamectl set-hostname your.host.name
sudo reboot