Dear All, Now You Can Enable VNC Server/Viwer Without Installing It,Please Follow Below Steps
*1*.cd /etc/rc.d *2*.vi rc.local #!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own initialization stuff in here if you don't # want to do the full Sys V style init stuff. *su -prashant -c "vncserver" * <<<<========================== Enter This Entire Line touch /var/lock/subsys/local *3*.vncserver *4.*vi /root/.vnc *5.*vi xstartup *6.* #!/bin/sh # Uncomment the following two lines for normal desktop: # unset SESSION_MANAGER *exec /etc/X11/xinit/xinitrc* <<<<========================== Uncomment This Line *<192.168.1.25:1> * <<<<========================== Enter Your Linux Ip Followed By I:E :< 192.168.1.64:1> [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic & xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & twm & *7.*init q *You Are Done* -- Regards PRASHANT KOKATE Sent from Mumbai, MH, India [Non-text portions of this message have been removed]
