摘要: 1:安装 #文件下载 wget http://iscute.cn/tar/chfs/2.0/chfs-linux-amd64-2.0.zip #解压文件 unzip chfs-linux-amd64-2.0.zip #只会解压出一个chfs文件 #将文件添加执行权限, #在此之前chfs文件是白色的 阅读全文
posted @ 2021-12-16 18:11 ITxiaomage 阅读(2249) 评论(0) 推荐(0)
摘要: systemctl stop firewalld | systemctl disable firewalld ## 关闭防火墙 setenforce 0 ###关闭selinux 1、yum -y install httpd systemctl restart httpd | systemctl e 阅读全文
posted @ 2021-12-16 17:48 ITxiaomage 阅读(46) 评论(0) 推荐(0)