Ubuntu: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
m Ubuntu 22.04
Tag: visualeditor
Tag: visualeditor
Line 14: Line 14:
= Version specific =
= Version specific =


* [[Ubuntu 22.04 LTS]]
* Ubuntu 22.04 LTS
**[https://linuxconfig.org/how-to-setup-sftp-server-on-ubuntu-22-04-jammy-jellyfish-linux How to setup SFTP server on Ubuntu 22.04]

Revision as of 16:48, 2 November 2022

Change hostname without a restart

  • Last tested on Ubuntu 16.04 (2018-04-23)
  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
    


Version specific