1. 커맨드 환경(CUI)에 화면 크기 1024*768로 설정
- root 권한
#> vi /etc/default/grub
다음 라인 수정
GRUB_CMDLINE_LINUX=" .....(중략)... vga=791"
grub 업데이트
#> grub2-mkconfig -o /boot/grub2/grub.cfg
시스템 재시작
#> sync
#> reboot
2. daum repository 설정 추가
- root 권한
#> cd /etc/yum.repos.d/
#> vi daum.repo
###### 아래의 내용을 추가 #########
[base]
name=CentOS-$releasever - Base
baseurl=http://ftp.daum.net/centos/7/os/$basearch/
gpgcheck=1
gpgkey=http://ftp.daum.net/centos/RPM-GPG-KEY-CentOS-7
[updates]
name=CentOS-$releasever - Updates
baseurl=http://ftp.daum.net/centos/7/updates/$basearch/
gpgcheck=1
gpgkey=http://ftp.daum.net/centos/RPM-GPG-KEY-CentOS-7
[extras]
name=CentOS-$releasever - Extras
baseurl=http://ftp.daum.net/centos/7/extras/$basearch/
gpgcheck=1
gpgkey=http://ftp.daum.net/centos/RPM-GPG-KEY-CentOS-7
[centosplus]
name=CentOS-$releasever - Plus
baseurl=http://ftp.daum.net/centos/7/centosplus/$basearch/
gpgcheck=1
gpgkey=http://ftp.daum.net/centos/RPM-GPG-KEY-CentOS-7 .
- repo clear 후 재로딩
#> yum clean all
- repo 목록 조회
#> yum repolist all
3. virtual box 자동 화면 해상도 관련
- root 권한
yum install -y make kernel-devel gcc perl bzip2
yum update -y kernel*
Virtual Box -> 장치 -> 게스트 확장 CD 이미지 삽입
'OS > Centos' 카테고리의 다른 글
Centos 7 Firewall-cmd 관련 정보들 (0) | 2019.05.08 |
---|---|
Centos 7 서버 설정 하기 (0) | 2019.04.17 |
Centos 6.3 에서 SAMBA 설정하기 (4) | 2013.01.22 |
Centos 6.3 에서 VNC 설치 하기 (0) | 2013.01.21 |
CENTOS 5 버전의 SSH 관련 버그 오류 (0) | 2010.10.05 |