Possible Duplicate:
linux-Remote desktop

How to enable the remote desktop in a Red Hat system?

link|improve this question
stackoverflow.com/faq – skaffman Dec 6 '10 at 11:49
This would fit better at superuser.com – Piskvor Dec 6 '10 at 11:54
@Arjan: Sorry, voted to migrate & didn't realize my comment could trigger a re-post by the OP. I'll be more careful next time :) – Piskvor Dec 6 '10 at 12:09
@Karthick (and all), if you followed your two similar posts here from Stack Overflow, then consider voting for a feature request that might make things more clear: Please make it more obvious when a post is migrated – Arjan Dec 6 '10 at 12:29
1  
Help! I'm caught in an infinite recurisve loop! Both this question, and the other question it links to as a duplicate, are closed as duplicates of each other. WHAT??? – Ogre Psalm33 Jun 15 '11 at 13:40
show 2 more comments
feedback

migrated from stackoverflow.com Dec 6 '10 at 11:57

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by Sathya, harrymc, Diago Dec 7 '10 at 10:07

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

4 Answers

Afaik, every implementation is WM-dependent, but you may take a look at x11vnc

link|improve this answer
feedback

vncviewer is the solution. you can see if it is installed by

$rpm -q vncviewer

if it is installed then you can share desktop by

$vncviewer <other computer ip>

it it is not installed then you need install it, this may help you- http://www.linuxforums.org/forum/linux-tutorials-howtos-reference-material/971-installing-running-vnc-redhat-rpm-linux.html

link|improve this answer
feedback

You can set up "remote desktop" feature on Linux using VNC. Part 2 and 3 in http://fclose.com/b/638/ introduce how to use VNC in a SSH tunnel. You can also use it directly.

You can install VNC server and viewer by

# yum install vnc vnc-server

or

# yum install tigervnc-server tigervnc
link|improve this answer
feedback

Use rdesktop command. If you can find it install the package.

link|improve this answer
feedback