2008年4月7日 星期一

不需格式化,在Windows環境,加入UnixLike環境

http://www.cygwin.com/

http://www.cygwin.com/setup.exe 下載Setup.exe ,即可選擇所需安裝套件及來源下載位置

http://www.andlinux.org/

如何在Cygwin環境加入中文輸入法:

步驟1:進入home目錄(即 $HOME):
步驟2:輸入vi ~/.inputrc   (即編輯 inputrc參數檔)其內含設定為
set meta-flag on
set convert-meta off
set output-meta on

步驟3:輸入vi ~/.bash_profile 
即編輯 inputrc參數檔)其內含設定為
export LESSCHARSET=latin1
alias less='/bin/less -r'
alias ls='/bin/ls -F --color=tty --show-control-chars'

步驟4:重新啟動cygwin