-s, -startvm, –startvm Start given VM (required argument)
-n, –vnc Enable the built in VNC server
-m, –vncport TCP port number to use for the VNC server
-o, –vncpass Set the VNC server password
是利用 libvncserver-dev实现的, 一个用来编写自己的VNC 服务器的API接口
$ VBoxHeadless -n -s winxp (VBoxHeadless -s winxp --vnc --vncport 5900 --vncpass password)
用Vinagre连接到 127.0.0.1:0
阅读(2416) | 评论(0) | 转发(0) |