更改主机名,建议改为自己当前机器的域名

# 查看hostname
hostnamectl

# 更改主机名为 hostname.example.com
hostnamectl set-hostname hostname.example.com

更改hosts

vi /etc/hosts

# 添加下面行
127.0.0.1 hostname.example.com

执行

# 查看hostname
hostnamectl

# 屏幕输出
   Static hostname: hostname.example.com
         Icon name: computer-vm
           Chassis: vm
        Machine ID: f5c59e5f0c914f828772bc116653e223
           Boot ID: e24555fd06864276961a5605913fe55e
    Virtualization: kvm
  Operating System: Debian GNU/Linux 10 (buster)
            Kernel: Linux 5.10.0-0.bpo.5-amd64
      Architecture: x86-64

验证hostname