2014. 2. 9. 05:56 컴퓨터 관련/Ubuntu
Ubuntu Server 12.0.4 Desktop 설치하기
1. Ubuntu Server 12.0.4의 upgrade 와 update
$sudo apt-get update && sudo apt-get upgrade
2. Desktop 환경 설치
$sudo apt-get install --no-install-recommends ubuntu-desktop
$sudo apt-get install unity-lens-applications
$sudo apt-get install unity-lens-files
3. Indicator 추가
$sudo apt-get install indicator-applet-appmenu indicator-applet-session
$sudo apt-get install indicator-applet-complete
$sudo apt-get install indicator-application indicator-session
$sudo apt-get install indicator-power indicator-sound
4. Font 변경
$sudo apt-get install myunity
5. Desktop 실행
$startx
6. 터미널 폰트 변경 (터미널에서 폰트가 고정폭이 아니어서 타이핑시 글자가 겹치는 것을 방지)
$sudo apt-get install ttf-inconsolata // 효과 없음
터미널 바탕화면에서 마우스 오른쪽 버튼 클릭 -> Profiles 선택 -> Profile Preferences 선택
Font 선택을 'Dejavu Sans Mono'로 선택하니 타이핑시 글자가 겹치는 것이 방지됨.
출처: http://darkblitz.tistory.com/349
https://kldp.org/node/106091
'컴퓨터 관련 > Ubuntu' 카테고리의 다른 글
Ubuntu Server 12.0.4 LTS 게스트 확장 설치하기 (0) | 2014.02.09 |
---|