![]() |
UNIX 軟體 - 可列印版本 +- 餅乾工坊 (http://ninja.s12.xrea.com/mybb) +-- 版面: 電腦網路 (http://ninja.s12.xrea.com/mybb/forumdisplay.php?fid=2) +--- 版面: 免費軟體 (http://ninja.s12.xrea.com/mybb/forumdisplay.php?fid=9) +--- 主題: UNIX 軟體 (/showthread.php?tid=605) |
UNIX 軟體 - NINJA - 01-06-2011 文字編輯 Nano http://www.nano-editor.org/ Ubuntu內建,可在terminal文字模式使用, 最後更新 2009/11 joe http://joe-editor.sourceforge.net/ 最後更新 2008/11 pico 未知 QE http://www.cc.ncu.edu.tw/~center5/product/qe/ 像DOS時代的PE2,最後更新 1999年 ============================================== 進度條(比較像改寫過的軟體??) Pipe Viewer http://www.ivarch.com/programs/pv.shtml 說明 http://www.ivarch.com/programs/quickref/pv.shtml 可以讓一些指令出現進度條,例如 cp dd tar 但不太好用? ( cp -v 是顯示複製中的檔名是否完成 ,非進度條) dd if=/dev/ad0 bs=16M | pv -s 512M | dd bs=16M of=/dev/ad1 Bar http://www.theiling.de/projects/bar.html cp Source Target 變成 bar -o Source Target MDAdm (SoftRaid) Intel CPU 第五代以後有AVX對於軟體Raid讀取有幫助,可嘗試使用軟體Raid 對於Rebuild太慢可以做下面的設定,提高Rebuild優先權 You can change this by adjusting /proc/sys/dev/raid/speed_limit_min (to change things globally) or /sys/block/md0/md/sync_speed_min to change things for a single array. For example: echo 6000 > /sys/block/md0/md/sync_speed_min will provide a minimum rebuild speed of 6000 kb/s, assuming the disks, controller, bus, and processor can all handle it (they should). |