编辑“︁Vnc安装”︁
Admin(留言 | 贡献)2023年9月7日 (四) 06:53的版本 (创建页面,内容为“== 安装 == <syntaxhighlight lang="shell" line="1"> sudo apt-get install x11vnc x11vnc -storepasswd x11vnc -auth guess -once -loop -noxdamage -repeat -rfbauth ~/.vnc/passwd -rfbport 5900 -shared </syntaxhighlight> == 开机启动 == sudo vi /lib/systemd/system/x11vnc.service<syntaxhighlight lang="shell"> [Unit] Description=Start x11vnc at startup. After=multi-user.target [Service] Type=simple ExecStart=/usr/bin/x11vnc -auth guess -forever -loop -noxdam…”)
警告:您正在编辑该页面的旧版本。如果您发布该更改,该版本后的所有更改都会丢失。