日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 运维知识 > linux >内容正文

linux

linux 6.3 vnc安装包,CentOS 6.3安装和配置VNC

發布時間:2025/3/19 linux 40 豆豆
生活随笔 收集整理的這篇文章主要介紹了 linux 6.3 vnc安装包,CentOS 6.3安装和配置VNC 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

對于用慣了WIN系統的朋友來說,沒有圖形化操作界面的Linux用起來實在太難受了。實際上,Linux也是有圖形化操作界面的,這就是VNC。接下來本文將告訴大家如何在CentOS 6.3下安裝和配置 VNC圖形化操作界面。

1,安裝GNOME桌面環境

[root@ www.linuxidc.com ~]# yum -y groupinstall “GNOME Desktop Environment”

2, 安裝KDE桌面環境

[root@ www.linuxidc.com ~]# yum groupinstall “X Window System” “KDE (K Desktop Environment)”

3,安裝VNC服務器

[root@ www.linuxidc.com ~]# yum -y install vnc-server

Loaded plugins: fastestmirror, refresh-packagekit, security

Loading mirror speeds from cached hostfile

* base: mirror-fpt-telecom.fpt.net

* extras: mirror-fpt-telecom.fpt.net

* updates: mirror-fpt-telecom.fpt.net

Setting up Install Process

Resolving Dependencies

–> Running transaction check

—> Package tigervnc-server.i686 0:1.0.90-0.17.20110314svn4359.el6 will be installed

–> Finished Dependency Resolution

Dependencies Resolved

================================================== ==============================

Package Arch Version Repository

Size

================================================== ==============================

Installing:

tigervnc-server i686 1.0.90-0.17.20110314svn4359.el6 base 1.1 M

Transaction Summary

================================================== ==============================

Install 1 Package(s)

Total download size: 1.1 M

Installed size: 2.9 M

Downloading Packages:

tigervnc-server-1.0.90-0.17.20110314svn4359.el6.i686.rpm | 1.1 MB 00:02

warning: rpmts_HdrFromFdno: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY

Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

Importing GPG key 0xC105B9DE:

Userid : CentOS-6 Key (CentOS 6 Official Signing Key)

Installed:

tigervnc-server.i686 0:1.0.90-0.17.20110314svn4359.el6

Complete!

[root@ www.linuxidc.com ~]#

4,配置VNC

[root@ www.linuxidc.com ~]# su -jackiebui

[jackiebui@tanvps ~]# vncpasswd

Password:******

verify:******

[jackiebui@tanvps ~]# ls .vnc/

5,編輯VNC配置文件

[root@ www.linuxidc.com ~]# vi /etc/sysconfig/vncservers

# The VNCSERVERS variable is a list of display:user pairs.

#

# Uncomment the lines below to start a VNC server on display :2

# as my ‘myusername’ (adjust this to your own). You will also

# need to set a VNC password; run ‘man vncpasswd’ to see how

# to do that.

#

# DO NOT RUN THIS SERVICE if your local area network is

# untrusted! For a secure way of using VNC, see this URL:

# http://kbase.RedHat.com/faq/docs/DOC-7028

# Use “-nolisten tcp” to prevent X connections to your VNC server via TCP.

# Use “-localhost” to prevent remote VNC clients connecting except when

# doing so through a secure tunnel. See the “-via” option in the

# `man vncviewer’ manual page.

VNCSERVERS=”1:jackiebui” //Uncomment 2 last lines, and edit your VNC user

VNCSERVERARGS[2]=”-geometry 800×600 -nolisten tcp -localhost” // Save and exit

啟動VNC

[root@ www.linuxidc.com ~]# vncserver

[root@ www.linuxidc.com ~]# chkconfig vncserver on //設置為開機啟動

總結

以上是生活随笔為你收集整理的linux 6.3 vnc安装包,CentOS 6.3安装和配置VNC的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。