Linux操作系统

@wintry小于 1 分钟

目录

提示

  • 虽然主要是写Linux系统相关的操作,但是部分章节中也包含了Windows系统下对应的知识。

  • 比如用户管理、进程管理、网络管理这些Windows也有对应的命令。

Linux面板

免费的Linux面板 https://cockpit-project.org/open in new window

#安装
yum install cockpit cockpit-docker-195.12-1.el7.centos.x86_64 -y
systemctl enable --now cockpit.socket
firewall-cmd --permanent --zone=public --add-service=cockpit
firewall-cmd --reload

然后访问 https://IP:9090open in new window 即可访问面板了

卸载腾讯云的监控

买的腾讯云主机安装了一些监控程序,运行着浪费资源,可以把它卸载掉

/usr/local/qcloud/stargate/admin/uninstall.sh
/usr/local/qcloud/YunJing/uninst.sh
/usr/local/qcloud/monitor/barad/admin/uninstall.sh