Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save arbabnazar/75a753f7340de5f463247abe5e4ed17f to your computer and use it in GitHub Desktop.
Save arbabnazar/75a753f7340de5f463247abe5e4ed17f to your computer and use it in GitHub Desktop.
Change Hostname in Ubuntu 16.04 Without Restart
vi /etc/hosts
vi /etc/hostname
hostnamectl set-hostname stage-vpn-server
hostname
--------
OPTIONAL
--------
service hostname start
systemctl restart systemd-logind.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment