mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 12:44:02 +08:00
reticprofile-unschedule, rpcmap, snmpstatus, stty, uv-add: update Korean translation (#24042)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# resticprofile unschedule
|
||||
|
||||
> The command removes jobs for schedules declared in the selected profile or group (or of all profiles and groups).
|
||||
> 관련 항목: `restic`, `resticprofile`, `resticprofile-schedule`.
|
||||
> 선택한 프로필 또는 그룹에 정의된 스케줄 작업을 제거. (모든 프로필 및 그룹의 스케줄 작업 제거도 가능).
|
||||
> 관련 항목: `restic`, `resticprofile schedule`.
|
||||
> 더 많은 정보: <https://creativeprojects.github.io/resticprofile/schedules/configuration/index.html>.
|
||||
|
||||
- 지정한 프로필의 백업 스케줄 제거:
|
||||
|
||||
@@ -32,6 +32,6 @@
|
||||
|
||||
`rpcmap.py -hashes-rpc {{LMHASH:NTHASH}} {{문자열_바인딩}}`
|
||||
|
||||
- Enable debug output for verbose information:
|
||||
- 자세한 정보 확인을 위한 디버그 출력 활성화:
|
||||
|
||||
`rpcmap.py -debug {{문자열_바인딩}}`
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
> 고정된 MIB 상태 값을 조회.
|
||||
> 더 많은 정보: <https://manned.org/snmpstatus>.
|
||||
|
||||
- Fetch the values:
|
||||
- 값 조회:
|
||||
|
||||
`snmpstatus -v {{버전}} -c {{커뮤니티}} {{ip_주소}}`
|
||||
|
||||
|
||||
@@ -24,11 +24,11 @@
|
||||
|
||||
`stty sane`
|
||||
|
||||
- Switch between raw and normal mode:
|
||||
- raw 모드와 일반 모드 간 전환:
|
||||
|
||||
`stty {{raw|cooked}}`
|
||||
|
||||
- Turn character echoing off or on:
|
||||
- 문자 입력 echo 비활성화 또는 활성화:
|
||||
|
||||
`stty {{-echo|echo}}`
|
||||
|
||||
|
||||
@@ -20,9 +20,9 @@
|
||||
|
||||
`uv add --optional {{optional}} {{패키지1 패키지2 ...}}`
|
||||
|
||||
- Add packages to a local group, which will not be included when published:
|
||||
- 배포 시 포함되지 않는 로컬 의존성 그룹에 패키지 추가:
|
||||
|
||||
`uv add --group {{group}} {{패키지1 패키지2 ...}}`
|
||||
`uv add --group {{그룹}} {{패키지1 패키지2 ...}}`
|
||||
|
||||
- dev 그룹에 패키지 추가 (`--group dev`의 축약 표현):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user