How to change Hostname on Ubuntu
For exemple you sometimes you clone a VM and need to change the hostname of the machine.
sudo hostnamectl set-hostname <myhostname>
For exemple you sometimes you clone a VM and need to change the hostname of the machine.
sudo hostnamectl set-hostname <myhostname>