十年網(wǎng)站開發(fā)經(jīng)驗 + 多家企業(yè)客戶 + 靠譜的建站團隊
量身定制 + 運營維護+專業(yè)推廣+無憂售后,網(wǎng)站問題一站解決
這篇文章給大家介紹如何進(jìn)行VNC安裝配置,內(nèi)容非常詳細(xì),感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。
在天峻等地區(qū),都構(gòu)建了全面的區(qū)域性戰(zhàn)略布局,加強發(fā)展的系統(tǒng)性、市場前瞻性、產(chǎn)品創(chuàng)新能力,以專注、極致的服務(wù)理念,為客戶提供成都做網(wǎng)站、網(wǎng)站設(shè)計 網(wǎng)站設(shè)計制作按需策劃,公司網(wǎng)站建設(shè),企業(yè)網(wǎng)站建設(shè),成都品牌網(wǎng)站建設(shè),成都全網(wǎng)營銷推廣,成都外貿(mào)網(wǎng)站制作,天峻網(wǎng)站建設(shè)費用合理。
VNC安裝配置
Linux上安裝某個軟件時,經(jīng)常需要啟動圖形,有時候Xmanager,xshell,xstart等工具無法正常啟動圖形,可以考慮通過VNC啟動圖形;
Linux
一:安裝VNC Server端
1 Server端需要的VNC安裝包
[root@chen vnc]# ll -rth
total 2.2M
-rw-r--r-- 1 root root 2.1M Feb 3 2009 vnc-server-4.1.2-14.el5_3.1.x86_64.rpm
-rw-r--r-- 1 root root 159K Feb 3 2009 vnc-4.1.2-14.el5_3.1.x86_64.rpm
[root@chen vnc]# rpm -ivh vnc-* --nodeps --force
warning: vnc-4.1.2-14.el5_3.1.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 37017186: NOKEY
Preparing... ########################################### [100%]
1:vnc-server ########################################### [ 50%]
2:vnc ########################################### [100%]
2 生成密碼
[root@chen ~]# vncserver
You will require a password to access your desktops.
Password:123456
Verify:123456
New 'chen:1 (root)' desktop is chen:1
Creating default startup script /root/.vnc/xstartup
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/chen:1.log
3 配置xstartup
[root@chen ~]# vi .vnc/xstartup
......
xsetroot -solid grey
vncconfig -iconic &
#xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#twm &
gnome-session &
4 配置vncservers
[root@chen ~]# vi /etc/sysconfig/vncservers
VNCSERVERS="2:root"
# VNCSERVERS="2:myusername"
# VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -nohttpd -localhost"
5 重啟vncserver
[root@chen ~]# /etc/init.d/vncserver start
Starting VNC server: 2:root
New 'chen:2 (root)' desktop is chen:2
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/chen:2.log [ OK ]
---Windows
二:安裝VNC Viewer端
D:\cjc\soft\vnc\VNC-Viewer-6.17.1113-Windows.exe
...下一步
...下一步
......
安裝完成后登錄:
192.168.208.200:2
password:123456
關(guān)于如何進(jìn)行VNC安裝配置就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,可以學(xué)到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。