FreeBSD 10 Realse X-windows 설치
빠른 설치 위해 한국 카이스트 미러로 설정 한다.
아래 경로는 직접 접속 하셔서 확인 후 설정 하세요
버젼 정보 또한 그렇게 하세요
setenv PACKAGESITE ftp://ftp.kaist.ac.kr/FreeBSD/ports/i386/packages-10.0-release/Latest/
pkg install lxde-meta
pkg install gdm
dbus, hald, gdm 을 부팅시 실행 되도록 추가합니다.
echo 'dbus_enable="YES"' >> /etc/rc.conf
echo 'hald_enable="YES"' >> /etc/rc.conf
echo 'gdm_enable="YES"' >> /etc/rc.conf
echo 'linux_enable="YES"' >> /etc/rc.conf
# sshd root connect option
echo 'sshd_enable="YES"' >> /etc/rc.conf
Xorg -configure
cp /root/xorg.conf.new /etc/X11/xorg.conf
ssh root connect method
# vi /etc/ssh/sshd_config
아래내용 #PermitRootLogin no 를 검색 하여 주석 제거 및 yes 로 변경
변경전
# Authentication:
#LoginGraceTime 2m
#PermitRootLogin no
#StrictModes yes
#MaxAuthTries 6
#MaxSessions 10
변경후
# Authentication:
#LoginGraceTime 2m
PermitRootLogin yes
#StrictModes yes
#MaxAuthTries 6
#MaxSessions 10
#csh
setenv LANG ko_KR.UTF-8
setenv LC_ALL ko_KR.UTF-8
#bash
export LANG=ko_KR.UTF-8
댓글 없음:
댓글 쓰기