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
- Kubernetes
- Chrome
- 크롬
- K8S
- bash
- GNOME
- audit
- zabbix
- 서울시민카드
- RHEL
- Linux
- Python
- 파이썬
- C
- rsyslog
- log
- Shell
- docker
- Audit Log
- 디렉토리
- Elasticsearch
- syslog
- GPU
- yum
- JSON
- PostgreSQL
- 빅데이터
- CentOS
- centos 7.5
- Elk
Archives
- Today
- Total
Sysops Notepad
[Linux] resolv.conf 파일 초기화 막기 본문
728x90
# vi /sbin/dhclient-script
ifconfig $interface:0- inet 0
ifconfig $interface:0 inet $alias_ip_address $alias_subnet_arg
/sbin/ip route replace ${alias_ip_address}/32 dev $interface:0
fi
fi
if [ -z "${dhc_dbus}" ] || (( ( dhc_dbus & 1 ) != 1 )); then
# make_resolv_conf <- 주석
728x90
'업무 > etc' 카테고리의 다른 글
[Linux] passwd 파일내 /bin/false, /bin/nologin 차이 (0) | 2022.05.06 |
---|---|
[Linux] 오늘 생성한 파일 확인하기 (0) | 2022.05.06 |
[Liunx] 캐시 메모리 삭제(해제) (0) | 2022.05.06 |
[Linux] ls 명령어로 파일/디렉토리 전체 날짜 표시하기 (0) | 2022.05.06 |
SSL/TLS 통신 과정 상세보기 (0) | 2022.04.12 |
Comments