明輝手游網(wǎng)中心:是一個免費(fèi)提供流行視頻軟件教程、在線學(xué)習(xí)分享的學(xué)習(xí)平臺!

超實(shí)用 Linux下通過VNC安裝Oracle

[摘要]以前寫過一篇:在Solaris下安裝VNC 遠(yuǎn)程安裝Oracle,有朋友說在Linux下安裝有問題.今天碰巧需要,在Linux上安裝了一次(某些Linux版本缺省既有安裝).   首先從網(wǎng)上下載:[oracle@jumper] wget http://www.realvnc.com/dist/vn...
以前寫過一篇:在Solaris下安裝VNC 遠(yuǎn)程安裝Oracle,有朋友說在Linux下安裝有問題.今天碰巧需要,在Linux上安裝了一次(某些Linux版本缺省既有安裝).

  首先從網(wǎng)上下載:

[oracle@jumper]$ wget http://www.realvnc.com/dist/vnc-4.0-x86_linux.tar.gz
--10:34:32--  http://www.realvnc.com/dist/vnc-4.0-x86_linux.tar.gz
           => `vnc-4.0-x86_linux.tar.gz'
Resolving www.realvnc.com... done.
Connecting to www.realvnc.com[83.170.68.194]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,625,390 [application/x-gzip]

100%[==============================>] 1,625,390     52.67K/s    ETA 00:00

10:35:04 (52.67 KB/s) - `vnc-4.0-x86_linux.tar.gz' saved [1625390/1625390]

  發(fā)現(xiàn)4.0版本安裝起來更加方便,解壓后按照README文檔操作即可:

[root@xcorder ]# tar -xvf vnc-4.0-x86_linux.tar
vnc-4.0-x86_linux/
vnc-4.0-x86_linux/vncinstall
vnc-4.0-x86_linux/Xvnc
vnc-4.0-x86_linux/vncviewer
vnc-4.0-x86_linux/vncserver
.....
vnc-4.0-x86_linux/java/vncviewer.jar
[root@xcorder ]# cd vnc-4.0-x86_linux


[root@xcorder ]# ./vncinstall /usr/local/bin
Can't install manual pages to /usr/local/man/man1
Copying Xvnc to /usr/local/bin
Copying vncviewer to /usr/local/bin
Copying vncpasswd to /usr/local/bin
Copying vncconfig to /usr/local/bin
Copying vncserver to /usr/local/bin
Copying x0vncserver to /usr/local/bin
[root@xcorder ]# mkdir -p /usr/local/vnc/classes
[root@xcorder ]# cp java/* /usr/local/vnc/classes

  此時即可啟動vncserver: 

[root@xcorder ]# vncserver

You will require a password to access your desktops.

Password:
Verify:
xauth:  creating new authority file /root/.Xauthority

New 'xcorder.sky.cn:1 (root)' desktop is xcorder.sky.cn:1

Creating default startup script /root/.vnc/xstartup
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/xcorder.sky.cn:1.log

  如果存在防火墻,還需要開放防火墻,然后就可以通過瀏覽器在5801端口訪問vncserver了.