#!/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-...
關(guān)于keepalived漂移VIP的問題 (A-D轉(zhuǎn)載為http://www.linuxidc.com/Linux/2015-03/114981...
command not found 沒有發(fā)現(xiàn)該命令 Access denied 拒絕訪問 Write protect error 寫保護(hù)...
net.ipv4.ip_forward=0 net.ipv4.conf.all.rp_filter=1 net.ipv4.conf.defaul...