ubuntu 인스톨한후.....

페이지 정보

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

본문

apt-get update

apt-get install openssh-server

apt-get install vim-full


죽일 서비스
gdm
bluetooth
Networkmanager


/etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
    address 210.117.111.111
    netmask 255.255.255.0
    network 210.117.111.0
    broadcast 210.117.111.255
    gateway 210.117.111.1
    # dns-* options are implemented by the resolvconf package, if installed
    dns-nameservers 8.8.8.8
    dns-search naver.com


설정 변경
/etc/ssh/sshd_config
#PermitRootLogin without-password
PermitRootLogin yes


/etc/fstab


grub 설정

댓글목록

등록된 댓글이 없습니다.