markdown 更改Ubuntu主机名而不重启

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 更改Ubuntu主机名而不重启相关的知识,希望对你有一定的参考价值。

Steps:
1. edit `/etc/hostname`: only 1 line with the `new-hostname`
  ```
  new-hostname
  ```
2. edit `/etc/hosts`: 2 lines
  ```
  127.0.0.1 localhost new-hostname
  127.0.1.1 new-hostname
  ```
3. run `sudo service hostname start`

NOTE:
* Need to edit both files with the same value for `new-hostname`, then restart the hostname service.
* Work on Ubuntu 14:
  ```
  lsb_release -a                                                                                                                                                               0 < 09:25:15
  No LSB modules are available.
  Distributor ID:	Ubuntu
  Description:	Ubuntu 14.04.5 LTS
  Release:	14.04
  Codename:	trusty
  ```

以上是关于markdown 更改Ubuntu主机名而不重启的主要内容,如果未能解决你的问题,请参考以下文章

在android应用程序中连接到主机名而不是IP地址

什么时候重启而不重新加载 Nginx?

ubuntu下更改用户名和主机名

Python3 Flask 路由变量显示为变量名而不是从邮递员传递的值

ubuntu更改用户名密码

实用程序 iptables 列出主机名而不是 IP 地址