請問如何遠端打中文?

如果您覺得您的問題不屬於 debian desktop 或是 debian server 版的範圍內,請在這裡發問。

版主: mufa

請問如何遠端打中文?

文章訪客 » 週五 7月 04, 2003 12:16 am

請問一下,我telnet 到debian 後,都不能打中文
我有在.bashrc 加入export LC_ALL=zh_TW.Big5
export LANG=zh_TW.Big5
還是不行...請問要怎麼改才能telnet 後打中文呢?
另外請問要裝什麼東西才能看到彩色的目錄?
而不是單純的黑底白字...
謝謝 ^^
訪客
 

re:請問如何遠端打中文?

文章訪客 » 週五 7月 04, 2003 12:56 am

try telnet -8 your_address
---
i though better try "putty" (search google than u will find the info.)
then u can type chinese, have color console and much more secure. (the package translated via telnet protocol is not safe because it never be encoded.)
訪客
 

Re: 請問如何遠端打中文?

文章ulbt » 週五 7月 04, 2003 10:26 am

Anonymous 寫:另外請問要裝什麼東西才能看到彩色的目錄?
而不是單純的黑底白字...
謝謝 ^^


# joe ~/.bashrc
編輯 .bashrc, 加入或者 uncomment 下列內容:
代碼: 選擇全部
export LS_OPTIONS='--color=auto'
eval `dircolors`
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias l='ls $LS_OPTIONS -lA'


如果是非 root 的一般使用者, 還必須修改 .bash_profile,
讓 .bashrc include 進來。

Reference:
http://linux.tnc.edu.tw/techdoc/Bash-env.htm
viewtopic.php?t=245
http://linux.vbird.org/linux_basic/0320 ... SHsettings
http://www.gnu.org/manual/bash-2.05a/bashref.html

Google 一下 bash、bashrc 還很多, 自己來囉...
I know that I don't know.
頭像
ulbt
活潑的高中生
活潑的高中生
 
文章: 255
註冊時間: 週一 2月 17, 2003 12:55 pm
來自: Nei-Hu, Taipei.


回到 debian misc

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客

cron