Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- gcc update
- CentOS 6
- unique_id
- httpd-vhosts.conf
- apache 연동
- python 3.5.10
- httpd-dav.conf
- httpd-mpm.conf
- CentOS 6.10
- httpd-autoindex.conf
- python 3.X 소스 설치
- PHP 5.2.17 .ini
- httpd.conf
- httpd 2.2.32
- PHP 5.2 .ini
- epel repository
- mod_unique_id
- httpd-info.conf
- Node.js 소스 설치
- vimrc 옵션
- Repository
- MySQL
- jQuery
- CentOS
- Node.js apache 연동
- httpd-default.conf
- MySQL 5.1.41
- Mod_Security 룰 셋
- node.js
- vim color scheme
Archives
- Today
- Total
곰시기's
[Linux] CentOS 6.10 - 04. 초기 설정 (3) 본문
화면 해상도 설정
- 화면 해상도가 낮은 경우 넓은 화면을 볼 수가 없으므로 해상도 설정을 바꿔보자
- 설정 파일 변경
- # vi /etc/grub.conf
/etc/grub.conf - kernel 뒤에 vga 설정 추가
vga=341 - # reboot
- # vi /etc/grub.conf
* /etc/grub.conf 또는 /boot/grub/grub.conf 또는 /boot/grub/menu.lst 중 하나만 변경하면 된다.
* vga뒤에 숫자 대신 ask를 넣으면 부팅 중 원하는 해상도를 선택할 수 있다.
2020.11.26 추가
- 서버 재부팅 시 자동으로 시간 정보 적용하기
- # vi /etc/rc.d/rc.local
- 아래 두 줄 추가
- /usr/bin/rdate -s time.kriss.re.kr -- kriss라는 시간 서버 설정을 가지고와 현재 서버의 시간을 재설정
- /sbin/clock -w -- 현재 시스템 시간 정보를 CMOS에 설정
'Sever > CentOS 6.10' 카테고리의 다른 글
[Linux] CentOS 6.10 - 06. APM 설치 (2) - Apache 2.2.32 [ httpd ] (0) | 2020.11.10 |
---|---|
[Linux] CentOS 6.10 - 05. APM 설치 (1) - MySQL 5.1.41 (0) | 2020.11.09 |
[Linux] CentOS 6.10 - 03. 초기 설정 (2) (0) | 2020.11.08 |
[Linux] CentOS 6.10 - 02. 초기 설정 (1) (0) | 2020.11.06 |
[Linux] CentOS 6.10 - 01. Text Mode 설치 (0) | 2020.11.03 |
Comments