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
- 정규식 활용
- regex_search
- g++ 업데이트
- 백준
- selinux port 등록
- c3 축 가리기
- telegraf
- c3 초
- python os
- c3 second
- snmp
- 정규식 컴파일
- c++ 정규식
- grafana dashboard
- InfluxDB
- influxdb 설치
- centos pyhon 설치
- semanage
- subporcess path
- 정규식 문자열 출력
- gcc 업데이트
- c3 step graph
- python popen
- c3 축 없애기
- linux시간으로 변경
- gcc regex
- snmp test
- CentOS7
- python subprocess
- 1697
Archives
- Today
- Total
목록could not resolve host (1)
리셋 되지 말자
centOS 7 yum 명령어가 안될때
1 # yum install wget 위와 더불어 yum update도 안될 때가 있다. 문구는 대충 "Could not resolve host : mirrorlist.centos.org : Unknown error" 이랬던 걸로 기억... 구글링 해보면 ~/etc/resolv.conf 에 servername 주소를 추가해라 뭐해라 많은데, 다 해결이 안됨 여러번의 포맷을 하던준 해결방법을 찾음. 1 # vi /etc/sysconfig/network-scripts/ifcfg-ens33 을 수정해준다. (ens33은 pc마다 다를 수 있음.) ONBOOT="no"를 "yes"로 저장한 후, 1 # dhclient 를 입력해주면 yum update 후 yum install wget이 잘 작동하였다.
Linux Tips
2019. 10. 5. 14:03