On Fri, 2002-12-06 at 15:24, Bruce Douglas wrote:
> hi...
> 
> new to linux. i've configured a server with rh8.0. i'm curious as to how one
> might go about configuring/setting up the server so i can remotely access
> the server and display the kde/gnome desktop.
> 
> on windows, i can use the terminal server/client app to remotely access the
> desktop. is there a similar function/app available for linux that let's me
> do the same thing?
> 
> thanks...
> 
> Bruce
> [EMAIL PROTECTED]

If you are on a local/high speed subnet and are not using your Linux 
workstation for games or multimedia, then a very cheap and easy way 
is with vncserver.

use "up2date -i vncserver"
Then edit /etc/sysconfig/vncservers and add a line like:

        VNCSERVERS="0:username" 

to the end of it.

chkconfig --list | grep vncserver
modify as appropriate and then run "service vncserver start"

>From windows go download the vncviewer for windows from www.realvnc.org
and install it on your windows box.


If you are looking for a more scalable and robust windowing system
then use X-windows, but you will have to get an X windows client for
windows.  I recommend Exceed, but it is expensive.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to