跳到主要內容

發表文章

目前顯示的是 1月, 2010的文章

將Bing翻譯加到Microsoft office中

微軟出的線上翻譯 Bing翻譯 http://www.microsofttranslator.com/Default.aspx 原本Microsoft Office 2003 & 2007 的翻譯為WorldLingo 下載 Microsoft Translator installer for Microsoft Office 安裝好後就會改用Bing翻譯了

a small and nice ini parser -- iniParser

Today I finished cross-compiling wvdial package. After I cross-compiling it, I found that it has some problem to load the wvdial.conf. And I also know that passing arguments to the wvdial is still working. Finally, I decide to modify the wvdial program to load the wvdial.conf by my own. I load the config file with iniParser and pass it to the cfg object. Now it works perfectly !! wvdial -- a utility that helps in making modem-based connections to the Internet wvdial site wvdial wiki iniParser home wvdial introduction  

ubuntu上mount lvm partition

ubuntu 9.10灌好後, 最先就是把之前灌fedora那個硬碟的資料copy回來. 由於fedora 9預設是用lvm的partition, 因此要安裝lvm2套件, 剩下的, 就是把lvm mount起來 # sudo apt-get install lvm2 # sudo vgscan # sudo vgchange -ay VolGroup00 # sudo lvs # sudo mount /dev/VolGroup00/LogVol00 /mnt Reference: http://www.linux-sxs.org/storage/fedora2ubuntu.html