ubuntu 10.04 깔고 할일들

페이지 정보

작성자 조희승 댓글 0건 조회 5,622회 작성일 12-08-17 15:24

본문

일단 grub2
/etc/default/grub
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=4
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="console=tty0 text"
GRUB_CMDLINE_LINUX=""
가능하면 grub2를 제거하자....ㅋ
/etc/nsswitch.conf
hosts: files mdns4_minimal [NOTFOUND=return] dns
ssh 접속을 빠르게 해줌
boot parameter에서
console=tty0 text
위를 추가하면 gdm 안 뜬다.
network-manager 제거
apt-get remove network-manager
/etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 210.117.181.000
netmask 255.255.255.0
network 210.117.181.0
boardcast 210.117.181.255
gateway 210.117.181.1

댓글목록

등록된 댓글이 없습니다.