common/r*: add Korean translation (#14644)

* common/r*: add Korean translation

* Update rtv.md

* Update pages.ko/common/rtv.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
코드싸이
2024-11-07 10:35:14 +09:00
committed by GitHub
parent ef281bb658
commit fd7d9f925b
89 changed files with 2133 additions and 1 deletions

View File

@@ -0,0 +1,30 @@
# resolvconf
> 네임서버 정보를 관리.
> 네임서버 정보를 제공하는 프로그램과 이 정보를 사용하는 애플리케이션 사이의 중개 역할을 합니다.
> 이 페이지는 Debian의 `resolvconf` 구현을 문서화합니다.
> 더 많은 정보: <https://manned.org/resolvconf.8>.
- IFACE.PROG 레코드를 추가하거나 덮어쓰고 업데이트가 활성화되어 있으면 업데이트 스크립트 실행:
`resolvconf -a {{IFACE.PROG}}`
- IFACE.PROG 레코드를 삭제하고 업데이트가 활성화되어 있으면 업데이트 스크립트 실행:
`resolvconf -d {{IFACE.PROG}}`
- 업데이트가 활성화되어 있으면 업데이트 스크립트만 실행:
`resolvconf -u`
- `resolvconf``-a`, `-d`, 또는 `-u`로 호출될 때 업데이트 스크립트를 실행할지 여부를 나타내는 플래그 설정:
`resolvconf --enable-updates`
- 업데이트 실행 여부를 나타내는 플래그 초기화:
`resolvconf --disable-updates`
- 업데이트가 활성화되어 있는지 확인:
`resolvconf --updates-are-enabled`