- 부팅후 grup 화면에서 [e] 를 눌러 에디션 가능 상태로
변경
- 맨 뒤에 single 을 삽입하여 싱글 로그인 상태로 로그인
- 쉘 프롬트 떨어 지면
passwd 명령어로 root 패스워드 지정
- 시스템 관리자 계정(설치시 지정한 계정)으로 xwindow 로그인
- system > administration > login screen setup 접속
- security 탭에서 allow root login with GDM 체크
- 홈디렉토리로 이동-
vi .bashrc- 아래 내용으로 변경
- vi /etc/apt/sources.list
- 삭제 : deb cdrom:[Ubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/ breezy main restricted => CDROM에서 검색
- 변경 : # deb http://XXXX 로 되어 있는 것들 코멘트 아웃(# 제거)
- 추가 : 아래 내용 추가
deb-src http://au.archive.ubuntu.com/ubuntu hoary main restricted
deb http://au.archive.ubuntu.com/ubuntu hoary-updates main restricted
deb-src http://au.archive.ubuntu.com/ubuntu hoary-updates main restricted
deb http://au.archive.ubuntu.com/ubuntu hoary universe
deb-src http://au.archive.ubuntu.com/ubuntu hoary universe
deb http://security.ubuntu.com/ubuntu hoary-security main restricted
deb-src http://security.ubuntu.com/ubuntu hoary-security main restricted
deb http://security.ubuntu.com/ubuntu hoary-security universe
deb-src http://security.ubuntu.com/ubuntu hoary-security universe
deb http://archive.ubuntu.com/ubuntu hoary multiverse
deb-src http://archive.ubuntu.com/ubuntu hoary multiverse
deb http://archive.ubuntu.com/ubuntu hoary-backports main universe multiverse restricted
-apt-get install gcc g++ make libncurses5-dev++
- gcc 라이브러리 (apt-get install build-essential )
- 에디터 : apt-get install bluefish
- 터미널 : apt-get install yakuake

Comments List
移