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
- javascript
- 비밀번호검증정규식
- wsl2 우분투에 docker 설치
- mysqldump: Got error: 1045
- PHP 구글 OTP 연동
- thumbnail 클래스
- mod_security2 설치
- modsecurity 설치
- bootstrap
- php 이미지 url 검증 함수
- 숫자 3자리(천단위) 마다 콤마 찍기
- 윈도우 mod_security2
- PHP 정규식 예제
- bootstrap modal
- httpd.conf 보안 설정
- usb efi 시스템 파티션 삭제
- 자바스크립트비밀번호검증
- 아파치 웹 서버의 정보 숨기기
- 비밀번호정규식
- html pdf 변환
- mariadb upgrade
- group_concat 구분자
- php 배열제거
- (using password: YES)" when trying to connect
- 파라미터 & 오류
- postfix 설치
- sha-2 root
- 유튜브 플레이 리스트 저장
- apple push notification service (apns) is changing
- 윈도우 환경 아파치 mod_security2 설치
Archives
- Today
- Total
투덜이 개발자
[CentOS 8] Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 본문
OS/Linux
[CentOS 8] Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist
엠투 2024. 5. 16. 17:15반응형
Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist
이유는 미러리스트를 찾을수 없다는거고 업데이트를 해 주면 해결 된다.
-- 1번
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-*
-- 2번
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Linux-*
반응형
'OS > Linux' 카테고리의 다른 글
우분투 SSH 서버 설치하기 (Ubuntu SSH server) (0) | 2024.11.18 |
---|---|
우분투 아파치 홈 디렉토리 변경 (2) | 2024.09.27 |
yum 명령어 실행 에러 (File "/usr/bin/yum", line 30) (0) | 2024.05.16 |
우분투 모드시큐리트 modsecurity 설치 (0) | 2024.05.16 |
우분투 시간대(timezone) 변경하기 (0) | 2024.04.17 |