10 2019 档案

摘要:#!/bin/sh ip=`cat allip` for i in $ip;do ping -c 1 $i if [ $? -eq 0 ];then num=`ssh $i "find /data/ -name py-env.tar.gz" |wc -l` if [ $num -ne 0 ];then echo $i >> yes.txt fi ... 阅读全文
posted @ 2019-10-22 12:28 lixinliang 阅读(908) 评论(0) 推荐(0) 编辑
摘要:wget http://pecl.php.net/get/redis-4.2.0.tgz tar -zxvf redis-4.2.0.tgz cd redis-4.2.0 /usr/local/php5.6/bin/phpize ./configure --with-php-config=/usr/local/php5.6/bin/php-config make make install 编辑ph 阅读全文
posted @ 2019-10-11 17:18 lixinliang 阅读(799) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示