Hostname
From KevinWiki
Hostname
Set Hostname
$ sudo echo "your-hostname" > /etc/hostname $ sudo hostname -F /etc/hostname
If it exists, edit the file /etc/default/dhcpcd
to comment out the "SET_HOSTNAME" directive:
file: /etc/default/dhcpcd
SET_HOSTNAME='yes'