摘要:
http://www.laruence.com/2015/12/04/3086.html 让PHP7达到最高性能的几个Tips 阅读全文
posted @ 2016-08-28 21:11
mycnblogs
阅读(130)
评论(0)
推荐(0)
摘要:
#! /bin/sh ### BEGIN INIT INFO # Provides: php-fpm # Required-Start: $remote_fs $network # Required-Stop: $remote_fs $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 ... 阅读全文
posted @ 2016-08-28 20:12
mycnblogs
阅读(594)
评论(0)
推荐(0)
摘要:
#!/bin/sh #Configurations injected by install_server below.... EXEC=/usr/local/bin/redis-server CLIEXEC=/usr/local/bin/redis-cli PIDFILE=/var/run/redis_6379.pid CONF="/etc/redis/6379.conf" REDISPORT... 阅读全文
posted @ 2016-08-28 19:57
mycnblogs
阅读(842)
评论(0)
推荐(0)
摘要:
cd /usr/local/src/ wget http://mirrors-usa.go-parts.com/gcc/releases/gcc-6.2.0/gcc-6.2.0.tar.bz2 wget ftp://ftp.gnu.org/gnu/mpc/mpc-1.0.3.tar.gz wget --no-check-certificate https://gmplib.org/downloa... 阅读全文
posted @ 2016-08-28 19:49
mycnblogs
阅读(964)
评论(0)
推荐(0)