일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
- openocd
- JTAG
- QT
- emIDE
- STM32F10x
- usb부팅
- 갈릴레오
- ares note
- lg smart recovery
- 동부로봇
- CMSIS
- 허큘렉스
- Boyue
- ubuntu
- 우분투
- smartrobot board
- galileo
- pyside6
- fdisk
- ICbanq
- Galileo Gen2
- DRS-0101
- HerkuleX
- Cortex-M3
- Python
- Marsboard
- ft2232
- 마스보드
- U-boot
- Z435
- Today
- Total
Life Seed
Debian LXDE Desktop 한글 등 초기 설정 본문
Nand Flash용 Image Download
http://www.marsboard.com/marsboard_rk3066_download.html
에서 Debian Wheezy Lxde Desktop Image를 다운 받는다.
http://www.marsboard.com/marsboard_rk3066_download.html 에서 툴을 다운 받아 Image를 Install한다.
기본적으로 한글 출력 및 입력이 안된다.
한글 출력...
# apt-get install ttf-unfonts-core
한글 입력
# export LC_ALL="C"
# export LANG="C"
# apt-get install ibus ibus-hangul
Preferences > IBus Preferences > Input Method > Customize active input method
> Select an input method > Korea > Korean- Hangul 설정
Control-SpaceBar 로 변경가능
?? (Others > Input Method Configuration (im-config) :: YES > YES
auto select > OK)
Locale 설정
$ locale -a
C
C.UTF-8
POSIX
en_US.utf8
ko_KR.utf8
ko_KR.utf8 이 없다면 생성하자.
$ sudo locale-gen ko_KR.utf8
그리고 /etc/default/locale 을 수정 혹은 생성하자.
$ sudo vim /etc/default/locale
LANG="ko_KR.UTF-8"
LANGUAGE="ko_KR:ko:en_US:en"
저장 하면 한국어 사용이 가능하다.
시간 설정
# ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime
Flash Plugin 설치
# apt-get install gnash
# apt-get install browser-plugin-gnash