원격접속시 한글이 깨질때 | centos
#vi /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의 한글 깨짐 추가--------------------------------*/
#vi /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.
'OS > LINUX' 카테고리의 다른 글
아이피 변경 (0) | 2006.10.11 |
---|---|
2개의 랜카드 묶어서 2배의 대역폭:Bonding (0) | 2006.10.11 |
var/log/audit.d/ full 문제 (0) | 2006.10.09 |
리눅스 텔넷 설정 (0) | 2006.08.08 |
CentOS 한글 에러 수정 (0) | 2006.03.30 |