Win7 VNC遠端連線Centos案頭

來源:互聯網
上載者:User

標籤:下載   tables   get   etc   eal   passwd   put   start   vim   

一,安裝Linux案頭:

  1. yum -y groupinstall Desktop
  2. yum -y groupinstall "X Window System"
  3. yum -y groupinstall chinese-support
  4. vi /etc/sysconfig/i18n
    將en_US改成zh_CN

二。安裝VNCServer服務包:

        1,安裝VNCServer服務端軟體包。

              #yum -y install vnc *vnc-server*


         2,改動VNCServer主設定檔

             #vim /etc/sysconfig/vncservers

             複製最後兩行並去掉行首凝視符,然後改動為

             VNCSERVERS="1:root"

             VNCSERVERARGS[1]="-geometry 1920x1080"


        3。設定password

             #vncpasswd


        4,啟動vncserver服務

            #/etc/init.d/vncserver start


        5。開啟xstartup配置案頭

            #vim /root/.vnc/xstartup

            將最後一行改為

            gnome &            
            

       6。設定防火牆

           #vim /etc/sysconfig/iptables

           在“-A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT”以下加入一行-A INPUT -m state --state NEW -m tcp -p tcp --dport 5901 -j ACCEPT

           重新啟動iptables服務

           #/etc/init.d/iptables restart

          


       7,使用VNC串連(:http://www.realvnc.com/download/)

          

          password為上面設定的password。

          

完畢!



Win7 VNC遠端連線Centos案頭

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.