I have Windows 10 machine and I need to run some tasks, actually compile tex documents, on a remote Ubuntu machine. This is my wife's machine and I want her to be able to work on her machine along with me. Is it possible? How?
Asked
Active
Viewed 125 times
1
sshd
on the Linux machine (sudo apt-get install openssh-server
), and download putty on your Windows box fromwww.putty.org
. If you need a GUI, you might installrdp
on Linux (sudo apt-get install xrdp
), configure and connect via rdp from Windows. – ridgy Jan 31 '17 at 16:08