Ubuntu 10.04 中、日文目錄亂碼 - Linux

Table of Contents



繁中 簡中 日文 目錄 顯示為 ?????
請問各位版友該如何解決



無法顯示的目錄
http://i.imgur.com/KipVm.png

locale
http://i.imgur.com/b5eeU.png

locale -a
http://i.imgur.com/3xtoH.png


PieTTY v0.3.27
字元編碼 > Unicode
多國語言顯示方式 > 系統預設值

用FileZilla SFTP登入相同目錄
中、日文目錄可正常建立並顯示


環境:Ubuntu 10.04.4 LTS x86_64


還有 apt-get update 後有以下錯誤訊息
http://i.imgur.com/7dUUZ.png

該如何修正更新來源?



謝謝

--

All Comments

Freda avatarFreda2012-05-03
在本機上看呢
Tracy avatarTracy2012-05-04
本機? 主機在國外所以只能ssh
Dorothy avatarDorothy2012-05-04
試試看 export LC_ALL=en_US.UTF-8 呢?
Dorothy avatarDorothy2012-05-09
然後 pietty 多國語言顯示方式調成 unicode
Todd Johnson avatarTodd Johnson2012-05-11
http://goo.gl/YFsKJ 成功了 可是如果要進入這些unicode
Gilbert avatarGilbert2012-05-13
目錄下 pietty 複製後卻無法貼上 該如何修正?
Hedwig avatarHedwig2012-05-18
有暫時方案可以先試看看,一勞永逸還是得從ssh client下手
Queena avatarQueena2012-05-19
先執行 ls -l|egrep '^d' 算算看你要cd的目錄是第幾個
從1起算,假設是第5個,接下來執行
Olive avatarOlive2012-05-22
cd `ls -l|egrep '^d'|awk '{print $8}'|head -5|tail -1`
要換到第n個,head之後就接-n,可以把這個寫成alias或script
Hamiltion avatarHamiltion2012-05-26
裝個mc比較方便 (midnight commander)