2019-12-24 23:03:34
centos 服务器默认最大文件句柄数[root@localhost ~]# ulimit -a[root@localhost ~]# vi /etc/security/limits.conf 末尾添加* soft nofile 65535* hard nofile 65535
2019-12-24 23:03:01
[root@iZ28b8ytwvkZ ~]# yum install iptables #安装防火墙[root@iZ28b8ytwvkZ ~]#rm -rf /etc/sysconfig/iptables #删除防火墙规则[root@localhost ~]# vi /etc/sysconfig/iptables #编辑防火墙规则
2019-12-24 23:01:24
[root@localhost #]# vi /etc/nginx/nginx.conf[root@localhost ~]#chmod -R 777 /mnt[root@localhost ~]#service nginx restart[root@localhost ~]#mkdir /home/ssl [root@localhost ~]#chmod -R 777 /home/ssl [root@localhost ~]#cd /home/ssl[root@localhost
2019-12-24 22:57:18
帐号root密码: ----------------------------------------测试url:http://127.0.0.1/phpinfo.phphttp://127.0.0.1/sql.php----------------------数据库-------------------------------地址:127.0.0.1mysql数据库:账户:root密码:123654----------------------FTP服务器---------------