Use Windows RDP to connect to a Ubuntu host

Here is a quick tutorial on how to use Windows Remote Desktop to a Ubuntu host. Ubuntu setup: Open a terminal window on your Ubuntu host and install xrdp: apt-get install xrdp Lets set the RDP environment to use gnome echo “gnome-session –session=ubuntu-2d” > ~/.xsession Change the permissions to make it executable chmod 755 .xsession … Read more