#!/bin/bashrpm -qa|grep expect >/dev/null|| yum -y install expectpasswd=123456expect -c " spaw...
#!/bin/bash#yang qq:2908190019#seq 1 254是执行ping ip从1到254if [ -f "/tmp/ipdown.txt" ];then &n...
#!/bin/bash#yangif [ -d /data/bak_mysql ]then echo ok >/dev/nullelse ...
#!/bin/bash#yang 2017-7-10yum -y install wget gcc openssl-devel pcre-devel zlib-devel libtool c++ pam...
#!/bin/bash#yang 2016.6.21#nfs服务端一键安装脚本yum -y install nfs-utils rpcbind || exitread -p "is allow&...
#!/bin/bash#yang 2016-6-23#samba一键安装脚本 适用于centos5 6read -p "create new smb user:" smbuserread&nbs...
#!/bin/bash#yang#read -p 'set new mysql root password:' rootpw/etc/init.d/mysqld stopnohup mysqld_s...
#!/bin/bash#yang 2017-7-12#svn服务一键安装脚本 centos6echo +++++++++++++++++++++echo + svn server install+echo +...
#!/bin/bash#yang 2016-6-21#rsync服务器端一键安装user=rsyncpassword=1qaz2wsx00#设置备份的路径/home/backup,可自行更改bakpath=/home/backupuseradd $user -...
#!/bin/bash#yang 2017-7-7 QQ:1529263736#jian kongecho ----------------systeminfo----------------localIP=`ip addr|grep inet...