摘要:
关闭防火墙 检查zlib-devel pcre-devel是否安装 源码编译安装Nginx ./configure --prefix=/usr/local/nginx make && make install 启动nginx服务 /usr/local/nginx/sbin/nginx -c /usr 阅读全文
摘要:
1.检查是否系统有自带的samba安装包 2.关闭防火墙 Iptables -F Systemctl disable firewalld Systemctl stop firewalld Systemctl status firewalld 3.关闭selinux setenforce 0 /etc 阅读全文