Ubuntu

From Han Wiki
Revision as of 15:18, 23 April 2018 by Mhan (talk | contribs) (iwu)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Jump to navigation Jump to search

Change hostname without a restart

  • Last tested on Ubuntu 16.04
  1. To permanently change the computer name
    Edit /etc/hostname and /etc/hosts
  2. Restart hostname service
    $ systemctl restart systemd-logind.service
    
  3. Use hostnamectl with set-hostname flag.
    $ hostnamectl set-hostname NEW_NAME_HERE