2007年6月19日

results comparing the write, rewrite and read speeds of file system


Write Rewrite Read
JFS (kernel) 39 25 54
XFS (kernel) 31 16 30
NTFS-3G (FUSE) 31 14 30
ZFS (FUSE) 18 10 28

2007年6月8日

FreeNX on Ubuntu

http://free.linux.hp.com/~brett/seveas/freenx/
http://ubuntuforums.org/showthread.php?t=97277&highlight=freenx
https://help.ubuntu.com/community/FreeNX

2007年6月7日

Minor Firefox problem on Ubuntu

about:config
general.autoScroll->ture


wget http://users.tkk.fi/~otsaloma/art/firefox-form-widgets.tar.gz
tar -xvzf firefox-form-widgets.tar.gz
sudo cp /usr/lib/mozilla-firefox/res/forms.css /usr/lib/mozilla-firefox/res/forms.css.bak
cat firefox-form-widgets/res/forms-extra.css | sudo tee --append /usr/lib/mozilla-firefox/res/forms.css > /dev/null
sudo cp -r firefox-form-widgets/res/form-widgets /usr/lib/mozilla-firefox/res
rm -rf firefox-form-widgets


ref:
http://yesterdaywind.wordpress.com/2007/05/31/firefox-ubuntu-704-autoscroll/
http://osnovice.blogspot.com/2007/05/firefox-controls-are-ugly.html