为什么80%的码农都做不了架构师?>>>
防火墙
- 启动firewall
systemctl start firewalld.service
- 停止firewall
systemctl stop firewalld.service
- 禁止firewall开机启动
systemctl disable firewalld.service
修改主机名
- 临时修改
hostname <主机名>
- 永久修改
hostnamectl set-hostname <主机名>
为什么80%的码农都做不了架构师?>>>
systemctl start firewalld.service
systemctl stop firewalld.service
systemctl disable firewalld.service
hostname <主机名>
hostnamectl set-hostname <主机名>
转载于:https://my.oschina.net/siiiso/blog/775031