Linux-Noob Forums

Full Version: VNC in Fedora 11
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

if you use vncviewer and vncserver a lot you may be wondering where they are in Fedora 11, well they are now known as tigervnc, tightvnc which was a fork of realvnc is now renamed to tigervnc.

 

 

So if you want vncserver as root do this:

 



Code:
yum install tigervnc-server




 

and for vncviewer

 



Code:
yum install vnc




 

ok now you know how to vnc in Fedora 11, how about doing vnc over ssh to make it more secure !

 

cheers

anyweb