richliu’s blog

Linux, 工作, 生活.

richliu’s blog header image 4

來參加 World Firefox Day 的活動吧…

July 16th, 2006 · No Comments

還記得 Firefox 1.0 的時候, 在 New York Times 頭版判登廣告的壯舉吧
圖片可以看這邊
現在, Firefox 2.0 要推出之際, Firefox Team 舉辦了 World Fiefox Day 活動, 只要你推薦一位沒有使用 Firefox 的朋友在 9 月 15 日前下載 Firefox , 你們兩位的名字就會留在 Firefox 2.0 內做為紀念.
還等什麼, 上了吧

World Firefox Day Launches Spreadfirefox 網站的文章
Become a Friend of Firefox World Firefox Day 活動的網頁, 目前不支援中文.

Tags: Software

[Read more →]

Tags: Software

Linux 下己經支援完整的 NTFS 系統了.

July 16th, 2006 · 2 Comments

Linux NTFS Project支援 User Space 的 NTFS FileSystem.
這個 Driver 使用 FUSE(Filesystem implement in userspace)做介面,
剛剛試了一下, UTF-8 下中文沒有問題, 可以正常讀寫, 建立目錄.
如果要安裝, 請先安裝 fuse, 在 Gentoo 下是使用
emerge sys-fs/fuse
安裝即可, 接下來按照 [announcement] ntfs-3g: open source read-write driver 安裝 ntfs-3g
下載 ntfs-3g
# cd /home/temp
# wget http://mlf.linux.rulez.org/mlf/ezaz/ntfs-3g-20070714-BETA.tgz
# cd ntfs-3g-20070714-BETA
# ./configure
# make
# make install
Mount FileSystem
ntfs-3g /dev/hda1 /mnt/windows -o silent,umask=0,locale=zh_TW.utf8
寫在 /etc/fstab
/dev/hda1 [...]

[Read more →]

Tags: Gentoo · Linux