zoukankan      html  css  js  c++  java
  • 用windows远程桌面连接ubuntu

    从Windows 7远程到Windows系统比较简单,只要对方电脑开启远程桌面功能就可以了,但Windows 7远程桌面连接到Ubuntu 14.04比较复杂一点,具体操作步骤如下。

    • Ubuntu 14.04
    • Windows 7
    1. 安装xrdp

      使用快捷键"Ctrl+Alt+T"打开一个终端窗口,输入"sudo apt-get install xrdp"-->回车-->输入root用户的密码-->回车-->输入"y"-->回车,安装完成。

      Windows 7远程桌面连接Ubuntu 14.04
      Windows 7远程桌面连接Ubuntu 14.04
      Windows 7远程桌面连接Ubuntu 14.04
      Windows 7远程桌面连接Ubuntu 14.04
    2. 安装vnc4server

      输入"sudo apt-get install vnc4server"-->回车-->输入root用户的密码-->回车-->输入"y"-->回车,安装完成。

      Windows 7远程桌面连接Ubuntu 14.04
      Windows 7远程桌面连接Ubuntu 14.04
      Windows 7远程桌面连接Ubuntu 14.04
    3. 安装xfce4

      输入"sudo apt-get install xubuntu-desktop"-->回车-->输入root用户的密码-->回车-->输入"y"-->回车-->输入"echo "xfce4-session" >~/.xsession"-->回车-->输入"sudo service xrdp restart"-->回车,安装完成。

      Windows 7远程桌面连接Ubuntu 14.04
      Windows 7远程桌面连接Ubuntu 14.04
      Windows 7远程桌面连接Ubuntu 14.04
    4. 打开远程桌面连接

      使用"窗口键+R"打开"运行对话框"-->输入"mstsc"-->回车-->输入Ubuntu主机的IP地址-->"连接"。

    5. 登录Ubuntu 14.04桌面

      选择"sesman-Xvnc"-->输入"用户名和密码"-->回车,成功登录到Ubuntu 14.04桌面,现在可以进行远程操作了。

    • 本操作是在最新版本Ubuntu 14.04上完成,在低版本上应该相似,我没有去试。
    • 配置完成后,需要输入正确的用户名和密码才可以远程登录。
  • 相关阅读:
    Excel Rendering Limitations
    Output Caching and VaryByParam, VaryByCustom
    ajaxToolkit:AutoCompleteExtender 使用键值对
    Sql Server 2005 存储过程分页
    WEB前端优化
    processModel Element in Machine.config
    如何监测虚拟内存
    MemoryLimit Tuning (ASP.NET v1.1)
    缓存之SqlDependency
    SQL产生随机字符串
  • 原文地址:https://www.cnblogs.com/jinshuo/p/8807412.html
Copyright © 2011-2022 走看看