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 | 31 |
Tags
- mod_unique_id
- httpd-mpm.conf
- httpd-info.conf
- Repository
- epel repository
- jQuery
- python 3.5.10
- MySQL
- PHP 5.2 .ini
- Node.js 소스 설치
- python 3.X 소스 설치
- httpd-autoindex.conf
- httpd-default.conf
- apache 연동
- gcc update
- CentOS 6
- httpd-dav.conf
- CentOS 6.10
- MySQL 5.1.41
- node.js
- vimrc 옵션
- vim color scheme
- httpd-vhosts.conf
- PHP 5.2.17 .ini
- httpd.conf
- unique_id
- Node.js apache 연동
- httpd 2.2.32
- Mod_Security 룰 셋
- CentOS
Archives
- Today
- Total
곰시기's
[ Linux ] CentOS 8 설치하기 본문
- ISO 다운로드
- 가상 머신 생성하기
- 설치
- Install CentOS Stream 8-stream 선택
* Text mode 설치 시 Tab > quit 뒷 내용 삭제 > inst.text 입력 > 엔터 - 언어 선택
한국어 선택 - 설치 요약
- 언어 추가 선택
영어 추가 설치 - 시간 / 날짜 선택
아시아 > 서울 - 소프트웨어 선택
최소 설치(필요 항목 선택) - 파티션 선택
파티션(설치 목적지) > 저장소 구성 > 사용자 정의 - 파티션 설정
표준 파티션 선택 > + - /Boot
- Swap
- / (root)
- / 파일시스템 변경
파일시스템 > ext4 - 파티션 적용
완료를 눌러 요약 확인 > 변경 적용
- 파티션 설정
- Kdump 비활성화
- root 패스워드 설정
- 설치 / 재시작
- Install CentOS Stream 8-stream 선택
- 추가(참고: https://wnw1005.tistory.com/501)
- network 연결이 되어있다는 가정하에 진행
- repo 변경(centos 8은 2021년도에 지원 종료)
> sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-*
> sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Linux-*
- os upgrade
> dnf install centos-release-stream -y (stream 저장소 활성화)
> dnf swap centos-{linux,stream}-repos -y (저장소 교체)
> dnf distro-sync -y (저장소 동기화)
> cat /etc/centos-release OR cat /etc/os-release
>> CentOS Stream release 8 OR NAME="CentOS Stream" 출력되면 성공
Comments