一、安装 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. 安装...
文章分类: 新手入门 [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 找...
作者: 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...
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...
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...
我用的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...
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...
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 ...