#!/bin/bash #Created by yangjie #mail:xtxdfl@163.com #blog:http:flower-f...
#!/bin/bash if [ $# -eq 0 ];then echo "Error:please specify logfile." ex...
ifconfig eth0 | grep 'netmask' | sed 's/^.*inet//g' | sed 's/netmask.*$//g'
#!/bin/bash #svn publish tool #2017-9-5 svn=/usr/local/bin/svn cd /var/w...
#!/bin/bash for n in {100..200};do host=192.168.1.$n ping -c2 $host &>/d...
#!/bin/bash username=mysqlbackup password=mysqlbackup date='date +%Y-%m-...
关于keepalived漂移VIP的问题 (A-D转载为http://www.linuxidc.com/Linux/2015-03/114981...
command not found 没有发现该命令 Access denied 拒绝访问 Write protect error 写保护...
net.ipv4.ip_forward=0 net.ipv4.conf.all.rp_filter=1 net.ipv4.conf.defaul...