<?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>A glass case of thoughts</title>
	<atom:link href="http://jyotsna.philogy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jyotsna.philogy.com</link>
	<description>Brain munch illustrated</description>
	<lastBuildDate>Wed, 24 Mar 2010 05:49:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Brain munch: Money</title>
		<link>http://jyotsna.philogy.com/2010/03/brain-munch-money/</link>
		<comments>http://jyotsna.philogy.com/2010/03/brain-munch-money/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 06:17:34 +0000</pubDate>
		<dc:creator>Jyotsna</dc:creator>
				<category><![CDATA[Brain Munch]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[money]]></category>

		<guid isPermaLink="false">http://jyotsna.philogy.com/2010/03/brain-munch-money/</guid>
		<description><![CDATA[Money is a toy introduced by mankind for mankind to be engaged for lifetime.
]]></description>
			<content:encoded><![CDATA[<p>Money is a toy introduced by mankind for mankind to be engaged for lifetime.</p>
]]></content:encoded>
			<wfw:commentRss>http://jyotsna.philogy.com/2010/03/brain-munch-money/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS: How to map a domain name to a web site</title>
		<link>http://jyotsna.philogy.com/2010/01/iis-how-to-map-a-domain-name-to-a-web-site/</link>
		<comments>http://jyotsna.philogy.com/2010/01/iis-how-to-map-a-domain-name-to-a-web-site/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 12:40:46 +0000</pubDate>
		<dc:creator>Jyotsna</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[domain name IIS]]></category>
		<category><![CDATA[map domain name IIS]]></category>
		<category><![CDATA[map domain name to IIS web site]]></category>

		<guid isPermaLink="false">http://jyotsna.philogy.com/?p=403</guid>
		<description><![CDATA[This post explains how to map domain names with IIS web site
Assumptions:

We have IIS hosted on a server with static IP and internet access (:&#124;)
We own a public domain name (:&#124;) which is to be mapped (:&#124;)
IIS version 5.1 and above

For demo, I am assuming following values

server IP address : 222.222.222.222
public domain name to be [...]]]></description>
			<content:encoded><![CDATA[<p>This post explains how to map domain names with IIS web site</p>
<p><strong>Assumptions:</strong></p>
<ul>
<li>We have IIS hosted on a server with static IP and internet access (:|)</li>
<li>We own a public domain name (:|) which is to be mapped (:|)</li>
<li>IIS version 5.1 and above</li>
</ul>
<p>For demo, I am assuming following values</p>
<ul>
<li>server IP address : 222.222.222.222</li>
<li>public domain name to be mapped: map.jyotsna.com</li>
</ul>
<p>Please note that these values are for demostration purpose only. I, in no way, own these.</p>
<p><strong>To do:</strong></p>
<ol>
<li>Add and &#8216;A&#8217; record to your DNS settings with value = IP of server. So my &#8220;A&#8221; record for jyotsna.com has value = 222.222.222.222</li>
<li>Create a web site in IIS &#8211; is needed. For demostration, I am going to use &#8220;Default Web Site&#8221;</li>
<li>Right click the concerned web site -> properties. In the &#8220;Web Site&#8221; tab, click on &#8220;Advanced&#8221; button.
<p><img src="http://jyotsna.philogy.com/wp-content/uploads/2010/01/website.JPG" alt="website" title="website" width="472" height="458" class="alignnone size-full wp-image-405" /></li>
<li>In &#8220;Multiple identities for this Web Site&#8221; section, click &#8220;Add&#8221; button.
<p><img src="http://jyotsna.philogy.com/wp-content/uploads/2010/01/Advanced.JPG" alt="Advanced" title="Advanced" width="452" height="405" class="alignnone size-full wp-image-407" /></li>
<li>You now need to mention three values<br />
<img src="http://jyotsna.philogy.com/wp-content/uploads/2010/01/Add.JPG" alt="Add" title="Add" width="335" height="201" class="alignnone size-full wp-image-406" /></li>
<ul>
<li><strong>IP Address</strong> &#8211; this is IP address of the server. In my case it will be 222.222.222.222</li>
<li><strong>TCP port</strong> &#8211; I want this website to be available on map.jyotsna.com irrespective of the actual IIS port assigned to &#8220;Default web site&#8221;. Hence I am going to specify 80. If I wanted the site to be available on map.jyotsna.com:666, I would have specified 666 as this value.</li>
<li><strong>Host Header Name</strong> &#8211; map.jyotsna.com</li>
</ul>
<li>Click on OK/ Apply to close all windows. There is <strong>NO NEED</strong> to restart IIS to reflect the changes.</li>
</ol>
<p><strong>Related articles:</strong></p>
<ol>
<li><a href="http://jyotsna.philogy.com/2009/04/iis-setting-default-virtual-directory-for-your-website/">Setting default virtual directory for your website</a> </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://jyotsna.philogy.com/2010/01/iis-how-to-map-a-domain-name-to-a-web-site/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>tortoise SVN: Copy a SVN bound directory to another repository</title>
		<link>http://jyotsna.philogy.com/2009/11/tortoise-svn-copy-a-svn-bound-directory-to-another-repository/</link>
		<comments>http://jyotsna.philogy.com/2009/11/tortoise-svn-copy-a-svn-bound-directory-to-another-repository/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 12:54:39 +0000</pubDate>
		<dc:creator>Jyotsna</dc:creator>
				<category><![CDATA[SVN]]></category>
		<category><![CDATA[copy svn directory]]></category>
		<category><![CDATA[svn directory replicate]]></category>
		<category><![CDATA[tortoise svn]]></category>
		<category><![CDATA[tortoiseSVN]]></category>

		<guid isPermaLink="false">http://jyotsna.philogy.com/?p=397</guid>
		<description><![CDATA[This post explains the simplest way to copy a SVN bound directory from one repository to another repository]]></description>
			<content:encoded><![CDATA[<p>Task at hand:<br />
Copy a directory from within one SVN repository to another </p>
<p>Assumptions:<br />
- Tortoise SVN as SVN client<br />
- The two SVN repositories &#8211; being copied from and being copied to already exist </p>
<p>Steps:<br />
1. Right click SVN bound directory that you with to copy. Choose tortoise SVN -> Export.<br />
2. Specify path to an empty folder e.g. &#8220;c:\to_add&#8221;. Click on OK.<br />
3. Now you have the SVN bound directory contents in this new directory &#8220;to_add&#8221;.<br />
4. Right click on &#8220;to_add&#8221; and choose tortoise svn -> add<br />
5. Specify path to the new repository and location inside it.<br />
6. Right click on &#8220;to_add&#8221; and choose SVN Commit to make your changes permanent.</p>
<p>Voila !! You are done.</p>
]]></content:encoded>
			<wfw:commentRss>http://jyotsna.philogy.com/2009/11/tortoise-svn-copy-a-svn-bound-directory-to-another-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brain munch: Crowd</title>
		<link>http://jyotsna.philogy.com/2009/07/brain-munch-crowd/</link>
		<comments>http://jyotsna.philogy.com/2009/07/brain-munch-crowd/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 05:51:49 +0000</pubDate>
		<dc:creator>Jyotsna</dc:creator>
				<category><![CDATA[Brain Munch]]></category>
		<category><![CDATA[crowd]]></category>
		<category><![CDATA[quote]]></category>
		<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://jyotsna.philogy.com/?p=375</guid>
		<description><![CDATA[Crowd is gathering of people who think feeling lonely with other people is better than feeling lonely alone !
]]></description>
			<content:encoded><![CDATA[<p>Crowd is gathering of people who think feeling lonely with other people is better than feeling lonely alone !</p>
]]></content:encoded>
			<wfw:commentRss>http://jyotsna.philogy.com/2009/07/brain-munch-crowd/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Brain munch: Impression</title>
		<link>http://jyotsna.philogy.com/2009/06/brain-munch-impression/</link>
		<comments>http://jyotsna.philogy.com/2009/06/brain-munch-impression/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 05:36:35 +0000</pubDate>
		<dc:creator>Jyotsna</dc:creator>
				<category><![CDATA[Brain Munch]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[quote]]></category>
		<category><![CDATA[words]]></category>

		<guid isPermaLink="false">http://jyotsna.philogy.com/?p=362</guid>
		<description><![CDATA[If only people could be themselves all the time with all the people and let others be , I wonder if this word would have been found !
]]></description>
			<content:encoded><![CDATA[<p>If only people could be themselves all the time with all the people and let others be , I wonder if this word would have been found !</p>
]]></content:encoded>
			<wfw:commentRss>http://jyotsna.philogy.com/2009/06/brain-munch-impression/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Brain munch: nostalgia</title>
		<link>http://jyotsna.philogy.com/2009/06/brain-munch-nostalgia/</link>
		<comments>http://jyotsna.philogy.com/2009/06/brain-munch-nostalgia/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 07:02:34 +0000</pubDate>
		<dc:creator>Jyotsna</dc:creator>
				<category><![CDATA[Brain Munch]]></category>
		<category><![CDATA[nostalgia]]></category>

		<guid isPermaLink="false">http://jyotsna.philogy.com/?p=359</guid>
		<description><![CDATA[Now can you define something like this without having felt it !
http://jyotsnasonawane.spaces.live.com/
]]></description>
			<content:encoded><![CDATA[<p>Now can you define something like this without having felt it !</p>
<p>http://jyotsnasonawane.spaces.live.com/</p>
]]></content:encoded>
			<wfw:commentRss>http://jyotsna.philogy.com/2009/06/brain-munch-nostalgia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brain munch: Strategy building</title>
		<link>http://jyotsna.philogy.com/2009/06/brain-munch-strategy-building/</link>
		<comments>http://jyotsna.philogy.com/2009/06/brain-munch-strategy-building/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 13:37:59 +0000</pubDate>
		<dc:creator>Jyotsna</dc:creator>
				<category><![CDATA[Brain Munch]]></category>
		<category><![CDATA[strategy]]></category>

		<guid isPermaLink="false">http://jyotsna.philogy.com/?p=353</guid>
		<description><![CDATA[Came across this image somewhere .. convinces me for strategy building requires facts at hand &#8211; facts that derive from a deep and careful study + observation. Must be a patience testing one &#8211; though was never convinced that managers are patient enough.

]]></description>
			<content:encoded><![CDATA[<p>Came across this image somewhere .. convinces me for strategy building requires facts at hand &#8211; facts that derive from a deep and careful study + observation. Must be a patience testing one &#8211; though was never convinced that managers are patient enough.</p>
<p><img src="http://jyotsna.philogy.com/wp-content/uploads/2009/06/n767764652_1238952_8545.jpg" alt="n767764652_1238952_8545" title="n767764652_1238952_8545" width="604" height="432" class="alignnone size-full wp-image-355" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jyotsna.philogy.com/2009/06/brain-munch-strategy-building/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Brain munch: Alcohol by definition</title>
		<link>http://jyotsna.philogy.com/2009/05/brain-munch-alcohol-by-definition/</link>
		<comments>http://jyotsna.philogy.com/2009/05/brain-munch-alcohol-by-definition/#comments</comments>
		<pubDate>Tue, 26 May 2009 05:26:47 +0000</pubDate>
		<dc:creator>Jyotsna</dc:creator>
				<category><![CDATA[Brain Munch]]></category>
		<category><![CDATA[alcohol definition]]></category>
		<category><![CDATA[HHGTTG]]></category>

		<guid isPermaLink="false">http://jyotsna.philogy.com/?p=345</guid>
		<description><![CDATA[I find this the most sensible of definitions of alcohol
- which you may not agree to .. or may agree to when totally out of senses

Colourless volatile liquid formed by the fermentation of sugars and also notes its 
intoxicating effect of certain carbon based life forms.

Source: Encyclopedia galactica (HHGTTG)
Suprisingly, as HHGTTG says, definitions in almost [...]]]></description>
			<content:encoded><![CDATA[<p>I find this the most sensible of definitions of alcohol<br />
- which you may not agree to .. or may agree to when totally out of senses</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">Colourless volatile liquid formed by the fermentation of sugars and also notes its 
intoxicating effect of certain carbon based life forms.</pre></div></div>

<p>Source: Encyclopedia galactica (HHGTTG)</p>
<p>Suprisingly, as HHGTTG says, definitions in almost all dictionaries available on earth are mind-blogglingly dull.</p>
]]></content:encoded>
			<wfw:commentRss>http://jyotsna.philogy.com/2009/05/brain-munch-alcohol-by-definition/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What to do : When your SVN client saves a wrong password -&gt; Make it forget it</title>
		<link>http://jyotsna.philogy.com/2009/05/what-to-do-when-your-svn-client-saves-a-wrong-password/</link>
		<comments>http://jyotsna.philogy.com/2009/05/what-to-do-when-your-svn-client-saves-a-wrong-password/#comments</comments>
		<pubDate>Wed, 13 May 2009 06:30:58 +0000</pubDate>
		<dc:creator>Jyotsna</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[make tortoise svn forget password]]></category>
		<category><![CDATA[putty session forget password]]></category>
		<category><![CDATA[svn client save wrong password]]></category>

		<guid isPermaLink="false">http://jyotsna.philogy.com/?p=308</guid>
		<description><![CDATA[Applies to:
Any SVN client using putty to connect to SVN server. For e.g. tortoise SVN
Who is this post for?
This post is for anyone who wants SVN client and server to forget currently configured password
Steps to follow

Know your repository URL
For this you should be using tortoise SVN repo-browser and check out the URL. In my case, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Applies to:</strong><br />
Any SVN client using putty to connect to SVN server. For e.g. tortoise SVN</p>
<p><strong>Who is this post for?</strong><br />
This post is for anyone who wants SVN client and server to forget currently configured password</p>
<p><strong>Steps to follow</strong></p>
<ol>
<li>Know your repository URL<br />
For this you should be using tortoise SVN repo-browser and check out the URL. In my case, it looks like</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">svn+ssh://jyotsnas@visharad/svnRepos/travel_broker</pre></div></div>

<p>This tells me following</p>
<ul>
<li>linux username being used is jyotsnas</li>
<li>the svn server is named as visharad</li>
<li>Probably all SVN repositories are located under /var/svnRepos</li>
</ul>
</li>
<li>Now that we know the servername, in this case &#8216;visharad&#8217;, open putty. Under saved sessions list, you should find your server name. Refer to following screenshot for the same<br />
<br/><br />
<div id="attachment_318" class="wp-caption alignnone" style="width: 466px"><img src="http://jyotsna.philogy.com/wp-content/uploads/2009/05/putty-visharad.jpg" alt="visharad in saved sessions of putty" title="putty-visharad" width="456" height="435" class="size-full wp-image-318" /><p class="wp-caption-text">visharad in saved sessions of putty</p></div>
</li>
<li>
Click on Load button so that we can find out more. Putty looks like following when I clicked Load<br />
<br/><br />
<div id="attachment_319" class="wp-caption alignnone" style="width: 466px"><img src="http://jyotsna.philogy.com/wp-content/uploads/2009/05/putty-visharad-loaded.jpg" alt="visharad session loaded in putty" title="putty-visharad-loaded" width="456" height="435" class="size-full wp-image-319" /><p class="wp-caption-text">visharad session loaded in putty</p></div></p>
<p>Looking at this I have more concrete information about server i.e. Host name/IP : 192.168.1.50
</li>
<li>
Let&#8217;s move to the SSH->Auth in left tree structure &#8211;<br />
<br/><br />
<div id="attachment_320" class="wp-caption alignnone" style="width: 466px"><img src="http://jyotsna.philogy.com/wp-content/uploads/2009/05/putty-visharad-ssh-auth.jpg" alt="visharad ssh auth settings in putty" title="putty-visharad-ssh-auth" width="456" height="435" class="size-full wp-image-320" /><p class="wp-caption-text">visharad ssh auth settings in putty</p></div></p>
<p>This screen tells me a path to a private key file on my machine.</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">F:\Jyotsna\SVN sessions\visharad.ppk</pre></div></div>

<p>Delete this path from the text box.
</li>
<li>
Go back to sessions in left tree and click on <b>save</b>.</p>
<p>When you delete this path, putty is going to forget the password to be used. Since tortoise SVN uses putty in turn to connect to server, it will forget it too. And that is it.
</li>
</ol>
<p><strong>Questions you might have</strong></p>
<ol>
<li>Why should I not delete the session instead of the private key file path?<br />
<br/></p>
<p>In cases like mine, visharad name was given to a machine with IP 192.168.1.50. If I had deleted the session, I would have have to relocate all the SVN repositories already checked out on my machine so that the new URL contains 192.168.1.50 instead of visharad. Not deleting the session saves this hassel of mine and still make tortoise svn not use the remembered password.</P>
</li>
<li>How can I make tortoise SVN remember a new password?
<p>Just refer to this <a href="http://jyotsna.philogy.com/2008/12/how-to-make-svn-remember-password/">link</a> for the instructions</p>
</li>
</ol>
<p><strong>Related posts</strong></p>
<ul>
<li><a href="http://jyotsna.philogy.com/2008/12/how-to-make-svn-remember-password/">How to make SVN remember password</a></li>
<li><a href="http://jyotsna.philogy.com/2009/02/linux-how-to-replicate-svn-repository/">linux how to: replicate svn repository</a></li>
<li><a href="http://jyotsna.philogy.com/2008/12/linux-create-svn-repository/">linux: create svn repository</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jyotsna.philogy.com/2009/05/what-to-do-when-your-svn-client-saves-a-wrong-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS: Setting default virtual directory for your website</title>
		<link>http://jyotsna.philogy.com/2009/04/iis-setting-default-virtual-directory-for-your-website/</link>
		<comments>http://jyotsna.philogy.com/2009/04/iis-setting-default-virtual-directory-for-your-website/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 07:18:32 +0000</pubDate>
		<dc:creator>Jyotsna</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[default virtual directory in IIS]]></category>
		<category><![CDATA[website redirect virtual directory]]></category>

		<guid isPermaLink="false">http://jyotsna.philogy.com/?p=295</guid>
		<description><![CDATA[Go to the website properties for which you want to set the default virtual directory -> Home directory. Set parameters as follows &#8211; Here the virtual directory I want to default to is named RoverService.

Related posts

IIS: How to map a domain name to a web site

]]></description>
			<content:encoded><![CDATA[<p>Go to the website properties for which you want to set the default virtual directory -> Home directory. Set parameters as follows &#8211; Here the virtual directory I want to default to is named RoverService.</p>
<p><img src="http://jyotsna.philogy.com/wp-content/uploads/2009/04/default_website_properties.jpg" alt="default_website_properties" title="default_website_properties" class="alignnone size-full wp-image-255" /></p>
<p><strong>Related posts</strong></p>
<ol>
<li><a href="http://jyotsna.philogy.com/2010/01/iis-how-to-map-a-domain-name-to-a-web-site/">IIS: How to map a domain name to a web site</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://jyotsna.philogy.com/2009/04/iis-setting-default-virtual-directory-for-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
