Sunday, 4 December 2016

How to make a remote desktop connection in linux

How to make a remote desktop connection in linux
















Making a remote desktop connection inwindows is really easy, you just need to open up run, type in mstsc , entering the ip of the remote host and click connect.
But how to make a remote desktopconnection in linux?
Firstly you need to install rdesktop. Open up terminal and type the following:
sudo apt-get install rdesktop

Available link for download