How to remote access Ubuntu machine from Windows machine !!!!!
Today I am going to describe about that How to make remote connect of Ubuntu machine by using windows MSTSC command.I will use xrdp for completing this task Step 1 > Open terminal and run below command. Sudo apt-get install xrdp Step 2 > Now run command Sudo apt-get install xfce4 after that run below command echo xfce4-session >~/.xsession After that restart xrdp service by using Sudo service xrdp restart Step 3 > Open RDP and type IP address of the ubuntu machine which you want to access. And Finally you have Desktop screen.