mpv: fix typo, common/m*: add and update Korean translation (#14664)

* common/m*: add and update Korean translation

* mpv: fix typo
This commit is contained in:
코드싸이
2024-11-07 09:27:03 +09:00
committed by GitHub
parent cf45a79e8d
commit feb91d75ea
122 changed files with 2819 additions and 17 deletions

View File

@@ -0,0 +1,20 @@
# mosquitto
> MQTT 브로커.
> 더 많은 정보: <https://mosquitto.org/>.
- Mosquitto 시작:
`mosquitto`
- 사용할 구성 파일 지정:
`mosquitto --config-file {{경로/대상/파일.conf}}`
- 특정 포트로 수신 대기:
`mosquitto --port {{8883}}`
- 백그라운드로 포크하여 데몬화:
`mosquitto --daemon`