rtorrent+rutorrent使用中的常见问题及解决方法 February 25, 2013 1、rutorrent硬盘使用量不准确的解决方法vi /var/rutorrent/rutorrent/conf/config.php 将$topDire...
linux下生成指定大小文件及硬盘读写速度测试 December 22, 2012 生成指定大小的文件dd if=/dev/zero of=1T.img bs=1G seek=1024 count=0 bs=1G表示每一次读写1G数据,c...