当前位置: 首页 > 工具软件 > x11vnc > 使用案例 >

x11vnc

乜烨霖
2023-12-01

x11vnc -display :0 -auth guess -rfbport 5900 -forever -shared -noxdamage -noncache -repeat &

-auth 关窗口退出

-auth guess 关窗口不退出,用户注销退出

-rfbport 5900 端口

-passwd 密码(临时密码)

x11vnc -storepasswd 设置密码

-rfbauth /etc/x11vnc.passwd 密码文件

-allow 192.168.6.123 允许192.168.6.123访问

-loop 循环启动

-forever 永远

-shared 多用户

-q 静默方式运行

-bg

-noxdamage

-noncache

-repeat 按住键盘一直生效

-capslock -nomodtweak 小键盘

-logfile ~/x11vnc.log 日志

x11vnc -display :0 -remote stop > /dev/null 2>&1 & 停止运行

authfile=ps wwaux | grep '/X.*-auth' | grep -v grep | sed -e 's/^.*-auth *//' -e 's/ .*$//' | head -n 1

Ctrl+C复制
Shift+Insert粘贴

 类似资料:

相关阅读

相关文章

相关问答