配置vnc遠端連線Linux和unix伺服器圖形介面安裝Oracle
1、配置並開啟vnc服務
[oracle@localhost ~]$ vncserver
You will require a password to access your desktops.
Password: ---這裡要求輸入vnc客戶端登入的密碼並重復
Verify:
New 'localhost.localdomain:2 (oracle)' desktop is localhost.localdomain:2
Creating default startup script. /home/oracle/.vnc/xstartup
Starting applications specified in /home/oracle/.vnc/xstartup
Log file is /home/oracle/.vnc/localhost.localdomain:2.log
----如上告訴你vnc終端已經建立好,用的是第二個終端
2、在建立vnc服務的使用者目錄下會生成一個.vnc的隱藏目錄
[oracle@localhost ~]$ ls -a
. .bash_profile Disk1 .gconfd .gstreamer-0.10 .metacity README.htm .viminfo
.. .bashrc .eggcups .gnome .gtkrc-1.2-gnome2 .mozilla .redhat .vnc
.bash_history .chewing .emacs .gnome2 .ICEauthority .nautilus .scim .Xauthority
.bash_logout Desktop .gconf .gnome2_private .kde p8202632_10205_Linux-x86-64.zip .Trash .zshrc
3、進入.vnc目錄,找到xstartup可執行檔案,用vi 編輯器開啟
[oracle@localhost ~]$ cd .vnc/
[oracle@localhost .vnc]$ ls
localhost.localdomain:2.log localhost.localdomain:2.pid passwd xstartup
[oracle@localhost .vnc]$ vi xstartup
#!/bin/sh
# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc ---去掉前面的#號即可 --儲存退出
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &
~
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
"xstartup" 12L, 333C 已寫入
[oracle@localhost .vnc]$ vncserver
New 'localhost.localdomain:3 (oracle)' desktop is localhost.localdomain:3
Starting applications specified in /home/oracle/.vnc/xstartup
Log file is /home/oracle/.vnc/localhost.localdomain:3.log
4、清除剛才建立的vnc虛擬終端
[oracle@localhost .vnc]$ vncserver -kill :1
Can't find file /home/oracle/.vnc/localhost.localdomain:1.pid
You'll have to kill the Xvnc process manually
[oracle@localhost .vnc]$ vncserver -kill :2
Killing Xvnc process ID 11889
[oracle@localhost .vnc]$ vncserver -kill :3
Killing Xvnc process ID 11945
[oracle@localhost .vnc]$ vncserver -kill :4
Can't find file /home/oracle/.vnc/localhost.localdomain:4.pid
You'll have to kill the Xvnc process manually
5、重新建立新的vnc虛擬終端
[oracle@localhost .vnc]$ vncserver
New 'localhost.localdomain:2 (oracle)' desktop is localhost.localdomain:2
Starting applications specified in /home/oracle/.vnc/xstartup
Log file is /home/oracle/.vnc/localhost.localdomain:2.log --該終端號為 :2
6、在windows客戶端用RealVNC軟體中的Run VNC Viewer客戶端連線。
7、在Run VNC Viewer 只需輸入linux伺服器的地址和剛才生成的終端號:2
格式:192.168.1.56:2
8、輸入剛才配置vnc服務的時候配的即可登入linux伺服器圖形介面。
[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26015009/viewspace-1059909/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- VNC連線linux圖形介面VNCLinux
- LINUX的遠端圖形介面VNC配置以及調整LinuxVNC
- VNC遠端連線,如何VNC遠端連線伺服器VNC伺服器
- VNC,Linux遠端VNC連線伺服器!VNCLinux伺服器
- VNC連線圖形介面VNC
- vnc遠端安裝,10個步驟在Linux中遠端安裝VNC並連線VNCLinux
- Xmanager XDMCP遠端連線Linux圖形介面Linux
- Xmanager4遠端連線linux圖形介面(vsftpd配置)LinuxFTP
- vnc遠端連線linux,vnc遠端連線linux的具體方法。VNCLinux
- vnc遠端連線linux,vnc遠端連線linux的具體操作VNCLinux
- centos7安裝圖形化介面並使用Windows遠端連線,安裝xrdpCentOSWindows
- CentOS使用配置VNC遠端連線CentOSVNC
- Linux設定VNC遠端桌面連線來安裝Oracle11GLinuxVNCOracle
- vnc遠端安裝,在Linux中vnc遠端安裝的教程VNCLinux
- linux安裝redis和遠端連線LinuxRedis
- CentOS 7 配置 VNC 遠端桌面連線CentOSVNC
- VNC遠端控制,VNC遠端控制連線WindowsVNCWindows
- XManager遠端Linux 安裝Oracle 圖形化介面xstart解決方法LinuxOracle
- CentOS安裝noVNC,以Web方式交付VNC遠端連線CentOSVNCWeb
- VNC,Linux系統下如何安裝和連線VNC!VNCLinux
- linux遠端工具xmanager--遠端圖形介面配置(redhat6.0)LinuxRedhat
- 【配置上線】Oracle資料庫Linux系統下安裝(圖形介面)Oracle資料庫Linux
- Oracle Linux 6.2 無法切換到圖形介面 (VNC)處理 - yum 安裝圖形介面軟體 - 1OracleLinuxVNC
- Oracle Linux 6.2 無法切換到圖形介面 (VNC)處理 - yum 安裝圖形介面軟體 - 2OracleLinuxVNC
- Ubuntu Server安裝介面並VNC連線UbuntuServerVNC
- linux遠端工具vnc啟用,linux遠端工具vnc如何啟用,Linux安裝vnc教程。LinuxVNC
- vnc遠端連線黑屏,vnc連線Linux後黑屏的處理辦法VNCLinux
- 如何通過vnc 安裝遠端linux下的oracleVNCLinuxOracle
- VNC實現Windows遠端連線Linux桌面VNCWindowsLinux
- linux安裝mongoDB與遠端連線LinuxMongoDB
- Linux VNC遠端控制安裝日記LinuxVNC
- oracle linux 7 安裝圖形化介面OracleLinux
- 配置linux遠端管理 VNCLinuxVNC
- oracle安裝:OUI安裝Oracle(圖形介面安裝)OracleUI
- Linux 安裝圖形介面Linux
- 安裝Putty工具遠端連線ECS伺服器伺服器
- 雲伺服器linux centos安裝圖形介面伺服器LinuxCentOS
- PHP中PDO、mysql配置遠端連線、ecshop安裝PHPMySql