일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- svn: Can't find a temporary directory: Internal error
- Unable to create a new virtual machine: No permission to perform this operation.
- Default vpc
- rm -f
- 모바엑스텀 설치
- 장치에 남은 공간이 없음
- Burp Suite
- AWS 시험후기
- ln -Tfs
- Default 생성
- 패키지 출력
- burpsuite
- uptime -s
- i-node full
- CentOS-Base.repo
- 버프슈트
- histoy옵션
- 리눅스 telnet
- aws 자격증 접수 오류
- pam_tally -u -r
- pam_tally2.so
- Default 삭제
- uptime -V
- 프리티어 비용 발생
- 버프스위트
- AWS
- pam_tally -u
- uptime -p
- root로그인안됨
- HISTTIMEFORMAT
Archives
- Yesterday
- Today
- Total
Centos7 KaKao Mirror 레포지터리(repository) 적용 방법 본문
728x90
반응형
1. Repository 란?
한글로 해석하면 저장소(보관소)입니다.
리눅스에서 패키지를 install 할 때, "yum install [패키지 명]"을 사용하면 됩니다.
패키지는 바로 repository에서 가져와서 설치가 진행되는 것입니다.
2. KaKao Mirror Repository 적용
2_1) 경로 |
cd /etc/yum.repo |
2_2) 파일명 |
CentOS-Base.repo |
2_3) 파일 수정 및 내용 추가 |
vi CentOS-Base.repo |
[base] name=CentOS-$releasever - Base baseurl=http://mirror.kakao.com/centos/$releasever/os/$basearch/ gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 #released updates [updates] name=CentOS-$releasever - Updates # kakao baseurl=http://mirror.kakao.com/centos/$releasever/updates/$basearch gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 #additional packages that may be useful [extras] name=CentOS-$releasever - Extras baseurl=http://centos.mirror.cdnetworks.com/$releasever/extras/$basearch gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 #additional packages that extend functionality of existing packages [centosplus] name=CentOS-$releasever - Plus baseurl=http://centos.mirror.cdnetworks.com/$releasever/centosplus/$basearch gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 #contrib - packages by Centos Users [contrib] name=CentOS-$releasever - Contrib baseurl=http://centos.mirror.cdnetworks.com/$releasever/contrib/$basearch gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 |
2_4) yum 초기화 |
yum clean all |
2_5) 레포지터리(Repository) 등록 |
yum repolist |
728x90
반응형
'리눅스 > Linux 공부내용' 카테고리의 다른 글
리눅스 CentOS7 계정 잠금 해제 방법 (0) | 2022.12.12 |
---|---|
리눅스 CentOS7 계정 잠금 임계값 설정(PAM) (0) | 2022.12.11 |
리눅스 CentOS 7.9 ethtool 정리 (0) | 2022.09.16 |
리눅스 CentOS 7.9 hostname 변경 (0) | 2022.08.17 |
리눅스 CentOS 6.1 john the ripper 다운 & 사용 방법 (0) | 2019.09.02 |
Comments