add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

21
pages.zh/common/guacd.md Normal file
View File

@@ -0,0 +1,21 @@
# guacd
> Apache Guacamole 代理守护进程。
> 客户端插件的支持加载器,用于在 Guacamole 协议与任意远程桌面协议(例如 RDP、VNC、其他之间进行接口。
> 更多信息:<https://guacamole.apache.org/>.
- 在本地主机的特定端口上绑定:
`guacd -b {{127.0.0.1}} -l {{4823}}`
- 以调试模式启动,保持进程在前台:
`guacd -f -L {{debug}}`
- 启动时支持 TLS
`guacd -C {{my-cert.crt}} -K {{my-key.pem}}`
- 将 PID 写入文件:
`guacd -p {{path/to/file.pid}}`