摘要: 1.查看防火墙状态 # firewall-cmd --state & #systemctl status firewalld.service 2.停止与开启firewall # systemctl stop firewalld.service #systemctl start firewalld.s 阅读全文
posted @ 2021-07-31 22:41 NADR 阅读(221) 评论(0) 推荐(0)
摘要: 1.安装 # yum install cockpit 2.启动服务 # systemctl start cockpit.socket 3.设置开机启动 # systemctl enable cockpit.socket 4.web终端访问 打开浏览器输入https://IP:9090或https:/ 阅读全文
posted @ 2021-07-31 13:52 NADR 阅读(203) 评论(0) 推荐(0)