리눅스공통
time zone, locale, keyboard 설정
juvenile
2017. 7. 12. 13:41
debian 기준
1. time zone 변경
# dpkg-reconfigure tzdata
참조: https://wiki.debian.org/TimeZoneChanges
2. locale 변경
# dpkg-reconfigure locales
참조: https://wiki.debian.org/Locale
- 영문 로케일(en_US.UTF-8)을 유지하면서 터미널에서 한글 정렬만 제대로 하려면 /etc/profile 파일에 아래 명령어 추가하면 된다.
export LC_COLLATE=C
export PATH 다음 줄이 적당한 듯...
3. 키보드 변경
# dpkg-reconfigure keyboard-configuration
# service keyboard-setup restart
키보드 연결한 상태에서 해야는 듯..
참조: https://wiki.debian.org/Keyboard