Skip to content

Instantly share code, notes, and snippets.

@debxp
Created July 13, 2019 04:59
Show Gist options
  • Save debxp/830cb09988d8c3e167a0a42453d45731 to your computer and use it in GitHub Desktop.
Save debxp/830cb09988d8c3e167a0a42453d45731 to your computer and use it in GitHub Desktop.
Change hostname
sudo hostnamectl set-hostname new_name
sudo nano /etc/hosts
...replace the old name with the new one.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment