2017年5月9日
posted @ 2017-05-09 11:43
牛B大王
阅读(404)
推荐(0)
2017年3月2日
posted @ 2017-03-02 17:58
牛B大王
阅读(815)
推荐(0)
2017年2月27日
摘要:
Download the SSL-aware version of Curl, or build the SSL-aware version yourself. From http://curl.haxx.se/docs/caextract.html , Download the cacert.pe
阅读全文
posted @ 2017-02-27 11:12
牛B大王
阅读(341)
推荐(0)
2017年2月24日
摘要:
Linux下简单好用的工具rinetd,实现端口映射/转发/重定向官网地址http://www.boutell.com/rinetd 软件下载wget http://www.boutell.com/rinetd/http/rinetd.tar.gz 解压安装tar zxvf rinetd.tar.g
阅读全文
posted @ 2017-02-24 14:54
牛B大王
阅读(11427)
推荐(0)
posted @ 2017-02-24 14:19
牛B大王
阅读(123)
推荐(0)
2017年2月15日
posted @ 2017-02-15 17:37
牛B大王
阅读(7)
推荐(0)
2017年1月17日
摘要:
pkill -kill -t tty http://blog.chinaunix.net/uid-639516-id-2692539.html
阅读全文
posted @ 2017-01-17 15:22
牛B大王
阅读(1472)
推荐(0)
摘要:
ls -Sl 其是按照由大到小排序,如果想要反过来,从小到大,那么用: ls -Slr 再者,如果想要输入是按照“便于人类阅读的方式”,那么就再加一个-h,表示"--human-readable" 这样单位就是k或者M ,比较容易看清楚结果
阅读全文
posted @ 2017-01-17 11:26
牛B大王
阅读(37061)
推荐(0)
2017年1月16日
摘要:
https://segmentfault.com/q/1010000002508961
阅读全文
posted @ 2017-01-16 11:47
牛B大王
阅读(5109)
推荐(0)
2016年11月23日
摘要:
gg:命令将光标移动到文档开头G:命令将光标移动到文档末尾 $:移动到行尾 3$:移动到3行后的行尾 ^:移动到行首,0也是 +:移到下一行的行首 -: 移到上一行的行首 http://www.cnblogs.com/tianyajuanke/archive/2012/04/25/2470002.h
阅读全文
posted @ 2016-11-23 13:32
牛B大王
阅读(127)
推荐(0)