Obsidian/Recognition/Programing/Linux/Termux/Termax Locale변경.md

644 B

  • Locale 변경
apt-get install language-pack-ko

apt-get install language-pack-ko-base

vim /etc/environment
	LANG="ko_KR.UTF-8"
	LANG="ko_KR.EUC-KR"
	LANGUAGE="ko_KR:ko:en_GB:en"

vim /etc/default/locale
	LANG="ko_KR.UTF-8"
	LANG="ko_KR.EUC-KR"
	LANGUAGE="ko_KR:ko:en_GB:en"
# 해당작업은 아래 명령어로 대체 가능함
 dpkg-reconfigure locales 
 dpkg-reconfigure tzdata


vim /etc/profile
	LANG="ko_KR.UTF-8"

### Termax 재실행

  • 시간 동기화

apt-get -y install rdate

rdate -s time.bora.net && hwclock -w
rdate -s time.bora.net
sudo rdate -s time.bora.net
   
  • 달력설치

apt -y install ncal