http://www.7tutorials.com/connecting-windows-remote-desktop-ubuntu

A useful feature of Windows is being able to connect to your Desktop from another location to remotely manage your computer. While this functionality is native in Windows, it is not supported by default in many Linux distributions, including Ubuntu. However, you can connect to a Windows remote desktop, if you are willing to use third-party tools found in the Ubuntu Software Center. This tutorial will show how.

NOTE: This tutorial was created on Ubuntu 13.04 (Raring Ringtail).

Step 1: Enable Remote Desktop Connections on your Windows PC

In order to allow other computers to connect remotely to your Windows computer, you need to enable the Remote Desktop Connection feature. To learn how to do this, read this tutorial: How to Enable Remote Desktop Connections in Windows 7 & Windows 8.

Step 2: Install a Remote Desktop Client - Our Choice: Remmina Remote Desktop Client

By default, Ubuntu doesn’t come with a remote desktop client which supports the Remote Desktop Protocol (RDP) used by Windows operating systems for remote connections. You need to install one of the clients available in the Ubuntu Software Center.

First, start the Ubuntu Software Center.

Search for the words "remote desktop" and you will be shown all the available applications.

We preferred to choose Remmina Remote Desktop Client, a client which is very appreciated by the user community and is, at the same time, very versatile and easy to use.

To get it installed, select it and click Install.

You are asked for your password. Type it and click Authenticate.

NOTE: please keep in mind that, in order to install software, your user account needs to have administrative permissions. If you are set as a standard user account, you cannot install any software.

Now the application is downloaded and installed. Wait until the procedure ends.

Step 3: Configure the Remote Desktop Session

It is time to start the Remmina Remote Desktop Client. Search your Ubuntu PC using the word remmina and click on the appropriate search result.

Click the "Create a new remote desktop file" button.

The Remote Desktop Preference window is opened. Here you can configure the remote connection you want to establish.

In the Profile section, type the name you want to use for the connection. It can be anything you wish. Then, in the Basic tab, complete the IP address of the Windows computer in the Server field. Then, type the username and password you want to use to connect to the Windows computer. Be aware that the user needs to exist on the Windows computer. If you are using a Microsoft account on your Windows 8 PC, it is OK to fill in your email address and password.

You can also set the Resolution you want to use for the connection and the Color depth.

NOTE: Selecting a larger desktop resolution and color depth can impact the performance of your remote desktop session. If you experience lag when connected to a remote desktop, try reducing the color depth or resolution.

If you want to share a folder existing on your Ubuntu computer with the Windows computer, simply check the Share folder box and select the folder you want to share from Ubuntu.

Also, for more advanced settings, go to the Advanced tab. There you can turn the sound on or off, share printers, disable clipboard synchronisation, etc.

Once you are done making all the settings, click the Connect button. When connecting for the first time, a new certificate is created for the remote connection. Click OK to accept it.

After a while, if the Windows computer is turned on and connected to the same network, you should be connected to it.

Once you close the remote connection, Remmina Remote Desktop Client automatically saves it so that you will be able to reconnect at a later time, with a simple click on the connection name.

Conclusion

As you can see, the procedure is not really complicated. As long as you make the right settings and use a client which supports the RDP protocol, connecting remotely from Ubuntu to a Windows desktop is almost a trivial task. For other tutorials related remote desktop connectivity, check out the links below.

