摘要: 1、Linux挂载Winodws共享文件夹# mount -t cifs //1.1.1.254/ok /var/tmp/share/ -o username=administrator,password=yourpass2、查看http的并发请求数及其TCP连接状态:netstat -n | aw 阅读全文
posted @ 2017-02-15 11:06 fanren224 阅读(188) 评论(0) 推荐(0)
摘要: uniq命令用于报告或忽略文件中的重复行,一般与sort命令结合使用。 语法 uniq (选项) (参数)选项 -c或--count: 在每列旁边显示该行重复出现的次数; -d或--repea... 阅读全文
posted @ 2017-02-15 10:38 fanren224 阅读(155) 评论(0) 推荐(0)