0. virtual box 다운로드 / 설치 , 가상머신 설정 - 네트워크(랜카드)는 꼭 2개로 (NAT + HOST-OLNY-NETWORK)
1.centos minimal 이미지 다운로드: http://ftp.daum.net/centos/7.0.1406/isos/x86_64/
2. 설치
- 파티션 자동 (실제 서버는 수동으로 설치함)
- 권장 파티션 크기, 권장 swap 크기
- 메모리 1~4 GB → 스왑 2 GB 이상
- 메모리 4~16 GB → 스왑 4 GB 이상
- 메모리 16~64 GB → 스왑 8 GB 이상
- 메모리 64~256 GB → 스왑 16 GB 이상
3. 네트워크 설정: DHCP 2개 1 NAT - DHCP 2. HOST
*참고: static 설정 가이드
IPADDR=192.168.1.70
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
DNS1=192.168.1.1
DNS2=8.8.8.8
DOMAIN= honux.org
|
4. 업데이트
$ yum update
5. 개발도구 설치
$ yum groupinstall "development tools"
6. 옵션 Vbox Guest Plugin 설정
$ yum install kernel-devel-3.10.0-123.el7.x86_64
7. putty ssh / cyberduck 설정
옵션 - 그놈(gnome) 설치
$ yum groupinstall "Gnome Desktop"
$ ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target