全部博文(356)
发布时间:2021-11-05 16:59:17
strings - print the strings of printable characters in files. ......【阅读全文】
发布时间:2019-05-08 09:44:18
比如我们有一个http://cgi2.tky.3web.ne.jp/~zzh/zhao1.MP3 :$ curl -r 0-10240 -o "zhao.part1" http:/cgi2.tky.3web.ne.jp/~zzh/zhao1.MP3 &\$ curl -r 10241-20480 -o "zhao.part1" http:/cgi2.tky.3web.ne.jp/~zzh/zhao1.MP3 &\$ curl -r 20481-40960 -o "zhao.part1" http:/cgi2.tky.3web.ne.jp/~zzh/zhao1.MP.........【阅读全文】
发布时间:2018-12-06 15:33:01
1) 关闭指定网卡,如关闭网卡eth0
ifconfig eth0 down
也可以使用ifdown,通常ifdown是一个指向ifup的软链接,而ifup为一个脚本文件。
2) 命令自启动,如希望机器重启时自动关闭网卡eth0
这个只需要在文件/etc/rc.d/rc.local中添加一行“ifconfig eth0 down”即可。
3) 进入My.........【阅读全文】
发布时间:2018-09-21 17:03:17
安装方法:yum -y install dstatdstat -tclmdny 1 2每1秒运行1次,连续2次。非常准确,还可以查看系统各项的性能。主要注意net/total 的值需要乘以8也就是现在访问的带宽为88M的样子......【阅读全文】