centOS 4.2 설치시 한글깨짐 문제

2010.05.12 07:41

조인상 조회 수:18468

원문 : http://www.ischo.net -- 조인상 // 시스템 엔지니어

Writer : http://www.ischo.net -- ischo // System Engineer in Replubic Of Korea

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

본문 : http://www.ischo.net -- 조인상 //시스템 엔지니어

+++++++++++++++++++++++++++++++++++++++++++++++++++++++


/etc/sysconfig/i18n 의 내용을 아래와 같이 고치면 된다.



LANG="ko_KR.eucKR"
SUPPORTED="en_US.UTF-8:en_US:en:ko_KR.eucKR:ko_KR:ko"
SYSFONT="lat0-sun16"
SYSFONTACM="8859-15"



앞으로도 몇가지 보안 및 기타 설정들을 해야 하는데, 간간히 정리나 해봐야겠다.



/*------------------------------man의 한글 깨짐 추가--------------------------------*/

man명령어에서도 한글이 깨지는 현상이 있었다.--;

그래서 수정했다.



/etc/man.config 에서



PAGER          /usr/bin/less -iRs 의 옵션 중에서 대문자 R을 아래와 같이

PAGER      /usr/bin/less -irs 로



소문자로 바꿔주면 된다. 두 옵션의 차이는 아래의 설명으로 대신한다.



      -r or --raw-control-chars
              Causes "raw" control characters to be displayed.  The default is to  dis-

              play control characters using the caret notation; for example, a control-
              A (octal 001) is displayed as "^A".  Warning: when the -r option is used,
              less cannot keep track of the actual appearance of the screen (since this
              depends on how the screen responds to each type  of  control  character).
              Thus, various display problems may result, such as long lines being split
              in the wrong place.



      -R or --RAW-CONTROL-CHARS
              Like -r, but tries to keep track of the screen appearance where possible.
              This  works  only  if the input consists of normal text and possibly some
              ANSI "color" escape sequences, which are sequences of the form:



                  ESC [ ... m



              where the "..." is zero or more characters other than "m".  For the  pur-
              pose  of  keeping  track of screen appearance, all control characters and
              all ANSI color escape sequences are assumed to not move the cursor.  You
              can  make  less  think  that characters other than "m" can end ANSI color
              escape sequences by setting the environment variable LESSANSIENDCHARS  to
              the list of characters which can end a color escape sequence.
번호 제목 글쓴이 날짜 조회 수
공지 [공지] 게시자료 열람자유. 불펌금지입니다. 조인상 2010.12.07 30767
44 아파치. 톰캣 연동 (apache+tomcat by mod_jk) ischo 2012.04.18 17336
43 DNS 기초에서 보안까지 조인상 2012.07.26 11423
42 apache log rotate 시키기 ischo 2012.08.14 17151
41 kill 명령어로 줄수 있는 interrupt list ischo 2012.08.17 12530
40 key 저장을 이용하여 ssh,sftp 자동로그인 하기 ischo 2012.10.17 18000
39 쉘스크립트에서 응용가능한 date 포맷 ischo 2012.10.18 15027
38 unzip 으로 압축해제시 하위디렉토리 만들어서 압축풀기 ischo 2012.11.14 16426
37 top을 이용한 성능데이터 로깅 ischo 2013.01.13 17575
36 Linux용 nmon 설치 및 구성 file ischo 2013.01.17 29157
35 다수의 파일에서 ^M 문자를 모두 없애는 쉘스크립트 ischo 2013.05.09 19273
34 리눅스에서 hostid 란? ischo 2013.06.25 29175
33 file descriptor 설정하기 ischo 2013.07.10 24076
32 static routing 정보 저장하여 재부팅시에도 자동 적용 ischo 2013.07.23 25390
31 putty Connection Manager file ischo 2014.02.26 11202
30 ubuntu 에서 /boot 파일시스템 full 날 경우 이미지 삭제방법 ischo 2014.05.12 14069
29 CentOS 6.4 에서 Apache 2.4버전 RPM build 하기 file ischo 2014.07.29 14852
28 CentOS 6.5 환경에서 Multipath 구성하기 - 작성중 secret ischo 2014.08.05 0
27 XDMCP 연결시 필요한 port 번호 ischo 2014.12.24 17579
26 HP DL/ML 시리즈용 SmartArray CLI 유틸리티 사용 설명서 ischo 2015.02.11 10606
25 OpenSSL 다중취약점 보안업데이트 [1] ischo 2015.04.02 13773
서버에 요청 중입니다. 잠시만 기다려 주십시오...