• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Is there a program like VNC for linux?

Paulson

Elite Member
I really liked VNC for windows because I could remotely access my server and stuff, but now I can't and I want to be able to remotely administer mandrake 8.1 (telnet isn't an option because I'm not smart enough to work from the command line...)

Any suggestions?
 
If I'm not mistaken, VNC will run on almost any operating system. At least that's what the screenshots on its web site show.
 
vnc will definately run on linux. mandrake includes the rpm's for it.

i personally prefer to ssh into my linux box, and use Exceed 7.0 to handle
x windows on ms windows. here's the process for me:

start exceed locally

ssh <blah>
login/pass
bash$ export DISPLAY=<my.ip>:0
bash$ <run whatever app and it will show up on my desktop>

i know w/ kde you can set up exceed so that it will poll the entire desktop
(XDMCP query). doesnt' seem to work quite rite when using blackbox.
 
Back
Top