CentOS 6.x 安装vnc

Posted onlybobby

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS 6.x 安装vnc相关的知识,希望对你有一定的参考价值。

https://www.cnblogs.com/pipci/p/7833581.html
 
1.安装vnc server
[[email protected] ~]# yum install tigervnc-server -y
 
2.设置 vnc server 开机启动
[[email protected] ~]# chkconfig vncserver on
 
 
 
 
 
手工启动:
 
vncpassword
su - oracle
vncserver :1
 
 
 
 
3.修改vncserver 配置文件
[[email protected] ~]# vi /etc/sysconfig/vncservers
在配置文件后添加以下内容
VNCSERVERS="2:root"
VNCSERVERARGS[2]="-geometry 1366x768 -nolisten tcp"
 
设置vncserver 的密码
[[email protected] ~]# vncpasswd 
Password:
Verify:
 
4.启动sncserver 服务
[[email protected] ~]# /etc/init.d/vncserver start


以上是关于CentOS 6.x 安装vnc的主要内容,如果未能解决你的问题,请参考以下文章

如何安装CentOS 6.x操作系统

CentOS-6.8-x64的安装

Centos 6.x/7.x yum安装php5.6.X(最新版)

如何安装CentOS 6.x操作系统

在 CentOS 5.x/6.x 上安装 Mono 和 Monodevelop

CentOS 6.x 下安装Zabbix Agent 3.2.x 操作指引