发布时间:2016-03-26 21:25:59
find -name '*.html' | while read file_name; do iconv -f gbk -t utf8 $file_name -o $file_name ; done......【阅读全文】
发布时间:2016-03-10 14:06:44
1 installsudo apt-get install xsel2 How to use it 将当前目录复制到剪切板pwd | xsel -b......【阅读全文】
发布时间:2016-03-10 13:45:04
1 download sogoupinyin2 sudo dpkg -i sogoupinyin_2.0.0.0068_amd64.deb3 im-config (chose fcitx)4 fcitx-config-gtk3 (chose )......【阅读全文】
发布时间:2016-03-08 15:50:27
将wlan0替换成你想要的网卡ifconfig wlan0 |grep -e 'inet addr' |awk '{print $2}'|grep -oE '[0-9.]*'获取上级路由iproute |grep default |awk '{print $2}'......【阅读全文】
发布时间:2016-01-27 20:46:44
wget "http://www.ip138.com/ips1388.asp" -q -O - | sed -nr "s/.*\[(([0-9]+\.){3}[0-9]+)\].*/\1/p"......【阅读全文】