Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 코테
- 동적계획법과최단거리역추적
- C++
- 코드품앗이
- 안드로이드
- 파이썬
- issue
- DFS와BFS
- 코딩테스트
- django
- 안드로이드스튜디오
- Vue
- codingtest
- 백준
- DART
- android
- cos pro 1급
- Flutter
- Algorithm
- BAEKJOON
- Python
- vuejs
- AndroidStudio
- 동적계획법
- 알고리즘
- 분할정복
- cos
- DFS
- 개발
- cos pro
Archives
- Today
- Total
Development Artist
[Centos 7, Yum] Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was 14: curl#6 - "Could not resolve host: mir.. 본문
TroubleShooting/Linux Issue
[Centos 7, Yum] Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was 14: curl#6 - "Could not resolve host: mir..
JMcunst 2023. 3. 16. 10:38728x90
반응형
이슈
Cnetos 7 OS 설치 후 'yum update' 명령어 실행 시 다음과 같이 에러 발생.
해결
1. ping 8.8.8.8 정상 동작하는지
2. nmcli d 에서 정상적으로 Device가 붙어 있는지 확인하기.
3. cat /etc/resolv.conf 에 nameserver가 들어있는지 없다면
3.1.
# vi /etc/resolv.conf
nameserver 8.8.8.8
728x90
반응형
'TroubleShooting > Linux Issue' 카테고리의 다른 글
Comments