摘要: CentOS编译和加载PHP第三方模块库文件 阅读全文
posted @ 2017-12-21 11:53 _岩哥 阅读(1179) 评论(0) 推荐(0) 编辑
摘要: CentOS编译安装MemCache #!/bin/sh # chkconfig: 2345 10 90 # Description: Start and Stop MemCached # Provides: memcached # Default-Start: 2 3 4 5 # Default- 阅读全文
posted @ 2017-12-21 11:49 _岩哥 阅读(192) 评论(0) 推荐(0) 编辑
摘要: CentOS编译安装Redis # Redis configuration file example. # # Note that in order to read the configuration file, Redis must be # started with the file path 阅读全文
posted @ 2017-12-21 11:47 _岩哥 阅读(174) 评论(0) 推荐(0) 编辑
摘要: CentOS编译安装PHP [PHP] ;;;;;;;;;;;;;;;;;;; ; About php.ini ; ;;;;;;;;;;;;;;;;;;; ; PHP's initialization file, generally called php.ini, is responsible fo 阅读全文
posted @ 2017-12-21 10:52 _岩哥 阅读(316) 评论(0) 推荐(0) 编辑
摘要: CentOS编译安装MySQL [client] port = 3306 socket = /data/mysql/mysql.sock character-set-server = utf8mb4 [mysqld] user = mysql port = 3306 datadir = /data/ 阅读全文
posted @ 2017-12-21 10:48 _岩哥 阅读(287) 评论(0) 推荐(0) 编辑
摘要: CentOS编译安装Nginx user www www; pid /usr/local/nginx/nginx.pid; worker_processes 4; worker_cpu_affinity 0001 0010 0100 1000; worker_processes auto; work 阅读全文
posted @ 2017-12-21 10:39 _岩哥 阅读(223) 评论(0) 推荐(0) 编辑
摘要: CentOS系统初始化的常用命令脚本 阅读全文
posted @ 2017-12-21 08:40 _岩哥 阅读(454) 评论(0) 推荐(0) 编辑