学以致用

focus on Python , C++, and some interest in Go and R

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2012年11月15日

摘要: 在使用NoVNC的时候,需要VNCServer支持websocket,对于大多数VNCServer来说要想使用NoVNC则需要使用NoVNC自带的./utils/websockify来进行代理或者二次封装,具体操作步骤如下:一、代理方式 1.1 启动 vncserver tightvncserver -geometry 1024x768 -nolisten tcp :1 1.2 使用websockify进行代理 ./utils/websockify 6800 --web ./ localhost:5901 1.3 在vncviewer中使用6800端口进行交互二、二次封装 2.1 二次封装.. 阅读全文
posted @ 2012-11-15 15:50 Jerry.Kwan 阅读(6615) 评论(0) 推荐(0)