上一页 1 ··· 27 28 29 30 31
摘要: vim tomcat_mem.sh NAME=$1 #部署项目名称 #PID=`ps -ef|grep tomcat|grep $NAME|awk '{print $2}'` PID=`ps -ef|grep $NAME|grep -v "grep $NAME"|awk '{print $2}'` 阅读全文
posted @ 2016-09-01 20:17 xuanhui 阅读(918) 评论(0) 推荐(0)
摘要: 安装python3(自动安装pip3):yum install openssl-devel bzip2-devel expat-devel gdbm-devel readline-devel sqlite-devel#不安装依赖可能安装完成后没有pip3 软件tar xf Python-3.5.2. 阅读全文
posted @ 2016-08-31 20:24 xuanhui 阅读(937) 评论(0) 推荐(0)
摘要: PASSWD=123456USER=rootREP_HOST=10.10.10.70REP_PORT=3306REP_USER=slaveREP_PASSWD=123456@REP_FILE=mysql-bin.000021REP_POS=863718 if [ ! -f /var/lock/mys 阅读全文
posted @ 2016-08-31 20:07 xuanhui 阅读(488) 评论(0) 推荐(0)
摘要: #!/bin/bash if [ ! -d /soft ];thenmkdir /soft fiwhich rkhunterif [ $? -eq 0 ];then echo "rkhunter is already install!!!"elsewget http://nchc.dl.source 阅读全文
posted @ 2016-08-30 13:26 xuanhui 阅读(465) 评论(0) 推荐(0)
摘要: <h1>感觉博客园真不错!!!</h1> 阅读全文
posted @ 2016-08-28 14:03 xuanhui 阅读(137) 评论(0) 推荐(0)
上一页 1 ··· 27 28 29 30 31