Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1140  / 1 Year ago, thu, march 23, 2023, 12:39:33

My basic desktop PC uses Ubuntu 12.04. However for work I need a few programs (like Hec-Ras) that I didn't succeed to run trough wine or play on linux.



I thought of easy solution: to connect Windows PC in graphical mode. I can succeed with it using TeamViewer, however I'd like to connect trough my local network. How do I achieve that?



Thanks in advance,



Misery


More From » 12.04

 Answers
2

You can just use Teamviewer for Linux if you are familiar with it.



Otherwise you have 2 options, RDP or VNC.



RDP is windows Remote desktop sharing and there are linux clients for it like rdesktop. Advantage of RDP is windows side setup is relatively easier.



Install the rdesktop package, then from a terminal window use the following command line:



rdesktop -u REMOTE_USER_NAME -g 1024x768 REMOTE_HOST


It opens a remote session for the REMOTE_USER_NAME on the REMOTE_HOST. The screen (window) resolution is set through the -g parameter.



VNC is more well known on Linux. There are several servers you can use on Windows(UltraVNC is one that I have some experience with) to share your desktop and then connect using the inbuild VNC client in Ubuntu.


[#34748] Friday, March 24, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
anxietunnel

Total Points: 66
Total Questions: 120
Total Answers: 115

Location: Norway
Member since Sat, Mar 4, 2023
1 Year ago
;