Connect to a Windows PC from Ubuntu via Remote Desktop Connection的更多相关文章

  1. 使用ubuntu远程连接windows, Connect to a Windows PC from Ubuntu via Remote Desktop Connection

    from: https://www.digitalcitizen.life/connecting-windows-remote-desktop-ubuntu NOTE: This tutorial w ...

  2. Windows access Linux / Ubuntu via Remote Desktop via xrdp

    Windows 多用户远程桌面连接到 Ubuntu / Linux Access Ubuntu from Windows remotely   Follow these steps : Step 1 ...

  3. Remote Desktop Connection from Windows 7 to Ubuntu 12.04

    $sudo apt-get install xrdp $cd ~ $sudo vim .xsession gnome-session --session=ubuntu-2d 在windows下进行远程 ...

  4. Connect To Ubuntu 16.04 / 17.10 / 18.04 Desktop Via Remote Desktop Connection (RDP) With Xrdp

    [1] https://websiteforstudents.com/connect-to-ubuntu-16-04-17-10-18-04-desktop-via-remote-desktop-co ...

  5. Mac 10.12安装Windows远程桌面工具Microsoft Remote Desktop

    说明:之前Office自带的Windows远程桌面工具虽然简便,但是保存的服务器列表有限.而这个微软推出的自家工具可以完美解决这些问题. 下载: (链接:https://pan.baidu.com/s ...

  6. Windows组件:打开MSDTC,恢复Windows TaskBar,查看windows日志,打开Remote Desktop,打开Services,资源监控

    一,Win10 打开 MSDTC 1,Win+R 打开运行窗口,输入 dcomcnfg,打开组件服务窗口 2,在组件服务 catalog下找到 Distributed Transaction Coor ...

  7. remote desktop connect btw Mac, Windows, Linux(Ubuntu) Mac,Windows,Linux之间的远程桌面连接

    目录 I. 预备 II. Mac连接Windows III. Windows连接Mac IV. Windows连接Ubuntu V. Mac连接Ubuntu VI. Ubuntu连接Mac VII, ...

  8. Win7 远程 Ubuntu 桌面 mate desktop,并实现中文输入法

    一. 安装mate desktop: $sudo apt-add-repository ppa:ubuntu-mate-dev/ppa $sudo apt-add-repository ppa:ubu ...

  9. (copy) How to remote desktop a Fedora 19 from a Windows 7

    source: http://forums.fedoraforum.org/showthread.php?t=293665 Try xrdp or freerdpInstall xrdp or fre ...

随机推荐

  1. Python进阶06 循环对象

    作者:Vamei 出处:http://www.cnblogs.com/vamei 欢迎转载,也请保留这段声明.谢谢! 这一讲的主要目的是为了大家在读Python程序的时候对循环对象有一个基本概念. 循 ...

  2. Java基础-布局

  3. XML通過XSD產生CLASS

    步驟一:通過XML獲取XSD 格式:xsd "XML的完整路徑帶文件名" /O:"輸出路徑不帶文件名". C:\Windows\system32>xsd ...

  4. Oracle中的约束

    非空约束 NOT NULL 数据库表中的某一个列不能为空 唯一约束 UNIQUE 表中某一个列不允许重复 唯一约束所在列可以为NULL,但只能出现一次 代码: CREATE TABLE MEMBER ...

  5. 山东省第六届ACM省赛

    A.Nias and Tug-of-War(sort排序) B.Lowest Unique Price(set+map) C.Game!(博弈) D.Stars E.BIGZHUGOD and His ...

  6. [HDU 4821] String (字符串哈希)

    题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4821 题目大意:给你M,L两个字母,问你给定字串里不含M个长度为L的两两相同的子串有多少个? 哈希+枚 ...

  7. @SessionAttributes与HttpSession

    SessionAttributes注解将model中与它同名的属性保存在HttpSession中. 在controller的方法执行完毕后处理SessionAttributes注解并保存的,是Hand ...

  8. (转).net Application.DoEvents()的作用

    原文地址:http://blog.csdn.net/weinierbian/article/details/6231589 Application.DoEvents()的作用:处理所有的当前在消息队列 ...

  9. iOS指纹识别代码

    1:添加LocalAuthentication.framework框架 2:实现过程 #import "ViewController.h" #import <LocalAut ...

  10. 计数排序(Count Sort )与插入排序(Insert Sort)

    计数排序法:计数数组适用于当前数组密集的情况.例如(2,3,5,4,2,3,3,2,5,4) 方法:先找出最大值最小值,之后统计每个数出现的次数,根据次数从小到大往数组里添加 计数排序法是一种不需要比 ...