Linux的远程桌面

1. linux 下安装 vnc
[root@www ~]#rpm -ivh vnc- 4.1.2 -14.el5
[root@www ~]#rpm -ivh vnc-server- 4.1.2 -14.el5
 
2. 写入 :
[root@www ~]#vncserver
出现 :
New linux.com:1 (root) desktop is South.redflag-linux.com:1
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/South.redflag-linux.com:1.log
 
3. 编辑文件 :
[root@www ~]#vi  /root/.vnc/xstsrtup
 
#unset SESSION_MANAGER
#exec /etc/X11/xinit/xinitrc
将上面两行的 # 号去掉,使其生效
twm & 改为 gnome - session  &
 
4. 重启 VNC
[root@www ~]#service vncserver restart
 
5. 杀掉以前的连接号 :( ****此步骤相当重要***** )
[root@www ~]#vncserver -kill   linux.com: 连接号    ( 注:连接号第一个为 1, 第二个为 2)
 
6 启动 vnc 连接号 :
[root@www ~]#vncserver
这样将会得到一个连接号 1
 
7. windows 下安装安装 vnc viewer
 
8. 运行 vnc viewer, 输入 ip+ 连接号
例如: 192.168.2.98 1

你可能感兴趣的:(linux,职场,remote,vnc,休闲)