12 2017 档案
摘要:CentOS编译和加载PHP第三方模块库文件
阅读全文
摘要:CentOS编译安装MemCache #!/bin/sh # chkconfig: 2345 10 90 # Description: Start and Stop MemCached # Provides: memcached # Default-Start: 2 3 4 5 # Default-
阅读全文
摘要:CentOS编译安装Redis # Redis configuration file example. # # Note that in order to read the configuration file, Redis must be # started with the file path
阅读全文
摘要:CentOS编译安装PHP [PHP] ;;;;;;;;;;;;;;;;;;; ; About php.ini ; ;;;;;;;;;;;;;;;;;;; ; PHP's initialization file, generally called php.ini, is responsible fo
阅读全文
摘要:CentOS编译安装MySQL [client] port = 3306 socket = /data/mysql/mysql.sock character-set-server = utf8mb4 [mysqld] user = mysql port = 3306 datadir = /data/
阅读全文
摘要: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
阅读全文
摘要:CentOS系统初始化的常用命令脚本
阅读全文

浙公网安备 33010602011771号