CentOS 7 修改主机名称
CentOS 7 修改主机名称
CentOS 7 主机修改 hostname。
方法 1:使用 hostnamectl 命令
1
[root@bogon ~]# hostnamectl set-hostname c02
方法 2:修改 /etc/hostname 文件
1
2
[root@bogon ~]# vim /etc/hostname
CentOS 7 添加 EPEL 存储库
https://fedoraproject.org/wiki/EPEL
1
2
sudo yum install epel-release
sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
以上。
« EOF »
If you like TeXt, don’t forget to give me a star :star2:.
This post is licensed under CC BY 4.0 by the author.