Cockpit 是一个开源工具,用于提供基于Web的用户界面,用于Linux服务器和桌面环境
sudo yum update -y
sudo yum install cockpit -y
sudo systemctl start cockpit
sudo systemctl enable cockpit
停掉服务需要执行
systemctl stop cockpit.socket
Cockpit 是一个开源工具,用于提供基于Web的用户界面,用于Linux服务器和桌面环境
sudo yum update -y
sudo yum install cockpit -y
sudo systemctl start cockpit
sudo systemctl enable cockpit
停掉服务需要执行
systemctl stop cockpit.socket