Install Crunchbang10 on VirtualBox 4.1.18
1) Install based on English
2) Install Guest Addtions
- sudo aptitude update
- sudo aptitude install build-essential linux-headers-$(uname -r)
- sudo aptitude purge virtualbox-ose-guest-x11 virtualbox-ose-guest-utils virtualbox-ose-guest-dkms
- reboot
- mount guest addtions
- sudo su
- sh /media/cdrom/VBoxLinuxAdditions.run
3) Install Korean font
- sudo apt-get install ttf-unfonts-core ttf-unfonts-extra
- apt-cache search korean font
- using synaptic package manager, install nanum
- reboot
4) Install Korean IME
- sudo apt-get install ibus-hangul
- im-config ---> ibus select
- logout & re-login
5) Install Google Chrome
- visit the following link and download the .deb file
- in terminal, goto the download folder and run dpkg
sudo dpkg -i google-chrome-stable_current_i386.deb
If you see any dependency errors use the following command
- sudo apt-get -f install
6) Desktop Wallpaper
- just put images in ~/images/wallpapers then can select
7) Status bar(?) position change (from top to bottom)
- Settings > tint2 > Edit config file
- find 'top' > change it to bottom
'Linux > Other Distro' 카테고리의 다른 글
가벼운 리눅스 - Archbang (0) | 2013.04.02 |
---|---|
리눅스에서 PDF 파일 페이지 분리 합병 (0) | 2013.02.04 |
리눅스 패키지 설치 방법에 따른 분류 (0) | 2012.11.08 |
Crunchbang에 한글 폰트/입력기 설치 (0) | 2012.07.31 |
How to install google chrome in debian (0) | 2012.07.31 |