Configure Several VNC Client on redhat 5.5

使用vncserver命令为当前用户启动vnc服务(将在当前用户主目录下生成.vnc配置文件夹)

[[email protected] `]# vncserver

You will require a password to access your desktops.

?
?

Password:<输入密码>

Verify:<输入密码>

?
?

首次创建 /.vnc/xstartup 时,指定的窗口管理器是twn,它是一个极小的窗口管理器,几乎每台xwindows系统及其上都有twn 。twn不具备完整桌面管理器的大部分花哨功能,下面是修改过的实例。

[[email protected]]# vi .vnc/xstartup

在最下面添加一行:

DISPPLAY=:1 gnome-session &

设置开机自动运行vncserver

在/etc/rc.d/rc.local文件中加入下面行

/etc/init.d/vncserver start

编辑/etc/sysconfig/vncservers

VNCSERVERS="1:root"

VNCSERVERARGS[1]="-geometry 1024x768" --配置启动的桌面

多个用户可以这样写:

VNCSERVERS= "1:user 2:user2 3:user3"

?
?

redhat系统上vnc启动命令:

/etc/init.d/vncserver start

查看vnc启动情况

netstat -tulnp

关闭服务器上自己的vnc链接

vncserver -kill :桌面号

例如:关闭上面的vnc链接

vncserver -kill :1

?
?

变更 VNC 密码 : vncpasswd

?
?

Here is another example :

vi .vnc/xstartup

?
?

#!/bin/sh

# Uncomment the following two lines for normal desktop:

unset SESSION_MANAGER

exec /etc/X11/xinit/xinitrc

?
?

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup

[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources

xsetroot -solid grey

vncconfig -iconic &

xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &

gnome-session gnome

twm &

?
?

edit /etc/sysconfig/vncservers

VNCSERVERS="1:root 2:notes"

VNCSERVERARGS[1]="-geometry 1024x768"

时间: 2024-12-17 05:05:03

Configure Several VNC Client on redhat 5.5的相关文章

VNC client 图形化连接 linux

1. #  vncserver     (启动vncserver,配置密码) 2. vim /root/.vnc/xstartup  (在最后一排添加gnome-session & ) vim /etc/sysconfig/vncservers   最后一行添加 VNCSERVERS="1:root"VNCSERVERARGS[1]="-geometry 1024x768 -alwaysshared“ 3. service vncserver restart 4. v

vncdotool - A command line VNC client

作者:Daly 出处:http://www.cnblogs.com/daly 欢迎转载,也请保留这段声明.谢谢! 之前的一个项目需要需求希望可以通过命令行去远程执行一些Windows 系统操作. 所以决定采用: Python + vnctool 环境准备: 1. 2 台Windows机器. 其中一台作为lead机器, 一台作target机器. 2. Python2.7.5, VNC-5.0.5安装包和其他一些依赖包. 具体可以参考以下步骤. On the lead machine: 1. Ins

VNC ( Virtual Network Computing )

VNC is used to display an X windows session running on another computer. Unlike a remote X connection, the xserver is running on the remote computer, not on your local workstation. Your workstation ( Linux or Windows ) is only displaying a copy of th

How to install VNC server on CentOS 6

参考: https://rbgeek.wordpress.com/2012/06/26/how-to-install-vnc-server-on-centos-6/ VNC is a protocol that is used to share the desktop with other users/computers over the network/Internet.In order to share a desktop, VNC server must be install and co

CentOS安装使用vnc进行远程桌面登录

以下介绍在CentOS 7下安装vncserver并使用vnc-viewer进行登录(使用root权限): 1.运行命令yum install tigervnc-server安装vncserver: 2.运行命令yum install vnc安装vnc://感觉不安装也可以,安装一下也很快,不要在意这些细节 3.运行命令yum groupinstall "X Window System"安装X-Window://之前安装发现经常无法启动vncserver,后面通过网上查资料介绍可以安装

How to configure dns slave server in Linux

A DNS server, or name server, is used to resolve an IP address to a hostname or vice versa.You can set up four different types of DNS servers: A master DNS server for your domain(s), which stores authoritative records for your domain. A slave DNS ser

VNC轻松连接Linux远程桌面

VNC连接Linux桌面,要想连接Linux远程桌面,按照下面的步骤,非常简单.快速,Linux配置VNC(以RedHat.CentOS.Fedora系列为例). Linux平台安装VNCServer Windows平台使用VNC-Viewer 方法/步骤 1.在Linux平台安装VNCServer服务端软件包. #yum -y install vnc *vnc-server* 2.修改VNCServer主配置文件 #vim /etc/sysconfig/vncservers 复制最后两行并去掉

CentOS中配置VNC Server

环境:CentOS 6.4 1.安装tigervnc-server及相关软件 首先检查系统中是否安装tigervnc-server安装包 rpm -qa tigervnc-server 如果没有就直接安装 yum install tigervnc-server* 2.修改vncserver的配置文件,配置用户及分辨率 vncserver的配置文件/etc/sysconfig/vncservers 参照最后两行注释,对应自己的设置,添加新的两行 VNCSERVERS="2:test" V

CentOS Linux下VNC Server远程桌面配置详解

http://www.ha97.com/4634.html PS:偶以前基本不用Linux的远程图形桌面,前几天有开发的同事配置CentOS的vnc有问题,找我解决,就顺便记录总结一下,这个总结是比较完整的.下面的配置在CentOS5.x和6.x.SUSE企业版亲测验证,其他发行版按理也通用: 一.安装相应桌面环境与vnc服务端和客户端: # yum groupinstall "GNOME Desktop Environment"(CentOS 5.x安装GNOME桌面环境) # yu