0
点赞
收藏
分享

微信扫一扫

Centos的一些基础命令

正义的杰克船长 2024-04-26 阅读 11

centos 7

systemctl disable firewalld --now

vi /etc/selinux/config

SELINUX=disabled
 

yum install -y epel-release httpd nagios

yum install -y httpd nagios

systemctl enable httpd --now

systemctl enable nagios --now

浏览器

IP/nagios

用户名:nagiosadmin

密码:nagiosadmin

举报

相关推荐

0 条评论