【Linux】Linux 配置VNC server 顯示圖形化桌面
Linux下配置VNC server 顯示圖形化桌面
本文連線:http://blog.itpub.net/29475508/viewspace-1671101/
[root@bigdatalite ~]# cd /root/.vnc/
[root@bigdatalite .vnc]# ls
bigdatalite:2.log bigdatalite:2.pid localhost:1.log passwd xstartup
[root@bigdatalite .vnc]# ls -l
total 20
-rw-r--r-- 1 root root 1189 May 25 11:49 bigdatalite:2.log
-rw-r--r-- 1 root root 6 May 25 11:47 bigdatalite:2.pid
-rw-r--r-- 1 root root 663 Jun 12 2013 localhost:1.log
-rw------- 1 root root 8 May 25 11:47 passwd
-rwxr-xr-x 1 root root 334 May 25 11:47 xstartup
備份原始檔案
[root@bigdatalite .vnc]# cp -p xstartup xstartup.bak
編輯檔案,最後一行改為gnome-session &
[root@bigdatalite .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 &
gnome-session &
殺死掉之前的vnc程式
[root@bigdatalite .vnc]# vncserver -kill :1
Can't find file /root/.vnc/bigdatalite:1.pid
You'll have to kill the Xvnc process manually
[root@bigdatalite .vnc]# vncserver -kill :2
Killing Xvnc process ID 13462
[root@bigdatalite .vnc]# vncserver -kill :3
Killing Xvnc process ID 13797
重啟vnc服務
[root@bigdatalite .vnc]# vncserver
New 'bigdatalite:2 (root)' desktop is bigdatalite:2
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/bigdatalite:2.log
[root@bigdatalite .vnc]#
客戶端使用vncviewer進行登入
登入後是圖形化操作介面
呂星昊
2015.5.25
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29475508/viewspace-1671101/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux VNC Server 配置LinuxVNCServer
- Linux之 xstart呼叫 x11vnc遠端圖形化桌面LinuxVNC
- VNC連線linux圖形介面VNCLinux
- LINUX的遠端圖形介面VNC配置以及調整LinuxVNC
- Linux下遠端桌面的配置(VNC)薦LinuxVNC
- linux 使用 Xmanager 顯示桌面Linux
- Windows下圖形管理Linux非VNC薦WindowsLinuxVNC
- linux VNC 配置LinuxVNC
- centOS5.5配置vnc,開啟linux遠端桌面CentOSVNCLinux
- vnc server viewer for linux使用VNCServerViewLinux
- linux vnc配置指南LinuxVNC
- Linux 配置、使用VNCLinuxVNC
- RedHat Linux 6企業版開啟VNC Server遠端桌面RedhatLinuxVNCServer
- XManager:xshell顯示圖形化介面
- 兩款 Linux 桌面中的圖形化操作 PDF 的工具Linux
- VNC遠端控制Linux桌面(zt)VNCLinux
- VNC遠端控制Linux桌面(轉)VNCLinux
- configure vnc server in linuxVNCServerLinux
- linux -- Ubuntu Server 安裝圖形介面LinuxUbuntuServer
- Linux安裝配置vncLinuxVNC
- Kali Linux修改桌面預設圖示Linux
- 配置vnc遠端連線Linux和unix伺服器圖形介面安裝OracleVNCLinux伺服器Oracle
- RHL配置VNC ServerVNCServer
- openEuler 配置VNC ServerVNCServer
- 配置linux遠端管理 VNCLinuxVNC
- 雲伺服器 ECS Linux 系統如何安裝圖形化桌面伺服器Linux
- win10如何設定桌面顯示圖示_windows10顯示桌面圖示設定方法Win10Windows
- VNC圖形介面操作Linux時出現灰色畫面問題VNCLinux
- Linux基礎命令---顯示樹形程式pstreeLinux
- Linux的圖形化桌面管理→目錄管理的基礎知識(轉)Linux
- 如何使用Pacifica圖示美化你的linux桌面Linux
- 配置CKEditor顯示的圖示及配置
- Windows Server 2012 在桌面上顯示”我的電腦”圖示WindowsServer
- 用xwin32顯示遠端Linux主機圖形應用程式(轉)Win32Linux
- Linux - RedHat補裝圖形桌面(基於RedHat7.3)LinuxRedhat
- VNC實現Windows遠端連線Linux桌面VNCWindowsLinux
- Linux用樹形結構顯示目錄結構Linux
- VNC連線圖形介面VNC