2007-01-13

Remote backup

SSH:
dd if=/dev/foo | ssh foo@foo dd of=foo


FTP:
ftp foo
ftp> bin
ftp> put "| dd if=/dev/foo" foo
ftp> get foo "| dd of=/dev/foo"
ftp> get foo.tar.bz2 "| tar -xj -"


ref: 1. http://www.wsp.krakow.pl/~bar/DOC/ssh_backup.html
2. http://0rz.net/741kp
http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?
topic=/com.ibm.aix.doc/infocenter/howto/HT_prftungd_slowTSMbkupperf.htm
google: backup dd if= ftp -ssh

2007-01-11

GNU GLOBAL

GNU GLOBAL is a source code tag system that works the same way across diverse environments.


17:02:46 :: linux-2.6.19.1 $ time gtags

real 25m56.492s
user 1m44.167s
sys 1m47.283s

17:28:48 :: linux-2.6.19.1 $ time htags

real 43m1.615s
user 3m19.044s
sys 21m41.105s

19:09:04 :: linux-2.6.19.1 $ du -sh HTML/
2.1G HTML/


目前轉好兩個專案,分別是 7-zip 和 FileZilla,放在 野人 。提供這種原始碼線上瀏覽的網站,有大名鼎鼎的 Cross-Referencing Linux ,使用 LXR 系統轉換的。

Update: Notepad++ 399 已新增。

2007-01-05

PCman alasing

PCMan for win32 的版本,針對英文與中文文章時,中文的 refresh 速度比英文慢,難道是 TryeType 的問題嗎?