Ubuntu Server에 원격접속시(SSH) 한글이 되도록 하는 법

1) 한글설치
#locale-gen ko_KR.UTF-8
2) /etc/environment  파일 편집
#vi /etc/environment
LANG="ko_KR.UTF-8"  <-- 추가
3) /etc/profile 파일 편집
#vi /etc/profile
LANG="ko_KR.UTF-8" <--추가
4) 사용자(여기서는 root)의 프로파일(/root/.profile) 편집
#vi /root/.profile
# LANG=C    <-- 주석처리
# LANGUAGE=C
위의 두 곳을 주석처리(#)
크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by 솔라뷰

2009/08/24 12:55 2009/08/24 12:55
Response
No Trackback , No Comment
RSS :
http://www.solarview.net/rss/response/272

Trackback URL : http://www.solarview.net/trackback/272

« Previous : 1 : ... 5 : 6 : 7 : 8 : 9 : 10 : 11 : 12 : 13 : ... 232 : Next »