Transferred from: http://jingyan.baidu.com/article/8ebacdf0cdc64949f75cd555.html
From Windows 7 remote to the Windows system is simple, as long as the other computer to turn on the Remote Desktop features, but Windows 7 Remote Desktop Connection to Ubuntu 14.04 is more complicated, the following steps are described below.
- 1
install xrdp
sudo apt-get install xrdp
- 2
installation Vnc4server
Sudo apt-get install vnc4server
- 3
install Xfce4
sudo apt-get install Xubuntu-desktop
echo "xfce4-session" >~/.xsession
sudo service xrdp restart
Note: It is best to restart the system at this time so that the system uses Xubuntu login.
- 4
view IP address
Click Connection Information-In the Connection Information dialog box View IP address
- 5
Open Remote Desktop Connection
Use the window key +r Open Run dialog box Enter "MSTSC"--Enter the IP address of the Ubuntu host---"connect".
- 6
login ubuntu 14.04 Desktop
Select "Sesman-xvnc"-- > enter "username and password"-Press ENTER to successfully log in to Ubuntu 14.04 desktop and can now be operated remotely.
Precautions:
After installing K
Windows 7 Remote Desktop Connection Ubuntu 14.04