cryptsetup-luksformat: fix typo, linux/c*: add and update Korean translation (#14682)

* linux/c*: add and update Korean translation

* cryptsetup-luksformat: fix typo
This commit is contained in:
코드싸이
2024-11-08 15:55:00 +09:00
committed by GitHub
parent 8d1a01fd45
commit 19c6841a9d
78 changed files with 1593 additions and 22 deletions

View File

@@ -0,0 +1,24 @@
# cockpit-ws
> 브라우저 애플리케이션과 `cockpit-bridge`와 같은 다양한 구성 도구 및 서비스 간 통신.
> 더 많은 정보: <https://cockpit-project.org/guide/latest/cockpit-ws.8.html>.
- `127.0.0.1`에서 포트 `22`로 SSH 인증을 통해 시작:
`cockpit-ws --local-ssh`
- 특정 포트에서 HTTP 서버 시작:
`cockpit-ws --port {{포트}}`
- 특정 IP 주소에 바인딩하여 시작 (기본값은 `0.0.0.0`):
`cockpit-ws --address {{ip_주소}}`
- TLS 없이 시작:
`cockpit-ws --no-tls`
- 도움말 표시:
`cockpit-ws --help`