ChinaUnix.net
相关文章推荐:

vnc4server

一、安装 sudo apt-get install vnc4server 二、修改vnc Password,不能少于六位 # vncpasswd Password: ****** Verify:***** 三、启动vnc server # vncserver 如图: 四、客户端连接: 首先要安装客启端(因为上面的操作只是安装了服务端)windows下安装vnc客户端。 启动方法是: ip 地址后面加:1(第一次是1,服务每启动一次数字会有相应变化) 密码就是第二上面所更...

by zhumeijian - Linux文档专区 - 2009-08-08 16:34:04 阅读(1918) 回复(0)

相关讨论

来源:赛迪网 作者:刚子 vnc4server配置过程: 1. 配置远程控制权限 打开 系统->系统管理->登陆窗口 点击页面,在样式中选择"与本地相同" 点击"配置XDMCP"按钮,将"遵从非直接请求"的选中状态取消 编辑 /etc/gdm/gdm.conf sudo gedit /etc/X11/gdm/gdm.conf 找到[xdmcp]节,将enable改为true Enable=True 找到行,# RemoteGreeter=/usr/lib/gdm/gdmlogin 去掉注释 RemoteGreeter=/usr/lib/gdm/gdmlogin 2. 安装...

by sdccf - Linux文档专区 - 2008-04-09 09:47:04 阅读(701) 回复(0)

文章分类: 新手入门 [color="#000000"] -->   nc4server配置过程:   1. 配置远程控制权限   打开 系统->系统管理->登陆窗口   点击页面,在样式中选择"与本地相同"   点击"配置XDMCP"按钮,将"遵从非直接请求"的选中状态取消   编辑 /etc/gdm/gdm.conf ( 7.04下为 /etc/X11/gdm/gdm.conf )   代码:   sudo gedit /etc/X11/gdm/gdm.conf   找到[xdmcp]节,将enable改为true   代码:   Enable=True   找...

by sdccf - Linux文档专区 - 2008-05-02 10:39:25 阅读(910) 回复(0)

作者: tvnet 出自: http://www.linuxdiyf.com vnc4server配置过程: 1. 配置远程控制权限 打开 系统->系统管理->登陆窗口 点击页面,在样式中选择"与本地相同" 点击"配置XDMCP"按钮,将"遵从非直接请求"的选中状态取消 编辑 /etc/gdm/gdm.conf sudo gedit /etc/X11/gdm/gdm.conf 找到[xdmcp]节,将enable改为true Enable=True 找到行,# RemoteGreeter=/usr/lib/gdm/gdmlogin 去掉注释 RemoteGreeter=/usr/lib/gdm/gdm...

by sdccf - Linux文档专区 - 2012-12-19 10:31:35 阅读(1209) 回复(1)

请教各位大虾: 没有使用过vnc linux作为vnc的服务器 linux本身需要支持图形化吗?

by qmailer - 系统管理 - 2006-03-23 19:18:24 阅读(1072) 回复(8)

请教各位大虾: 没有使用过vnc linux作为vnc的服务器 linux本身需要支持图形化吗?

by qmailer - Linux系统管理 - 2006-03-23 19:18:24 阅读(1373) 回复(8)

redhat 一般都自动安装了vncserver了 只要在服务列表中选中启动一下就可以. 通过编辑文件$HOME/.vnc/xstartup来启动你喜欢的窗口管理器。使用 startkde & 来启动KDE,使用 gnome-session & 来启动GNOME. 使用vncserver命令为当前用户启动vnc服务(将在当前用户主目录下生成.vnc配置文件夹) [root@tech ~]# vncserver You will require a password to access your desktops. Password: Verify: New 'tech.net:1 (root)' desktop i...

by hg1995 - Linux文档专区 - 2009-09-24 00:12:44 阅读(754) 回复(0)

redhat 一般都自动安装了vncserver了 只要在服务列表中选中启动一下就可以. 通过编辑文件$HOME/.vnc/xstartup来启动你喜欢的窗口管理器。使用 startkde & 来启动KDE,使用 gnome-session & 来启动GNOME. 使用vncserver命令为当前用户启动vnc服务(将在当前用户主目录下生成.vnc配置文件夹) [root@tech ~]# vncserver You will require a password to access your desktops. Password: Verify: New ' tech.net:1 (root)' desktop...

by wdrain - Linux文档专区 - 2009-04-28 15:49:10 阅读(625) 回复(0)

我用的RH enterprise4, vnc是原来系统带的。最近要更新成real vnc。 [root@MPC9 .vnc]# rpm -qa vnc vncserver [root@MPC9 .vnc]# 查找后未见有安装包。 运行命令可以打开端口: [root@MPC9 ~]# vncserver New 'MPC9:4 (root)' desktop is MPC9:4 Starting applications specified in /root/.vnc/xstartup Log file is /root/.vnc/MPC9:4.log 安装real vnc: [root@MPC9 vnc-E4_4_1_r12183-x86_linux]# ./vncinstall Copyi...

by pppash - Linux系统管理 - 2008-11-18 09:47:42 阅读(5311) 回复(6)

redhat 一般都自动安装了vncserver了 只要在服务列表中选中启动一下就可以. 通过编辑文件$HOME/.vnc/xstartup来启动你喜欢的窗口管理器。使用 startkde & 来启动KDE,使用 gnome-session & 来启动GNOME. 使用vncserver命令为当前用户启动vnc服务(将在当前用户主目录下生成.vnc配置文件夹) [root@tech ~]# vncserver You will require a password to access your desktops. Password: Verify: New ' tech.net:1 (root)' desktop...

by 黑马王子 - Linux文档专区 - 2008-09-16 12:37:47 阅读(885) 回复(0)

Linux vnc server 3.在Linux上启动vnc server 执行vncserver命令: [root@linux root]# vncserver You will require a password to access your desktops. Password: —-为了不想任何人都可以任意遥控此计算机。因此当第 Verify: —1次启动vnc server时,会要求设置网络遥控的密码。 New ‘X’ desktop is linux:1 —-一定要记住这一行稍后会用到。 Creating default startup script /root/.vnc/xstartup Starting applications ...

by tang560128 - Linux文档专区 - 2008-07-07 20:43:52 阅读(955) 回复(0)