쳐박혀있는 asus eeepc901에 우분투를 설치 시도. 

XP조차도 버거워졌고 중요한건 SSD가 4GB밖에 안되기때문.... ;;




1. Ubuntu Minimal cd 다운로드 (현재 13.10 버전사용 )

https://help.ubuntu.com/community/Installation/MinimalCD


※ 설치하려는 버전을 다운로드함. (대략 30mb전후)


2. minimal cd 설치

 usb나 cd부팅을 이용하여 부트한후 설치진행함.


※ 기본저장소는 속도가 너무 느리기때문에 저장소선택에서 수동으로 ftp.daum.net 입력. 경로는 기본 /ubuntu/로 유지.

※ 설치과정에서 우분투 종류 선택/설치에서 아무것도 체크하지말고 진행.(최소설치이기때문에 아무것도 체크하지않는다)


3. Xubuntu 데스크탑 설치

설치가 완료되고 reboot하여 사용자 로그인후 설치진행

# sudo apt-get install --no-install-recommends xubuntu-desktop


설치완료후 startx 명령어 입력하여 gui환경으로 진입함.



4. 그외...


sudo apt-get install --no-install-recommends \

       xubuntu-desktop \

       xfce4-terminal \

       xfce4-power-manager \

       xfce4-volumed \

       xfce4-indicator-plugin \

       xfce4-datetime-plugin \

       xfce4-cpugraph-plugin \

       xfce4-netload-plugin \

       xfce4-screenshooter \

       xfce4-xkb-plugin \

       xubuntu-icon-theme \

       xfwm4-themes \

       alacarte \

       pavucontrol \

       file-roller \

       plymouth-theme-xubuntu-logo \

       mousepad \

       gvfs-fuse \

       thunar-archive-plugin \

       catfish \

       indicator-sound-gtk2


추가설치(옵션)

sudo apt-get install --no-install-recommends \

       davfs2 encfs rar libnotify-bin iw gparted vim \

       ntp htop cifs-utils ethtool



# indicator-keylock

sudo add-apt-repository ppa:tsbarnes/indicator-keylock && sudo apt-get update

sudo apt-get install indicator-keylock


네트워크 매니저 관련

sudo apt-get install --no-install-recommends \

       network-manager-gnome iptables iproute \

       mobile-broadband-provider-info usb-modeswitch modemmanager ppp comgt


/etc/network/interfaces 를 열어

루프백을 제외한 내용은 주석처리한다. (네트워크매니저에서 네트워크인터페이스 내용부분은 동작하지 않는다)

아래 부분처럼 인터페이스부분은 주석처리되있어야함.

~$ cat /etc/network/interfaces

# This file describes the network interfaces available on your system

# and how to activate them. For more information, see interfaces(5).

 

# The loopback network interface

auto lo

iface lo inet loopback

 

# The primary network interface

#auto wlan0

#iface wlan0 inet dhcp

# wpa-ssid AAAAAAAAAAAAAAAAAAAAAA

# wpa-psk  12341234


블루투스관련

~$ sudo apt-get install blueman



대략 2~3기가의 용량.

그외에 이미지뷰어, 인터넷브라우저(크롬 or 파폭), 동영상플레이어, 오피스 등 원하는 프로그램을 설치하면 된다.


끝.



+ Recent posts