VNC安装
VNC安装
【这个仅仅为自己】
Vnc安装
版本:VNC-5.0.1-Linux-x64-RPM.tar.gz
下载:http://www.realvnc.com/download/get/1063/
安装一:(用界面)
1.解压缩
2.进入VNC-5.0.1-Linux-x64-RPM文件夹,双击VNC-Server-5.0.1-Linux-x64.rpm
3.左上角 应用程序-Internet-VNC Server(User-Mode)启动
4.然后设置密码等。
安装二:
# tar zxvf VNC-5.0.1-Linux-x64-RPM.tar.gz
# cd VNC-5.0.1-Linux-x64-RPM
# rpm ivh VNC-Server-5.0.1-Linux-x64.rpm
如果命令行启动的话,个人认为用此命令/etc/init.d/vncserver-x11-serviced
设置密码
# vncpasswd
会出现如下所示:
[root@localhost VNC-5.0.1-Linux-x64-RPM]# rpm -ivh VNC-Server-5.0.1-Linux-x64.rpm
Preparing... ########################################### [100%]
1:realvnc-vnc-server ########################################### [100%]
Checking for xauth... [OK]
Updating /etc/pam.d/vncserver
Looking for font path... catalogue:/etc/X11/fontpath.d,built-ins (from xset).
Installed init script for VNC X11 Service-mode daemon
Start and stop the service with:
/etc/init.d/vncserver-x11-serviced (start|stop)
Installed init script for VNC Virtual-mode daemon
Start and stop the service with:
/etc/init.d/vncserver-virtuald (start|stop)
[root@localhost VNC-5.0.1-Linux-x64-RPM]# /etc/init.d/vncserver-x11-serviced
Usage: /etc/init.d/vncserver-x11-serviced {start|stop|restart}
@cobble HF AnHui CHN 20120811