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

25
pages.zh/linux/x11vnc.md Normal file
View File

@@ -0,0 +1,25 @@
# x11vnc
> 一个 VNC 服务器,可以在现有的显示服务器上启用 VNC。
> 默认情况下,一旦所有客户端与服务器断开连接,服务器将自动终止。
> 更多信息:<https://manned.org/x11vnc>。
- 启动一个允许多个客户端连接的 VNC 服务器:
`x11vnc -shared`
- 启动一个仅查看模式的 VNC 服务器,并且在最后一个客户端断开连接时不会终止:
`x11vnc -forever -viewonly`
- 在特定的显示和屏幕上启动 VNC 服务器(均从索引零开始):
`x11vnc -display :{{display}}.{{screen}}`
- 在第三个显示的默认屏幕上启动 VNC 服务器:
`x11vnc -display :{{2}}`
- 在第一个显示的第二个屏幕上启动 VNC 服务器:
`x11vnc -display :{{0}}.{{1}}`