VNC, or Virtual Networked Computing, is a way of controlling a remote computer just as though you are sitting in front of it. In the Windows world it is also known as remote desktop but it's normally referred to as VNC in the Linux world. All that happens is that you connect using a VNC client to a remote computer running the VNC server, then an image of the remote desktop is transmitted to your local computer and you can see and control the desktop just as though you are there since all keyboard and mouse commands are sent from your client machine to the server.
Step:1: Installation
First check if you already have them installed on your system, open a terminal and type:
$ rpm -qa | grep vnc
vnc-server-4.1.2-9.el5
If you get an output something like this then you're all ready, if not you need to install them via yum.
Step 2 : Start the VNC server.
$ vncserver
......
New 'server:1 (user)' desktop is server:1
This will ask for password, you need to remember this password and need to provide it at the time of connecting to the server through VNC client.
Step 3 : Connecting from VNC client
From client run vncviewer (dont run remote desktop connection from winxp or win2003 .they are using different protocol.)
Tuesday, December 30, 2008
Quick and Easy VNC Server setup
In server enter : server:1
enter password: **********
And you will see the screen with one terminal open because by default vnc starts twm desktop.
For getting your gnome desktop
Go to folder /user/.vnc/ (user home directory) and open file xstartup using vi editor and uncomment or add the following lines
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
Restart the vncserver and connect to it using vncviewer, you should now see your default desktop, something like ..
Subscribe to:
Post Comments (Atom)
Linuxpoison Archive
-
▼
2009
(155)
-
►
June
(28)
- Mac4lin - Give that Mac OS X look to Linux
- Complete and Reliable Password Manager for OpenSuS...
- Hiding secret data into image and audio files (Ope...
- Archiving, Encryption and File split tool - PeaZip...
- DenyHosts Installation and Configuration on OpenSu...
- How to calculates CRC checksum and the byte count ...
- Block ssh brute force attack on OpenSuSe
- Searching files using catfish - OpenSuSe
- History of Unix-like operating systems showing Lin...
- Kool Ubuntu GDM Themes
- KDE desktop Blogging Client - KBlogger
- Twitter client for KDE 4.2 - KDEtwitter
- Microblogging client for Twitter, Jaiku, Facebook,...
- Front-end for the ClamAV antivirus toolkit - klama...
- How to disable loading of unnecessary kernel modul...
- Increase the booting speed of Fedora
- How to Edit PDF Files in Linux - PDFEdit
- Multimedia Support in Fedora 11
- How to Cut/Split Video using Avidemux
- Create Ubuntu packages (deb)
- Install MS True Type Fonts in Fedora
- Increasing Bugzilla attachment size & saving large...
- Squid Error : Name error: the domain name does not...
- How to list Open Files and Network Connections
- Linux Market Share Passes 2%
- Setting the SUID/SGID bits
- OpenSUSE 11.1: Documentations
- Secure alternative to telnet
-
►
May
(20)
- Philosophy of free software (Video) by Richard Sta...
- Reducing load on web server by using reverse proxy...
- Next Generation of the Fastest P2P Program - Frost...
- (R)ecovery (I)s (P)ossible Linux rescue system
- Download/Upload files from torrents/Rapidshare or ...
- Fighting Spam mails
- How to set Cron/At Access Control
- How to set Access/Restrictions on users logins
- How to allow access to the mail server by individu...
- Create Screencasts on OpenSuSe with recordMyDeskto...
- Transferring audio/video to iPod on OpenSuSe
- Deluge BitTorrent client - OpenSuSe
- Gmail Notifier - OpenSuSe
- Monitoring DNS server on OpenSuSe - dnstop
- Monitoring Bandwidth Usage - iftop
- Monitoring Apache Server on OpenSuSe - apachetop
-
►
June
(28)








0 comments:
Post a Comment