yum groupinstall "development tools"
yum groupinstall "gnome desktop"
yum install tigervnc tigervnc-server -y
vncserver :n
#這裏的n是 sessionnumber,不指定默認爲1,也能夠是二、3等等。第一次會提示輸入密碼,之後能夠使用 vncpasswd 命令修改密碼。
具體以下:html
[root@oracle ~]# vncserver :1
You will require a password to access your desktops.
Password:
Verify:
Would you like to enter a view-only password (y/n)? y
Password:
Verify:
xauth: file /root/.Xauthority does not exist
New 'oracle.sysit.cn:1 (root)' desktop is oracle.sysit.cn:1
Creating default startup script /root/.vnc/xstartup
Creating default config /root/.vnc/config
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/oracle.sysit.cn:1.log
[root@oracle ~]# netstat -antlp | grep vnc
tcp 0 0 0.0.0.0:5901 0.0.0.0:* LISTEN 31009/Xvnc
tcp 0 0 0.0.0.0:6001 0.0.0.0:* LISTEN 31009/Xvnc
tcp6 0 0 :::5901 :::* LISTEN 31009/Xvnc
tcp6 0 0 :::6001 :::* LISTEN 31009/Xvnc
[root@oracle ~]# vncserver -kill :1
Killing Xvnc process ID 31009
默認參數,vncserver 顯示會圖標分辨率會比較小,咱們能夠指定參數。服務器
vncserver :1 -geometry 1366x768 -alwaysshared -depth 24
vnc-viewer下載地址:http://www.canadiancontent.net/tech/download/VNC_Viewer.htmlsession
至此能夠遠程操做。oracle
若是以爲個人文章對您有app