首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

CentOS6.4 停VNC Server最简配置

2013-06-26 
CentOS6.4 下VNC Server最简配置环境:CentOS 6.4 Final,桌面安装了除KDE的所有组件1、安装服务?? 4、实用命

CentOS6.4 下VNC Server最简配置

环境:

CentOS 6.4 Final,桌面安装了除KDE的所有组件

1、安装服务

?

?

4、实用命令

?

usage: vncserver [:<number>] [-name <desktop-name>] [-depth <depth>]
? ? ? ? ? ? ? ? ?[-geometry <width>x<height>]
? ? ? ? ? ? ? ? ?[-pixelformat rgbNNN|bgrNNN]
? ? ? ? ? ? ? ? ?[-fp <font-path>]
? ? ? ? ? ? ? ? ?[-fg]
? ? ? ? ? ? ? ? ?<Xvnc-options>...


? ? ? ?vncserver -kill <X-display>
? ? ? ?vncserver -list

?

vncserver[:n]开服务

?

vncserver -list看有几个在运行

?

vncserver -kill :n ? 杀掉第几个x-display

?

vncpasswd ? ? ? ? ? 修改密码

?

5、服务管理

?

service vncserver restart

?

其它用法:/etc/init.d/vncserver {start|stop|restart|try-restart|status|force-reload}

?

chkconfig vncserver on?加入到自启动(chkconfig --level 35 vncserver on)

?

?

6、客户端连接

?

CentOS:使用TigerVNC Viewer 连接 ip:1

?

Windows:使用Real?VNC Viewer 连接ip:1

输入密码即可访问

热点排行