To address the disadvantages of VNC Remote Desktop mentioned in one of Windows Remote Desktop Access Ubuntu12.04 (see http://www.linuxidc.com/Linux/2012-07/64801.htm), we adopt the second method XRDP, which supports multi-user login and Remote Desktop. 1. First, refer to the GNOME Desktop installation method (Click here) mentioned in installing VNC in accessing Ubuntu12.04 on Windows Remote Desktop. 2. Go to GNO
To address the disadvantages of VNC Remote Desktop mentioned in Windows Remote Desktop Access Ubuntu 12.04 (see http://www.linuxidc.com/Linux/2012-07/64801.htm), we use the second method XRDP, which supports multi-user login and Remote Desktop.
1. First, refer to the GNOME Desktop installation method mentioned in Windows Remote Desktop Access Ubuntu 12.04 installation VNC (Click here );
2. Go to the GNOME page, and go to system> preference> desktop sharing in the upper left corner.
The protocol we share is rdp, so we need to install this. Open the terminal: install it in sequence
Sudoapt-get install xrdp
Sudoapt-get install vnc4server tightvncserver
After the installation is complete, run the following command (this command is used because the gnome Desktop is installed. Multiple table managers, unity and GNOME, exist in ubuntu12.04 at the same time. You need to specify one at startup, otherwise, even after the remote login verification is successful, it is only the background and nothing else)
Cd/home/youruser (youruser is the user name of everyone)
Echo "gnome-session -- session = ubuntu-2d">. xsession
Sudo/etc/init. d/xrdp restart
3. run Windows mstsc
Remote success.