摘要: Sublime Text Refresh Folder Hotkey Sublime Text Refresh Folder Hotkey Sublime Text Refresh Folder Hotkey Open Sublime Text. Select Preferences from th 阅读全文
posted @ 2015-09-13 22:27 jzfan 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 安装 yum install vsftpd 重启、自启动、防火墙 添加虚拟用户 adduser -d /opt/test_ftp -g ftp -s /sbin/nologin testpasswd test 使用命令(adduser)添加test用户,不能登录系统(-s /sbin/nologin 阅读全文
posted @ 2015-09-13 20:11 jzfan 阅读(167) 评论(0) 推荐(0) 编辑
摘要: php.ini调优 一、 最大内存: memory_limit 表示单个进程能够占用的最大内存,默认为128M,适用于大多数中小型网站。设置一个合适的数值取决于以下因素: php能够使用的最大内存。如果你的主机内存为2G,其中还有其他的服务,例如mysql,nginx,memcache等,那么设置为 阅读全文
posted @ 2015-09-13 16:22 jzfan 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 在配置文件中有 include=/etc/php-fpm.d/*.conf , 表示池定义 pool definition 在php-fpm.d目录下 建立 /etc/nginx/conf.d/example.conf 阅读全文
posted @ 2015-09-13 01:36 jzfan 阅读(455) 评论(0) 推荐(0) 编辑