01 2017 档案
Linux系统下强制踢掉登录用户
摘要:pkill -kill -t tty http://blog.chinaunix.net/uid-639516-id-2692539.html 阅读全文
posted @ 2017-01-17 15:22 牛B大王 阅读(1474) 评论(0) 推荐(0)
linux ls 按文件大小排序
摘要:ls -Sl 其是按照由大到小排序,如果想要反过来,从小到大,那么用: ls -Slr 再者,如果想要输入是按照“便于人类阅读的方式”,那么就再加一个-h,表示"--human-readable" 这样单位就是k或者M ,比较容易看清楚结果 阅读全文
posted @ 2017-01-17 11:26 牛B大王 阅读(37071) 评论(2) 推荐(0)
chrome的功能Copy as cURL
摘要:https://segmentfault.com/q/1010000002508961 阅读全文
posted @ 2017-01-16 11:47 牛B大王 阅读(5112) 评论(1) 推荐(0)