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 |
Tags
- Elasticsearch
- C
- PostgreSQL
- docker
- CentOS
- Linux
- bash
- log
- centos 7.5
- Chrome
- RHEL
- Kubernetes
- 빅데이터
- GNOME
- K8S
- rsyslog
- GPU
- Shell
- Python
- 파이썬
- syslog
- 디렉토리
- zabbix
- audit
- JSON
- yum
- Audit Log
- Elk
- 서울시민카드
- 크롬
Archives
- Today
- Total
목록dns (2)
Sysops Notepad
[Chrome] 크롬 DNS 캐시 확인 및 삭제 방법
아래 URL로 접속해서 확인 및 삭제 1. chrome://net-internals/#dns 2. Clear host cache 버튼 아래 정보들도 조회가능 chrome://net-internals/#sockets chrome://net-internals/#events chrome://net-internals/#proxy chrome://net-internals/#httpCache chrome://net-internals/#timeline
업무/etc
2019. 7. 1. 16:40
[Linux] Centos 7 dnsmasq를 이용한 local dns 구축
dnsmasq는 DNS Forward / Cache / DHCP 기능 수행 Master 1. yum install dnsmasq 2. /etc/hosts 에 서비스할 로컬 domain 들을 적어줍니다.127.0.0.1 localhost192.168.0.10 master192.168.0.11 slave1192.168.0.12 slave1 3. /etc/resolv.conf 에 nameserver 를 현재 IP 로 변경nameserver 192.168.0.10 4.vi /etc/resolv.dnsmasq nameserver 8.8.8.8 # /etc/hosts 파일에 없는 dns 질의시 조회할 dns server 입력 5.vi /etc/dnsmasq.confresolv-file=/etc/resolv.dnsm..
업무/sys
2019. 2. 22. 10:47