Windows Remote Desktop Connection to Ubuntu 14.04, ubuntu14.04
Http://www.linuxidc.com/Linux/2014-04/100491.htm
Due to compatibility issues between xrdp, gnome, and unity, xrdp cannot be used in Ubuntu 14.04 to log on to gnome or unity's Remote Desktop. This means that only black and white dots are used as the background after logon, you cannot perform operations without icons. The solution is the same as that in Section 13.10. With xrdp, you can only log on to the Remote Desktop of xfce.
Reading:
Download, install, and configure Ubuntu 14.04Page http://www.linuxidc.com/Linux/2014-04/100370.htm
Install Ubuntu 14.04 permanent update address on a hard disk in Windows 7: Http://www.linuxidc.com/Linux/2014-04/100369.htm
First install xfce:
Sudo apt-get update
Sudo apt-get install xfce4
If the network speed is slow, this will last for a period of time.
Then install the xrdp component and the vnc Server:
Sudo apt-get install xrdp vnc4server
After installation, create a new configuration file so that xfce is used as the interface logon by default during Remote logon, and then restart the xrdp service:
Echo "xfce4-session"> ~ /. Xsession
Sudo service xrdp restart
This is equivalent to creating a hidden file named. xsession in the home directory of the current user and writing a line of xfce4-session to the file. You can also use touch to create a file and use vi to edit it:
Touch ~ /. Xsession
Vi ~ /. Xsession
Now that the installation and configuration are complete, you can use the Remote Desktop Connection Program in Windows to connect to the Ubuntu host. It can also be connected through any other terminal that supports the RDP protocol, such as Microsoft's official Remote Desktop Client RD Client on iOS.