computer system

gentoo 다시도전하기

hongiiv 2006. 4. 6. 17:43
반응형
==============무선랜 ipw2200설정

우여곡절 끝에 젠투 설치중이다. ^^;;
우선 무선랜이 안되니깐 무선랜 설정부터 다시 시작하자!!!

==============패키지관리
emerge sync
emerge -u world

rc-status
rc-update show
rc-update add

emerge -av
emerge search
emerge -vp

epm -qa
epm -ql
epm -qf

==============gdm설정
emerge gdm
/etc/X11/gdm/gdm.conf
/etc/rc.conf -->gdm부분수정(DISPLAYMANGER="gdm")
rc-update add xdm default
rc-update add xdm default <-이것 때문에 자꾸 gdm이뜨는거지.

==============Xorg설정
Xorg -scanpci
Xorg -configure
Xorg -probeonly
라고 했을때 이상없이 뜨면
cp /root/xorg.conf.new /etc/X11/xorg.conf

이거실패!!

==============autoload 모듈 올리기
/usr/lib/modules
/etc/modules.autoload.d/
/etc/modules.d/modules-aliases
/etc/module.conf

==============패키지들
ncurses <-console displayy library(clear등의명령어)
coreutils<- standard GNU file utilities(chmod, dd, cp, dir, ls), textutilities(sort,head, wc..), shell utilities(whomai, who...)

==============vsftp를 이용한 ftp 서비스
요즘 ftp서비스에 해킹이나 보안상의 문제로 서비스가 많이 줄어들긴 했지만, 역시나 최고의 서비스죠!!

# emerge vsftpd

==============blast를 설치해보자
sci-biology에 ncbi-tools가 있다.

#emerge ncbi-tools

==============ethereal을 이용한 네트워크 문제 진단, 해결
A commercial-quality network protocol analyzer
갑자기 commercial이라고 나와서 깜작 놀랐다. -quality이라니... ^^;;

# emerge ethereal

==============ebuild 디렉토리
/usr/portage/하위디렉토리
/var/db/pkg <-설치된 전체목록

/usr/portage/distfiles <-임시파일들존재 지워도되요! emerge -f 해당파일을 미리 받아둠.

==============Network 설정
# more /etc/conf.d/net
config_eth0=("192.168.100.221 netmask 255.255.255.0 brd 192.168.100.255")
routes_eth0=("default gw 192.168.100.254")

cold-plug
hot-plug

udev
hald
dbus

modules-update
etc-update
env-update
반응형