vnc基本使用

来源:互联网 发布:@@error mysql 编辑:程序博客网 时间:2024/05/22 13:38

1 vncviewer与windows间的复制粘贴

vncconfig配置和控制VNC服务器

The -nowin flag can be used if you always want clipboard support but don't wish to clutter the desktop with this window.

在VNC服务器上输入如下命令:

[zhaihf@gw ~]$ vncconfig -nowin &[1] 13691

从VNC服务器复制:ctrl+shift+C

粘贴到VNC服务器:ctrl+shift+V


0 0