Linux学习一 —— vnc远程学习
vnc安装
[root@SC-026 ~]# yum install vnc
[root@SC-026 ~]# ssh 192.168.15.182root@192.168.15.182's password: Last login: Sat Oct 27 00:30:02 2012 from sfserver20.localdomain
[root@sfserver20 ~]# vncserver -geometry 1600x900 :3New 'sfserver20.localdomain:3 (root)' desktop is sfserver20.localdomain:3Starting applications specified in /root/.vnc/xstartupLog file is /root/.vnc/sfserver20.localdomain:3.log
[root@sfserver20 ~]# vncserver -kill :3Killing Xvnc process ID 29665
[root@sfserver20 ~]# vim .vnc/xstartup
[root@sfserver20 ~]# exit[root@SC-026 ~]# vncviewer 192.168.15.182:3VNC Viewer Free Edition 4.1.2 for X - built Jul 27 2010 10:24:13Copyright (C) 2002-2005 RealVNC Ltd.See http://www.realvnc.com for information on VNC.Thu Nov 1 15:54:10 2012 CConn: connected to host 192.168.15.182 port 5903 CConnection: Server supports RFB protocol version 3.8 CConnection: Using RFB protocol version 3.8
