<?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>Geek is a lifestyle &#187; Uncategorized</title>
	<atom:link href="http://blog.amanjain.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.amanjain.com</link>
	<description>Aman's Blog</description>
	<lastBuildDate>Wed, 06 Jan 2010 10:47:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>gnUnify 2009 &#8211; Ajax with PHP</title>
		<link>http://blog.amanjain.com/2009/02/gnunify-2009-my-talk-on-ajax-with-php/</link>
		<comments>http://blog.amanjain.com/2009/02/gnunify-2009-my-talk-on-ajax-with-php/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 11:06:47 +0000</pubDate>
		<dc:creator>Aman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.amanjain.com/?p=213</guid>
		<description><![CDATA[I gave a talk on ajax at gnunify&#8217;09. This is the slide I used to give the talk.


View more presentations from jainaman.


]]></description>
			<content:encoded><![CDATA[<p>I gave a talk on ajax at gnunify&#8217;09. This is the slide I used to give the talk.</p>
<div align="center">
<div style="width:425px;text-align:center" id="__ss_1027025"><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=ajax-1234603554874246-3&#038;stripped_title=ajax-1027025" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=ajax-1234603554874246-3&#038;stripped_title=ajax-1027025" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/jainaman">jainaman</a>.</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.amanjain.com/2009/02/gnunify-2009-my-talk-on-ajax-with-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Skipping pass phrase requirement while restarting a server</title>
		<link>http://blog.amanjain.com/2009/01/skipping-pass-phrase-requirement-while-restarting-a-server/</link>
		<comments>http://blog.amanjain.com/2009/01/skipping-pass-phrase-requirement-while-restarting-a-server/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 16:08:32 +0000</pubDate>
		<dc:creator>Aman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.amanjain.com/?p=194</guid>
		<description><![CDATA[There are a lot of times we need to write automated script which can start/restart a server when ever required. Or generally if we are restarting the server quite a lot of time (maybe for testing purpose), we are prompted to enter pass phrase if we have installed  libapache-mod-ssl and have configured with any one [...]]]></description>
			<content:encoded><![CDATA[<p>There are a lot of times we need to write automated script which can start/restart a server when ever required. Or generally if we are restarting the server quite a lot of time (maybe for testing purpose), we are prompted to enter pass phrase if we have installed  <span class="Apple-style-span" style="border-collapse: separate; color: #000000; font-family: 'times new roman'; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">libapache-mod-ssl<span class="Apple-converted-space"> </span></span>and have configured with any one of the domains on the server.</p>
<p>So, sometimes we feel the need of skipping the pass phrase prompt. Here is what we need to do:<br />
1. Remove the encryption from the RSA private key (we will also preserve the original file):<br />
<strong> $ cp server.key serverOld.key</strong><br />
<strong>$ openssl rsa -in serverOld.key -out server.key </strong><br />
2. We should make sure that server.key is only readable by root by:<br />
<strong> $ chmod 400 server.key </strong></p>
<p>After this we won&#8217;t be prompted for pass phrase every time we restart the server.<strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.amanjain.com/2009/01/skipping-pass-phrase-requirement-while-restarting-a-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
