<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>$®¢: Shauvik’s Weblog</title>
	<atom:link href="http://shauvik.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://shauvik.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 02 Apr 2010 21:22:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Back to blogging</title>
		<link>http://shauvik.com/blog/back-to-blogging</link>
		<comments>http://shauvik.com/blog/back-to-blogging#comments</comments>
		<pubDate>Fri, 02 Apr 2010 21:19:55 +0000</pubDate>
		<dc:creator>shauvik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shauvik.com/blog/?p=235</guid>
		<description><![CDATA[Hi All, Its been a while since i made a post to this blog. I have mainly been micro-blogging on twitter (@shauvik) and google buzz (shauvik). From now on, I am considering posting reviews of technical papers and tools that i use to this blog. So, stay tuned]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>Its been a while since i made a post to this blog. I have mainly been micro-blogging on twitter (@shauvik) and google buzz (shauvik).<br />
From now on, I am considering posting reviews of technical papers and tools that i use to this blog.</p>
<p>So, stay tuned <img src='http://shauvik.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://shauvik.com/blog/back-to-blogging/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Barcamp Atlanta 3</title>
		<link>http://shauvik.com/blog/barcamp-atlanta-3</link>
		<comments>http://shauvik.com/blog/barcamp-atlanta-3#comments</comments>
		<pubDate>Fri, 23 Oct 2009 03:33:38 +0000</pubDate>
		<dc:creator>shauvik</dc:creator>
				<category><![CDATA[Social]]></category>

		<guid isPermaLink="false">http://shauvik.com/blog/?p=206</guid>
		<description><![CDATA[Barcamp Atlanta is tomorrow ! http://www.meetup.com/BarCamp-Atlanta/ Tentative schedule: Friday 23rd Oct: 6pm &#8211; Registrations begin 7:30 to midnight &#8211; sessions night &#8211; camp out with geeks (games/discussions/movies/food/beer) Saturday 24th Oct: morning &#8211; breakfast sessions restart and continue till evening. BarCamp was mentioned at the Fun in Atlanta lecture. For those who don&#8217;t remember, Barcamp is [...]]]></description>
			<content:encoded><![CDATA[<p>Barcamp Atlanta is tomorrow !<br />
<a href="http://www.meetup.com/BarCamp-Atlanta/">http://www.meetup.com/BarCamp-Atlanta/</a></p>
<p>Tentative schedule:</p>
<p>Friday 23rd Oct:<br />
 6pm &#8211; Registrations begin<br />
 7:30 to midnight &#8211; sessions<br />
 night &#8211; camp out with geeks (games/discussions/movies/food/beer)</p>
<p>Saturday 24th Oct:<br />
 morning &#8211; breakfast<br />
 sessions restart and continue till evening.</p>
<p>BarCamp was mentioned at the Fun in Atlanta lecture.<br />
For those who don&#8217;t remember, Barcamp is an un-conference i.e. an adhoc gathering where everyone (generally) talks on something cool. The sessions are more dynamic and topics range from product/start-up demos, software tutorials, general discussions, how-tos etc. And ofcourse it&#8217;s not compulsory to stay all time, but believe me you&#8217;d want to! Be prepared to talk about some cool stuff you&#8217;d like to talk about or to volunteer (Without talks, barcamp isn&#8217;t fun !)</p>
<p>It is a free event but don&#8217;t forget to RSVP at this link:<br />
<a href="http://www.meetup.com/BarCamp-Atlanta/calendar/11158798/">http://www.meetup.com/BarCamp-Atlanta/calendar/11158798/</a></p>
<p>Last year i got a chance to have some liquid nitrogen ice-cream that was made infront of me, learnt poker and some cool more stuff, gave 2 talks (web security, beagleboard) etc. The year before that i got a chance to see the olpc, learnt about firefox 3 (which wasn&#8217;t released then) from mozilla developers and saw videos from people working in the commercial space industry (again this time !), gave a talk on code coverage.</p>
<p>You can check this for an intro on barcamp-atlanta &#8217;07.<br />
<a href="http://www.slideshare.net/shauvik/barcamp-atlanta-2007">http://www.slideshare.net/shauvik/barcamp-atlanta-2007</a></p>
]]></content:encoded>
			<wfw:commentRss>http://shauvik.com/blog/barcamp-atlanta-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash goodness</title>
		<link>http://shauvik.com/blog/bash-goodness</link>
		<comments>http://shauvik.com/blog/bash-goodness#comments</comments>
		<pubDate>Thu, 15 Jan 2009 20:12:45 +0000</pubDate>
		<dc:creator>shauvik</dc:creator>
				<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://shauvik.com/blog/?p=155</guid>
		<description><![CDATA[Yesterday, I was trying to get the running time of a program. time gives you only limited precision (second level (with 2 decimal digits)) So, i wrote up this script to do find the running time in bash: #Find the runtime of program wget for i in {1..100} ; do s=`date +A%S*1000000000+A%N`; start=$((`echo $s &#124; [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, I was trying to get the running time of a program. time gives you only limited precision (second level (with 2 decimal digits))<br />
So, i wrote up this script to do find the running time in bash:</p>
<pre name="code" class="py">#Find the runtime of program wget
for i in {1..100} ;
do
s=`date +A%S*1000000000+A%N`;
start=$((`echo $s | sed 's/A0*//g'`));
#Have to do this hack as every number that starts with a zero is considered as octal by bash.
wget -q http://site.com -Y on;
e=`date +A%S*1000000000+A%N`;
end=$((`echo $e | sed 's/A0*//g'`));
echo $(($end-$start));
done</pre>
]]></content:encoded>
			<wfw:commentRss>http://shauvik.com/blog/bash-goodness/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Info Sec graduation ceremony &#8211; Fall 2008</title>
		<link>http://shauvik.com/blog/ms-info-sec-graduation-ceremony-fall-2008</link>
		<comments>http://shauvik.com/blog/ms-info-sec-graduation-ceremony-fall-2008#comments</comments>
		<pubDate>Sat, 20 Dec 2008 18:39:15 +0000</pubDate>
		<dc:creator>shauvik</dc:creator>
				<category><![CDATA[Social]]></category>

		<guid isPermaLink="false">http://shauvik.com/blog/2008/12/20/ms-info-sec-graduation-ceremony-fall-2008/</guid>
		<description><![CDATA[Here is the video of the MS info sec students from my batch who graduated this semester. Most of the indian names were as usual spelt incorrectly]]></description>
			<content:encoded><![CDATA[<p><embed id="VideoPlayback" src="http://video.google.com/googleplayer.swf?docid=-4197144706731407803&amp;hl=en&amp;fs=true" style="width: 400px; height: 326px;" allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash"></p>
<p>Here is the video of the MS info sec students from my batch who graduated this semester.<br />
Most of the indian names were as usual spelt incorrectly <img src='http://shauvik.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://shauvik.com/blog/ms-info-sec-graduation-ceremony-fall-2008/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Firefox/Flock for Google Chrome like features.</title>
		<link>http://shauvik.com/blog/using-firefoxflock-for-google-chrome-like-features</link>
		<comments>http://shauvik.com/blog/using-firefoxflock-for-google-chrome-like-features#comments</comments>
		<pubDate>Thu, 27 Nov 2008 22:59:03 +0000</pubDate>
		<dc:creator>shauvik</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flock]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[incongnito]]></category>
		<category><![CDATA[isolate]]></category>

		<guid isPermaLink="false">http://shauvik.com/blog/2008/11/27/using-firefoxflock-for-google-chrome-like-features/</guid>
		<description><![CDATA[I&#8217;ve been a Firefox user from 5 years and i have preferred it over other browsers. Recently i have also been trying Chrome and the Firefox based Flock browser. Chrome is a new browser with loads of new features and this blog post is about how to achieve some of those things using Firefox. The [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been a Firefox user from 5 years and i have preferred it over other browsers. Recently i have also been trying Chrome and the Firefox based Flock browser.</p>
<p>Chrome is a new browser with loads of new features and this blog post is about how to achieve some of those things using Firefox.</p>
<p>The Firefox <a href="http://support.mozilla.com/en-US/kb/Managing+profiles">ProfileManager</a> provides a way to maintain many profiles and keep their settings separate. This feature can be used for getting most of the chrome-like features.<a title="Firefox Profiles" href="http://www.flickr.com/photos/58838190@N00/3063803093/"><br />
</a></p>
<div style="margin-left: 40px;"><span class="mh-hyperlinked"><a href='http://mailhide.recaptcha.net/d?k=01t4gsVzd9A80ILxpcwtrA4g==&c=3zBoYef3vLrY2mQwGvi4OMpjUogT348qFAZEohkiTZnrfF1El2__zzJ53vH7p6SoQpYtFHalpjAcQPecl0CYvg==' onclick="window.open('http://mailhide.recaptcha.net/d?k=01t4gsVzd9A80ILxpcwtrA4g==&amp;c=3zBoYef3vLrY2mQwGvi4OMpjUogT348qFAZEohkiTZnrfF1El2__zzJ53vH7p6SoQpYtFHalpjAcQPecl0CYvg==', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;"><img src="http://static.flickr.com/3199/3063803093_39c59445f7_m.jpg" border="0" alt="" /></a></span></div>
<div style="margin-left: 40px;"></div>
<p><span style="font-weight: bold;">Creating a new profile:</span> Just start firefox with the <span style="font-style: italic;">-ProfileManager</span> flag and it would give you a dialog to manage profiles. When you have created a profile, just use <span style="font-style: italic;">-P &lt;profilename&gt;</span> to use that profile. Adding a <span style="font-style: italic;">-no-remote</span> flag allows firefox to run with multiple profiles.</p>
<ol>
<li><span style="font-weight: bold;">Application Shortcuts:</span> This chrome feature is not a big deal. You can do this by using a separate profile that has all toolbars hidden (for fullscreen effect).<br />
I have setup desktop/start menu shortcut for gmail (just like how chrome adds)<span class="mh-hyperlinked"><a href='http://mailhide.recaptcha.net/d?k=01t4gsVzd9A80ILxpcwtrA4g==&c=3zBoYef3vLrY2mQwGvi4OMpjUogT348qFAZEohkiTZmx6XknhVbHsFJvZwMj8mVLYkdeF28kUtmlTTm-A7pHgw==' onclick="window.open('http://mailhide.recaptcha.net/d?k=01t4gsVzd9A80ILxpcwtrA4g==&amp;c=3zBoYef3vLrY2mQwGvi4OMpjUogT348qFAZEohkiTZmx6XknhVbHsFJvZwMj8mVLYkdeF28kUtmlTTm-A7pHgw==', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;"> <img src="http://static.flickr.com/3062/3063797561_39426a321f_m.jpg" border="0" alt="" /></a></span></li>
<li><span style="font-weight: bold;">Web-Page Isolation:</span> Chrome starts a new process for every webpage. This feature prevents a crashed page(/plugin in a page) from crashing the browser.  I categorize sites as mainly work related (gmail, calendar, docs etc.) or social/information related (all other sites.). The main requirement for me is to isolate these 2 groups.(esp. my email/gmail from every other site)So, i use a separate profile for my gmail. And since firefox instances using other profiles don&#8217;t have a gmail session; my gmail is isolated from them.<a title="Gmail app - full screen" href="http://www.flickr.com/photos/58838190@N00/3064633546/"><br />
<img src="http://static.flickr.com/3019/3064633546_f0713bc5d1_m.jpg" border="0" alt="" /><br />
</a></li>
<li><span style="font-weight: bold;">Incognito mode: </span>This is an anonymous browsing feature in chrome used for private browsing. Again, you can setup a new profile in which history saving is turned off or turn on Private data clearing on browser close.<span class="mh-hyperlinked"><a href='http://mailhide.recaptcha.net/d?k=01t4gsVzd9A80ILxpcwtrA4g==&c=3zBoYef3vLrY2mQwGvi4OMpjUogT348qFAZEohkiTZn8jzgpVzgfsO2A1dihgugUgfb2rwXjG5k2pfRJaKb3TQ==' onclick="window.open('http://mailhide.recaptcha.net/d?k=01t4gsVzd9A80ILxpcwtrA4g==&amp;c=3zBoYef3vLrY2mQwGvi4OMpjUogT348qFAZEohkiTZn8jzgpVzgfsO2A1dihgugUgfb2rwXjG5k2pfRJaKb3TQ==', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;"><img src="http://static.flickr.com/3287/3063784001_5c24d2330a_m.jpg" border="0" alt="" /></a></span><a title="Using Firefox profiles" href="http://www.flickr.com/photos/58838190@N00/3063797561/"><br />
</a></li>
</ol>
<p>@Readers: Please let me know any cool firefox hacks/shortcuts you know and i&#8217;ll post a link to them here.</p>
<div class="flockcredit" style="text-align: right; color: #CCC; font-size: x-small;">Blogged with the <a style="color: #999; font-weight: bold;" title="Flock Browser" href="http://www.flock.com/blogged-with-flock" target="_new">Flock Browser</a></div>
]]></content:encoded>
			<wfw:commentRss>http://shauvik.com/blog/using-firefoxflock-for-google-chrome-like-features/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Eclipse Ganymede</title>
		<link>http://shauvik.com/blog/eclipse-ganymede</link>
		<comments>http://shauvik.com/blog/eclipse-ganymede#comments</comments>
		<pubDate>Sat, 26 Jul 2008 22:38:31 +0000</pubDate>
		<dc:creator>shauvik</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://shauvik.com/blog/?p=8</guid>
		<description><![CDATA[The new Eclipse Ganymede is full of new features that make development very easy. In this blog item, i shall list some of the Ganymede features that bring value to my developement. Breadcrumb: The eclipse breadcrumb makes it easy to browse packages, classes and members. Different highlight colors for read and write occurrences of variables. [...]]]></description>
			<content:encoded><![CDATA[<p>The new Eclipse Ganymede is full of new features that make development very easy.</p>
<p>In this blog item, i shall list some of the Ganymede features that bring value to my developement.</p>
<ol>
<li><strong>Breadcrumb:</strong> The eclipse breadcrumb makes it easy to browse packages, classes and members.
<div id="attachment_15" class="wp-caption alignnone" style="width: 460px"><a href="http://shauvik.com/blog/wp-content/uploads/2008/07/breadcrumb.jpg"><img class="size-medium wp-image-15" title="eclipse-breadcrumb" src="http://shauvik.com/blog/wp-content/uploads/2008/07/breadcrumb-450x101.jpg" alt="Eclipse Breadcrumb" width="450" height="101" /></a></dt>
</dl>
</div>
<p><a href="http://shauvik.com/blog/wp-content/uploads/2008/07/breadcrumb.jpg"> </a></li>
<li><strong>Rich Hovers: </strong>The hovers on Datatypes, bean variables and debug variables shows a more detailed information in Ganymede.
<div class="mceTemp">
<dl id="attachment_33" class="wp-caption alignnone" style="width: 460px;">
<dt class="wp-caption-dt"><a href="http://shauvik.com/blog/wp-content/uploads/2008/08/hover_type.jpg"><img class="size-medium wp-image-33" title="hover_type" src="http://shauvik.com/blog/wp-content/uploads/2008/08/hover_type-450x206.jpg" alt="Javadoc hover on Datatypes" width="450" height="206" /></a><p class="wp-caption-text">Javadoc hover on Datatypes</p></div>
<div id="attachment_35" class="wp-caption alignnone" style="width: 311px"><a href="http://shauvik.com/blog/wp-content/uploads/2008/08/hover_var.jpg"><img class="size-medium wp-image-35" title="hover_var" src="http://shauvik.com/blog/wp-content/uploads/2008/08/hover_var.jpg" alt="Hover on bean variables" width="301" height="154" /></a><p class="wp-caption-text">Hover on bean variables</p></div>
<p><div id="attachment_34" class="wp-caption alignnone" style="width: 460px"><a href="http://shauvik.com/blog/wp-content/uploads/2008/08/hover_debug.jpg"><img class="size-medium wp-image-34" title="hover_debug" src="http://shauvik.com/blog/wp-content/uploads/2008/08/hover_debug-450x193.jpg" alt="Hover on variables in debug" width="450" height="193" /></a><p class="wp-caption-text">Hover on variables in debug</p></div></li>
<li>Different highlight colors for read and write occurrences of variables.</li>
<li></li>
<li><strong>Data Tools Platform (DTP):</strong> I used the Quantum eclipse plugin before for database access but it had some limitations and wasn&#8217;t very effective at certain times. (I&#8217;ve had problems exporting DDLs etc). But things seem to run a lot better with the Datatools project. Export to DDL is supported along with support to lots of databases and autocomplete in the sql editor.<br />
For more details on the datatools platform, read this article:<br />
<a href="http://www.vogella.de/articles/EclipseDataToolsPlatform/article.html" target="_blank">http://www.vogella.de/articles/EclipseDataToolsPlatform/article.html</a></li>
<li><strong>Web Tools Platform: </strong>I love the new Web Page Editor. It has a preview and WSIWYG type editing and a palette to drag-drop HTML objects. This makes creating mockups or HTMLs a lot faster inside eclipse. Earlier, i used dreamweaver and NVU to do all WSYWYG web page editing but now can do it inside eclipse.<br />
Also, the support for Javascript has been greatly improved. You can right click on any web project and add javascript support to make the .js files and javascript in JSPs/HTMLs to be editable with autocomplete and other features.<br />
Also worth mentioning are the improvements in the Server configuration. One can now have a new tomcat server downloaded and setup automatically. It also makes tomcat configuration so easy.</li>
<li><strong>UML2 tools:</strong> There is an improved support for UML in ganymede. I used it to make class and deployment diagrams and found it easy to use. It looks as a good alternative to ArgoUML and i am yet to explore all features in ganymede UML2 tools.<br />
For more on eclipse class diagrams read this article: <a href="http://www.vogella.de/articles/UML/article.html">http://www.vogella.de/articles/UML/article.html</a></li>
<li><strong>JavaScript Features:</strong> A new javascript IDE called JSDT has been included in ganymede. Also, the BIRT project contains a JS debugger which i am yet to try.</li>
</ol>
<p>Some of the features that seem interesting, but i haven&#8217;t got a chance to try them</p>
<ol>
<li>SQL Query builder : <a href="http://wiki.eclipse.org/SQL_Query_Builder_Component_API" target="_blank">http://wiki.eclipse.org/SQL_Query_Builder_Component_API</a></li>
<li>RAP &#8211; Rich Ajax Platform</li>
<li>Support for external class folders</li>
<li>Enhanced Error log view and filters</li>
<li>Plugin Spy &#8211; (http://www.eclipse.org/pde/incubator/spy/)</li>
<li>Eclipse Communication Framework &#8211; Shared editing and messaging with file transfer (<a href="http://www.infoq.com/news/2008/06/eclipse-ganymede-ecf" target="_blank">link</a>)</li>
</ol>
<p>Also check out the following articles  on Ganymede:<a href="http://www-128.ibm.com/developerworks/library/os-eclipse-ganymede/" target="_blank"></p>
<p>http://www-128.ibm.com/developerworks/library/os-eclipse-ganymede/</p>
<p></a><a href="http://xml.coverpages.org/EclipseGanymede2008.html" target="_blank">http://datacute.wordpress.com/2008/06/08/eclipse-ganymede-features/</p>
<p>http://xml.coverpages.org/EclipseGanymede2008.html</a></p>
<p><a href="http://eclipse.dzone.com/articles/eclipse-34-hidden-treasures" target="_blank">http://eclipse.dzone.com/articles/eclipse-34-hidden-treasures</a></p>
]]></content:encoded>
			<wfw:commentRss>http://shauvik.com/blog/eclipse-ganymede/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VNC over ssh</title>
		<link>http://shauvik.com/blog/vnc-over-ssh</link>
		<comments>http://shauvik.com/blog/vnc-over-ssh#comments</comments>
		<pubDate>Thu, 14 Feb 2008 08:28:17 +0000</pubDate>
		<dc:creator>shauvik</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://shauvik.com/blog/2008/02/14/vnc-over-ssh/</guid>
		<description><![CDATA[Here is what i do to connect to my remote ubuntu machine. The first step is to configure the ubuntu machine/server for remote desktop. This can be done by going to &#8220;System -&#62; Preferences -&#62; Remote Desktop&#8221; and setting the Remote Desktop Preferences to Sharing -&#62; Allow other users to view your desktop (Checked) Allow [...]]]></description>
			<content:encoded><![CDATA[<p>Here is what i do to connect to my remote ubuntu machine.</p>
<p>The first step is to configure the ubuntu machine/server for remote desktop.<br />
This can be done by going to &#8220;System -&gt; Preferences -&gt; Remote Desktop&#8221; and setting the Remote Desktop Preferences to</p>
<pre>
Sharing -&gt;
Allow other users to view your desktop (Checked)
Allow other users to control your desktop (Checked)</pre>
<pre>
Security -&gt;
Ask you for confirmation (Un-Checked)
Require the user to enter this password: (Checked)
Password: Specify the password</pre>
<p>Next download and install putty (executable file) and Ultr@VNC.<br />
You need to create a new Stored session in putty.<br />
just enter the login credentials and then select the category &#8220;Connections -&gt; SSH -&gt; Tunnels&#8221;<br />
Add a new forwarded port with the following:<br />
source port: 5900<br />
destination port: 127.0.0.1:5900<br />
5900 is the port on which VNC listens.<br />
<img src="http://shauvik.com/blog/wp-content/uploads/2008/02/putty.jpg" alt="Putty-VNC" height="436" width="456" /></p>
<p>I have written 2 batch scripts, one of which calls the other.<br />
vnc.bat</p>
<pre lang="winbatch">;Start vnc-local.bat in a minimized window
START /MIN vnc-local.bat
;Wait for userinput after login in putty
PAUSE
;Start vncviewer to connect to localhost
"C:\Program Files\UltraVNC\vncviewer.exe"  /64colors /connect localhost /autoscaling</pre>
<p>vnc-local.bat</p>
<pre lang="winbatch">;Start putty with the profile "Cheetah VNC"
"C:\Users\shauvik\Downloads\putty.exe" -load "Cheetah VNC"</pre>
<p>I run vnc.bat which opens putty with the Cheetah VNC profile to which i login. After login, i go to the batch window and hit a key to start the other script which loads the vncviewer.<br />
Somehow the /64colors option has no effect and hopefully i&#8217;ll figure it out someday.</p>
]]></content:encoded>
			<wfw:commentRss>http://shauvik.com/blog/vnc-over-ssh/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
