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

우분투(Ubuntu)로 갈아타다

사용자 삽입 이미지
학과 웹서버에 이어 드디어 본 사이트의 웹서버를 위한 운영체제를 우분투로 바꾸었다.
기존에는 한컴리눅스를 사용하였으나, 업그레이드가 쉽지 않았다.
우분투는 업그레이드가 쉬워서 바꾸기로 했다.

우분투의 철학이 맘에 들어 아래와 같이 인용해본다.


The Ubuntu promise

  • Ubuntu will always be free of charge, including enterprise releases and security updates.
  • Ubuntu comes with full commercial support from Canonical and hundreds of companies around the world.
  • Ubuntu includes the very best translations and accessibility infrastructure that the free software community has to offer.
  • Ubuntu CDs contain only free software applications; we encourage you to use free and open source software, improve it and pass it on.

크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by 솔라뷰

2009/08/23 23:29 2009/08/23 23:29
,
Response
No Trackback , No Comment
RSS :
http://www.solarview.net/rss/response/274