一月 7, 2010
在 windows 7 中,原來在 windows xp 中有的「快速啟動」工具列,預設是不會顯示出來的,但是可以透過一些設定,打開來。
可以參考下面的參考資料。
windows 7 在程式的圖示上按右鍵,會出現 jumplist 可以讓你選擇和程式有關的一些常做的工作,但是缺少了一個萬用的空間,用來放置各種不同的程式,如果把所有的程式啟動捷徑都放在工作列上,就會顯得太多圖示了。這個有幾種解決方式:
1.修改windows的設定,重新打開「快速啟動工作列」,讓之前習慣 xp 的工作模式的使用者,用起電腦更方便。
2.自己設定一個目錄,專門用來放置程式的捷徑,再修改 windows 7 內部的檔案索引選項,為這個目錄中的資料建立索引(index), 這樣就可以在「開始功能表」下方的搜尋列中,只打程式的幾個開頭英文字,達到「快速啟動」的效果。
參考資料:
1.Enable Windows 7 Quick Launch Toolbar
2.Windows 7 工具列增加快速啟動
張貼留言 » |
windows |
固定網址
張貼由 GD
十月 30, 2009
vmware player 3.0 released on 2009/10/27. This version allow users to create new virtual machines in vmware player. In previous version, this function is only available in vmware server. By the way, when I used the vmware player 2.x series, I created a new virtual machine through Eazyvmx web site.
I downloaded this version yesterday, and I found that there was a vmnetcfg.exe in previous version, but this program do not present in vmware player 3.0. vmnetcfg.exe is a utility that users can use to configure the vmware bridge interface would map to which interface in host OS. This is very useful in the situation that you have multiple network interfaces installed in your host OS.
Actually, the vmnetcfg.exe is included in the vmware player installation package, but you need to know some tip to extract this program from the package. This discussion provide detail steps. thanks the guy ascella provides this method.
1. Run the installer with /e option. For example:
VMware-player-3.0.0-197124.exe /e .\extract
All contents will be extracted to 『extract』 folder.
2. Open 『network.cab』 and copy vmnetcfg.exe to your installation folder,
typically 『C:\Program Files\VMware\VMware Player\』.
張貼留言 » |
Uncategorized |
固定網址
張貼由 GD
十月 5, 2009
在 ubuntu 9.10 beta 上安裝ibus 的行列輸入法
在 ubuntu 9.10 上,預設的輸入法框架是使用 ibus, 但是 ibus 在安裝完成之後,卻沒有行列輸入法的表格,所以無法使用行列輸入法。
我在 ibus 主網站的Download區 中,看到 array30的table 還是 unstable 版本的,也許這個就是為什麼 ubuntu 還沒有正式加入 ibus-table-array30 這個套件的原因。如果有加入這個套件,要安裝行列輸入法,只要打上 sudo apt-get install ibus-table-array30 就可以安裝好了,但是目前看來要多花幾個步驟才行安裝了。
首先在 ubuntu 中,使用 browser 先下載 array30 的 source code. 另外,確定有安裝 gcc 和 cmake,沒有的話,可以執行 sudo apt-get install cmake build-essential 進行編譯器環境的安裝。
解開下載回來的 tar.gz 檔案,閱讀其中的 INSTALL 檔案,按照上面的步驟進行 array30 的安裝,安裝完之後再重新啟動 ibus 或是重開機,就可以從 ibus 的設定介面,手動增加行列輸入法了。
張貼留言 » |
Linux |
固定網址
張貼由 GD
七月 16, 2009
最近在使用 screen 程式時,有時候會不小心按到 ctrl+s 這個 stop terminal 的組合鍵,在一般的 terminal 下,會產生螢幕上的畫面完全暫停,而且不管你輸入什麼按鍵都沒有反應的情況,這個時候,只要按下 ctrl+q 發出 start terminal 的信號,就會回復正常。
但是在這 2 個組合鍵在配合 GNU screen 程式運作時,有時候會發生 按到 ctrl+s 但是再按 ctrl+q ,卻沒有辦法讓 terminal 回復操作模式的情況。
找到可以使用 stty -ixon 指令,停止 terminal 接受 stop/start terminal 信號,讓這 2 個信號不會發生作用,這樣就可以防止這個問題了
張貼留言 » |
Linux |
固定網址
張貼由 GD