work/Linux(Ubuntu)

[ubuntu linux] Server 설치시 GUI 띄우기

토익귀족 2012. 3. 12. 16:04
우분투는 크게 2가지 버전이 있다. Server와 데스크탑 버전.

윈도우 서버와 홈 에디션 정도라고 하면 될까나?

근데 Server를 설치하고 나면 데스크 탑과 달리 기이한 경험을 할 수 있다.

설치 완료 후에 부팅이 끝난 상태를 보면 그저 Console 만 뜬다.

예전에 Dos를 쓰던 기분이랄까....

사실 리눅스를 예전부터 써온사람이라면 이게 당연한 거지만 요새는 너무 좋아져서

어느날부터 Windows 처럼 GUI를  기본으로 띄워주곤 했다. 

암튼 GUI를 띄워보자~  

설치할께 좀 많은데 그건 역시 선배 고수님들의 잘 정리 된 포스팅을 가져왔다.

출처 :  http://whitebear.tistory.com/166

----------------------------------------------------------------------------- 
 


[soriel01@localhost] sudo su -   (관리자모드로 변환)
password :                               (root 권한 password 입력)
[root@localhost] apt-get update  (새로운 업데이트 확인)
[root@localhost] apt-get dist-upgrade     (업데이트)
[root@localhost] apt-get install xorg gdm (Graphic Mode 설치)
[root@localhost] apt-get install gnome-session gnome-menus gnome-panel metacity nautilus
                        (Gnome 설치)
[root@localhost] apt-get install [다음 Package 설치]
            gnome-applets 
            gnome-control-center 
            gnome-volume-manager 
            libsmbclient
            gnome-screensaver 
            menu 
            network-manager-gnome 
            gnome-utils 
            gnome-system-tools
            gnome-netstatus-applet 
            gnome-nettool 
            libgnomevfs2-extra
-------<다음은 유용한 Package>
            gnome-terminal 
            gedit 
            firefox
-------<다음은 데스크탑 테마 Package>
            ubuntu-artwork 
            ubuntu-sounds 
            human-theme 
            usplash-theme-ubuntu

[root@localhost] apt-get install gnome-app-install update-manager restricted-manager
                       (패키지 관리자 설치)

[root@localhost] /etc/init.d/gdm start   (그래픽 모드로 고고씽)