<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Developer</title>
	<atom:link href="http://pristinecode.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pristinecode.wordpress.com</link>
	<description>My travails in the software development world and all the scraps i pick up there</description>
	<lastBuildDate>Tue, 20 Apr 2010 12:45:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pristinecode.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Developer</title>
		<link>http://pristinecode.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pristinecode.wordpress.com/osd.xml" title="The Developer" />
	<atom:link rel='hub' href='http://pristinecode.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Starting JBoss with remote access enabled</title>
		<link>http://pristinecode.wordpress.com/2010/04/20/starting-jboss-with-remote-access-enabled/</link>
		<comments>http://pristinecode.wordpress.com/2010/04/20/starting-jboss-with-remote-access-enabled/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 12:45:48 +0000</pubDate>
		<dc:creator>strider</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pristinecode.wordpress.com/2010/04/20/starting-jboss-with-remote-access-enabled/</guid>
		<description><![CDATA[&#62;run.sh -b 0.0.0.0<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pristinecode.wordpress.com&amp;blog=1393162&amp;post=62&amp;subd=pristinecode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&gt;run.sh -b 0.0.0.0</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pristinecode.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pristinecode.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pristinecode.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pristinecode.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pristinecode.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pristinecode.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pristinecode.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pristinecode.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pristinecode.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pristinecode.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pristinecode.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pristinecode.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pristinecode.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pristinecode.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pristinecode.wordpress.com&amp;blog=1393162&amp;post=62&amp;subd=pristinecode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pristinecode.wordpress.com/2010/04/20/starting-jboss-with-remote-access-enabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0e59dc5b684a793fd1094bb6c92cc96a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">strider</media:title>
		</media:content>
	</item>
		<item>
		<title>Mysql : Writing query results to a file</title>
		<link>http://pristinecode.wordpress.com/2009/10/20/mysql-writing-query-results-to-a-file/</link>
		<comments>http://pristinecode.wordpress.com/2009/10/20/mysql-writing-query-results-to-a-file/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 13:11:14 +0000</pubDate>
		<dc:creator>strider</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pristinecode.wordpress.com/2009/10/20/mysql-writing-query-results-to-a-file/</guid>
		<description><![CDATA[To write results to a file in the server. &#62; select * from foo into outfile &#8216;results.txt&#8217; To write into a csv file &#62; select * from foo into outfile &#8216;results.csv&#8217; fields terminated by &#8216;,&#8217; To write results to a &#8230; <a href="http://pristinecode.wordpress.com/2009/10/20/mysql-writing-query-results-to-a-file/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pristinecode.wordpress.com&amp;blog=1393162&amp;post=58&amp;subd=pristinecode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To write results to a file in the server.<br />
&gt; select * from foo into outfile &#8216;results.txt&#8217;<br />
To write into a csv file<br />
&gt; select * from foo into outfile &#8216;results.csv&#8217; fields terminated by &#8216;,&#8217;</p>
<p>To write results to a file a client system<br />
&gt; mysql -e &#8220;select * from mydb.foo&#8221; &gt; results.txt</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pristinecode.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pristinecode.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pristinecode.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pristinecode.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pristinecode.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pristinecode.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pristinecode.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pristinecode.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pristinecode.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pristinecode.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pristinecode.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pristinecode.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pristinecode.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pristinecode.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pristinecode.wordpress.com&amp;blog=1393162&amp;post=58&amp;subd=pristinecode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pristinecode.wordpress.com/2009/10/20/mysql-writing-query-results-to-a-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0e59dc5b684a793fd1094bb6c92cc96a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">strider</media:title>
		</media:content>
	</item>
		<item>
		<title>installing jwspd in debian, error with tail</title>
		<link>http://pristinecode.wordpress.com/2009/02/12/installing-jwspd-in-debian-error-with-tail/</link>
		<comments>http://pristinecode.wordpress.com/2009/02/12/installing-jwspd-in-debian-error-with-tail/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 11:09:35 +0000</pubDate>
		<dc:creator>strider</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pristinecode.wordpress.com/2009/02/12/installing-jwspd-in-debian-error-with-tail/</guid>
		<description><![CDATA[There is an error the comes up due to the incorrect use of tail. A fix is available here. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6392008&#038;submit=View+Bug<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pristinecode.wordpress.com&amp;blog=1393162&amp;post=54&amp;subd=pristinecode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There is an error the comes up due to the incorrect use of tail. A fix is available here.</p>
<p>http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6392008&#038;submit=View+Bug</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pristinecode.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pristinecode.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pristinecode.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pristinecode.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pristinecode.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pristinecode.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pristinecode.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pristinecode.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pristinecode.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pristinecode.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pristinecode.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pristinecode.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pristinecode.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pristinecode.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pristinecode.wordpress.com&amp;blog=1393162&amp;post=54&amp;subd=pristinecode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pristinecode.wordpress.com/2009/02/12/installing-jwspd-in-debian-error-with-tail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0e59dc5b684a793fd1094bb6c92cc96a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">strider</media:title>
		</media:content>
	</item>
		<item>
		<title>Setting up svn system</title>
		<link>http://pristinecode.wordpress.com/2008/09/22/setting-up-svn-system/</link>
		<comments>http://pristinecode.wordpress.com/2008/09/22/setting-up-svn-system/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 08:37:12 +0000</pubDate>
		<dc:creator>strider</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pristinecode.wordpress.com/?p=32</guid>
		<description><![CDATA[Here are some quick commands Creating a repository &#62;svnadmin create [path to repo] Eg : &#62;svnadmin create /usr/local/svn/myrepo svnadmin is a server side command. So we have to give paths here and not url Importing files to repository Used to &#8230; <a href="http://pristinecode.wordpress.com/2008/09/22/setting-up-svn-system/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pristinecode.wordpress.com&amp;blog=1393162&amp;post=32&amp;subd=pristinecode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here are some quick commands</p>
<p><strong>Creating a repository</strong></p>
<p>&gt;svnadmin create [path to repo]</p>
<p>Eg :<br />
&gt;svnadmin create /usr/local/svn/myrepo</p>
<p>svnadmin is a server side command. So we have to give paths here and not url</p>
<p><strong>Importing files to repository</strong></p>
<p>Used to import files to the repository mostly at the initial setup.</p>
<p>&gt;svn import [dir name] [repo url]  -m &#8221;Message&#8221;</p>
<p>It is necessary to physically copy files to the server before importing it.</p>
<p>Eg:<br />
&gt; svn import myproj file:///usr/local/syn/myrepo -m &#8220;Initial Import&#8221;</p>
<p><strong>Checking out files from repositories</strong></p>
<p>&gt;svn checkout [repo url]</p>
<p>Eg : &gt;svn checkout svn://svnhost.example.com/myrepo</p>
<p><strong>Committing files to repository</strong></p>
<p>This will push the updated local files to repository and will be made available to other team members.</p>
<p>&gt;svn commit [reponame] -m &#8220;Message&#8221;</p>
<p>Eg: &gt;svn commit myrepo -m &#8220;JSP Files Update&#8221;</p>
<p><strong>Updating files from repository</strong></p>
<p>This will pull the files newly updated by others in the team to your local working directory.</p>
<p>&gt;svn update [repo name]</p>
<p>Eg: svn update myrepo</p>
<p><strong>Setting up user/password for a repository</strong></p>
<p>Edit file svnserve.conf in repositories conf directory. Uncomment these lines<br />
# password-db = passwd<br />
# realm = My First Repository</p>
<p>Then edit passwd file.</p>
<p><strong>Running simple svn server</strong></p>
<p>The easiest option is to run it as a standalone server. The default port it connects is 3690<br />
&gt;svnserve -d -r[path of repo]</p>
<p>Eg :<br />
&gt;svnserve -d -r /usr/local/repos</p>
<p>Then it can be accessed remotely like<br />
&gt;svn checkout svn://host.exmple.com/myrepo</p>
<p><strong>Hosting multiple repositories</strong></p>
<p>I have a folder named svnrepos in which I create all the repositories say abc and xyz. Now when I start the svnrepos with svserve like<br />
<em>&gt; svnserve -d -r [path]/svnrepos </em><br />
all the repositories get started. They can be accessed like<br />
<em>&gt; svn list svn://[host name]/abc</em></p>
<p><strong>Some random problems :</strong></p>
<p>After setting up svn i was able to checkout the files and work on them. But when i try to commit it would say &#8216;<em>connection is read only</em>&#8216;. I had to edit svnserve.conf file in the conf directory of the repository. I uncommented <em>password-db=passwd</em> line and <em>realm=xyz</em> line though the latter step may not be necessary. Then I added a <em>passwd</em> file to the conf directory with the following contents.<br />
<em>[users]<br />
myname=mypassword</em></p>
<p>But then it says &#8216;<em>section header expected</em>&#8216;. So I also uncomment <em>[general]</em> line from svnserve.conf and it works fine.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pristinecode.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pristinecode.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pristinecode.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pristinecode.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pristinecode.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pristinecode.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pristinecode.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pristinecode.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pristinecode.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pristinecode.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pristinecode.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pristinecode.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pristinecode.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pristinecode.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pristinecode.wordpress.com&amp;blog=1393162&amp;post=32&amp;subd=pristinecode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pristinecode.wordpress.com/2008/09/22/setting-up-svn-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0e59dc5b684a793fd1094bb6c92cc96a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">strider</media:title>
		</media:content>
	</item>
		<item>
		<title>Regular Expressions</title>
		<link>http://pristinecode.wordpress.com/2008/06/12/regular-expressions/</link>
		<comments>http://pristinecode.wordpress.com/2008/06/12/regular-expressions/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 06:15:58 +0000</pubDate>
		<dc:creator>strider</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pristinecode.wordpress.com/?p=26</guid>
		<description><![CDATA[Regular Expressions can come very handy while dealing with text search. Here is a quick start tutorial for that. http://www.regular-expressions.info/quickstart.html And here is the complete tutorial http://www.regular-expressions.info/tutorial.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pristinecode.wordpress.com&amp;blog=1393162&amp;post=26&amp;subd=pristinecode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Regular Expressions can come very handy while dealing with text search. Here is a quick start tutorial for that.</p>
<p>http://www.regular-expressions.info/quickstart.html</p>
<p>And here is the complete tutorial</p>
<p>http://www.regular-expressions.info/tutorial.html</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pristinecode.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pristinecode.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pristinecode.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pristinecode.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pristinecode.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pristinecode.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pristinecode.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pristinecode.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pristinecode.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pristinecode.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pristinecode.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pristinecode.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pristinecode.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pristinecode.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pristinecode.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pristinecode.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pristinecode.wordpress.com&amp;blog=1393162&amp;post=26&amp;subd=pristinecode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pristinecode.wordpress.com/2008/06/12/regular-expressions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0e59dc5b684a793fd1094bb6c92cc96a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">strider</media:title>
		</media:content>
	</item>
		<item>
		<title>Verifying the integrity of downloaded software with key</title>
		<link>http://pristinecode.wordpress.com/2008/06/04/verifying-the-integrity-of-downloaded-software-with-key/</link>
		<comments>http://pristinecode.wordpress.com/2008/06/04/verifying-the-integrity-of-downloaded-software-with-key/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 05:50:51 +0000</pubDate>
		<dc:creator>strider</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pristinecode.wordpress.com/?p=24</guid>
		<description><![CDATA[Here is how to do it. http://blogs.ittoolbox.com/eai/software/archives/verifying-integrity-of-the-open-source-software-3151<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pristinecode.wordpress.com&amp;blog=1393162&amp;post=24&amp;subd=pristinecode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is how to do it.</p>
<p>http://blogs.ittoolbox.com/eai/software/archives/verifying-integrity-of-the-open-source-software-3151</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pristinecode.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pristinecode.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pristinecode.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pristinecode.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pristinecode.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pristinecode.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pristinecode.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pristinecode.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pristinecode.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pristinecode.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pristinecode.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pristinecode.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pristinecode.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pristinecode.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pristinecode.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pristinecode.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pristinecode.wordpress.com&amp;blog=1393162&amp;post=24&amp;subd=pristinecode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pristinecode.wordpress.com/2008/06/04/verifying-the-integrity-of-downloaded-software-with-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0e59dc5b684a793fd1094bb6c92cc96a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">strider</media:title>
		</media:content>
	</item>
		<item>
		<title>Managing Certificates with keytool</title>
		<link>http://pristinecode.wordpress.com/2008/05/29/managing-certificates-with-keytool/</link>
		<comments>http://pristinecode.wordpress.com/2008/05/29/managing-certificates-with-keytool/#comments</comments>
		<pubDate>Thu, 29 May 2008 17:39:00 +0000</pubDate>
		<dc:creator>strider</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pristinecode.wordpress.com/?p=23</guid>
		<description><![CDATA[When ssl connections are present to a web service, we need to install the certificates before connecting to them. It will usually say something like &#8216;unable to find valid certification path to requested target&#8217;. To fix this Download the certificate &#8230; <a href="http://pristinecode.wordpress.com/2008/05/29/managing-certificates-with-keytool/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pristinecode.wordpress.com&amp;blog=1393162&amp;post=23&amp;subd=pristinecode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When ssl connections are present to a web service, we need to install the certificates before connecting to them. It will usually say something like &#8216;unable to find valid certification path to requested target&#8217;. To fix this</p>
<ol>
<li>Download the certificate using the browser.</li>
<li>Install the certificate using keytool</li>
</ol>
<p><strong>Downloading the certificate :</strong></p>
<p>Try to connect to the url using browser. It will show a lock button near the address bar and we will be able to download from that. In case of test certificates there could be some problems. I had to use an old ie browser to download a test certificate as the newer versions refused to do it.</p>
<p>Here are instructions for exporting and importing certificates</p>
<p><a title="http://docdb.fnal.gov/ILC-public/DocDB/DocDBInstructions?set=import" href="http://docdb.fnal.gov/ILC-public/DocDB/DocDBInstructions?set=import">http://docdb.fnal.gov/ILC-public/DocDB/DocDBInstructions?set=import</a></p>
<p><strong>Installing certificates :</strong></p>
<p>The command for installing the certificate is</p>
<p><em>&gt; keytool -import -alias &lt;alias&gt; -keystore &lt;keystore&gt; -file &lt;cert file name&gt;</em></p>
<p>Eg:</p>
<p><em>&gt; keytool -import -alias mycert -keystore c:\jdk1.4\jre\lib\security\cacerts -file abc.cer</em></p>
<p>It will ask for password. &#8216;changeit&#8217; is the default password. To check if the certificate is added or list the certificates installed in a keystore, use this command.</p>
<p><em>&gt; keytool -list -keystore &lt;keystore&gt;</em></p>
<p>The keystore file to add the certificate is usually cacerts. There may be more than cacerts in java installation. In my system there were two cacerts,one in $JAVA_HOME/jre/lib/security and another in $JAVA_HOME/jre/javaws directory. While standalone programs were loading the former, tomcat server was loading the latter. In that case certificate has to be added to both files.</p>
<p>If there is more than one instance of java installed in your system, it can get more interesting. Make sure that you run with the same version of java you had installed the certificates to.</p>
<p>Here is more information about using keytool.</p>
<p><a title="http://java.sun.com/j2se/1.3/docs/tooldocs/win32/keytool.html" href="http://java.sun.com/j2se/1.3/docs/tooldocs/win32/keytool.html">http://java.sun.com/j2se/1.3/docs/tooldocs/win32/keytool.html</a></p>
<p><strong>Installing PFX (pkcs12 format) Files.</strong></p>
<p>This can not be done with keytool. We will need pkcs12import tool. This comes with JWSDP package from sun. Install JWSDP first and then follow instructions here.</p>
<p><a href="http://java.sun.com/webservices/docs/1.5/tutorial/doc/XWS-Security8.html">http://java.sun.com/webservices/docs/1.5/tutorial/doc/XWS-Security8.html</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pristinecode.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pristinecode.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pristinecode.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pristinecode.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pristinecode.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pristinecode.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pristinecode.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pristinecode.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pristinecode.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pristinecode.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pristinecode.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pristinecode.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pristinecode.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pristinecode.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pristinecode.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pristinecode.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pristinecode.wordpress.com&amp;blog=1393162&amp;post=23&amp;subd=pristinecode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pristinecode.wordpress.com/2008/05/29/managing-certificates-with-keytool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0e59dc5b684a793fd1094bb6c92cc96a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">strider</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux command to find version</title>
		<link>http://pristinecode.wordpress.com/2008/05/21/linux-command-to-find-version/</link>
		<comments>http://pristinecode.wordpress.com/2008/05/21/linux-command-to-find-version/#comments</comments>
		<pubDate>Wed, 21 May 2008 05:16:21 +0000</pubDate>
		<dc:creator>strider</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pristinecode.wordpress.com/?p=22</guid>
		<description><![CDATA[This will give kernel version &#62; uname -a This will give the linux flavor and version &#62; cat /etc/issue The following could also give some info &#62; cat /proc/version<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pristinecode.wordpress.com&amp;blog=1393162&amp;post=22&amp;subd=pristinecode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This will give kernel version<br />
<em> &gt; uname -a</em></p>
<p>This will give the linux flavor and version<br />
<em> &gt; cat /etc/issue</em></p>
<p>The following could also give some info<br />
<em> &gt; cat /proc/version</em></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pristinecode.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pristinecode.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pristinecode.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pristinecode.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pristinecode.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pristinecode.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pristinecode.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pristinecode.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pristinecode.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pristinecode.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pristinecode.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pristinecode.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pristinecode.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pristinecode.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pristinecode.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pristinecode.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pristinecode.wordpress.com&amp;blog=1393162&amp;post=22&amp;subd=pristinecode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pristinecode.wordpress.com/2008/05/21/linux-command-to-find-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0e59dc5b684a793fd1094bb6c92cc96a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">strider</media:title>
		</media:content>
	</item>
		<item>
		<title>Configuring wireless in linux</title>
		<link>http://pristinecode.wordpress.com/2008/05/09/configuring-wireless-in-linux/</link>
		<comments>http://pristinecode.wordpress.com/2008/05/09/configuring-wireless-in-linux/#comments</comments>
		<pubDate>Fri, 09 May 2008 08:51:10 +0000</pubDate>
		<dc:creator>strider</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pristinecode.wordpress.com/?p=21</guid>
		<description><![CDATA[Screw the gui tools and try these commands&#8230;. &#62;iwlist scanning The wireless scans for networks and returns information of these networks. It requires sudo in ubuntu. &#62;cat /etc/network/interfaces interfaces file has configuration of the network interfaces &#62;ifconfig Used to configure &#8230; <a href="http://pristinecode.wordpress.com/2008/05/09/configuring-wireless-in-linux/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pristinecode.wordpress.com&amp;blog=1393162&amp;post=21&amp;subd=pristinecode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Screw the gui tools and try these commands&#8230;. <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong><em>&gt;iwlist scanning</em></strong></p>
<p>The wireless scans for networks and returns information of these networks. It requires sudo in ubuntu.</p>
<p><em><strong>&gt;cat /etc/network/interfaces</strong></em></p>
<p>interfaces file has configuration of the network interfaces</p>
<p><strong><em>&gt;ifconfig</em></strong></p>
<p>Used to configure kernel-resident network interfaces. It displays currently active interfaces. With -a it shows all interfaces even inactive ones.</p>
<p><em><strong>&gt;ifconfig &lt;device&gt; down</strong></em></p>
<p>Brings down the devicd</p>
<p><em><strong>&gt;ifconfig &lt;device&gt; up</strong></em></p>
<p>Brings up an interface</p>
<p><em><strong>&gt; iwconfig</strong></em></p>
<p>Like ifconfig but used to configure wireless interfaces only</p>
<p>Links :</p>
<p>http://www.linuxquestions.org/questions/linux-laptop-and-handheld-25/wireless-not-working-ubuntu-gutsy-7.10-597188/</p>
<p>http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch13_:_Linux_Wireless_Networking</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pristinecode.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pristinecode.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pristinecode.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pristinecode.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pristinecode.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pristinecode.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pristinecode.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pristinecode.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pristinecode.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pristinecode.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pristinecode.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pristinecode.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pristinecode.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pristinecode.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pristinecode.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pristinecode.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pristinecode.wordpress.com&amp;blog=1393162&amp;post=21&amp;subd=pristinecode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pristinecode.wordpress.com/2008/05/09/configuring-wireless-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0e59dc5b684a793fd1094bb6c92cc96a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">strider</media:title>
		</media:content>
	</item>
		<item>
		<title>Tableless web layout</title>
		<link>http://pristinecode.wordpress.com/2008/04/30/tableless-web-layout/</link>
		<comments>http://pristinecode.wordpress.com/2008/04/30/tableless-web-layout/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 05:27:41 +0000</pubDate>
		<dc:creator>strider</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pristinecode.wordpress.com/?p=20</guid>
		<description><![CDATA[On Wikipedia http://en.wikipedia.org/wiki/Tableless_web_design How To http://www.w3.org/2002/03/csslayout-howto.html.en Inspiration http://www.csszengarden.com/ Tutorials http://www.htmldog.com/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pristinecode.wordpress.com&amp;blog=1393162&amp;post=20&amp;subd=pristinecode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>On Wikipedia</strong></p>
<p><a href="http://en.wikipedia.org/wiki/Tableless_web_design">http://en.wikipedia.org/wiki/Tableless_web_design</a></p>
<p><strong>How To</strong><br />
<a href="http://www.w3.org/2002/03/csslayout-howto.html.en">http://www.w3.org/2002/03/csslayout-howto.html.en</a><br />
<strong><br />
Inspiration</strong></p>
<p><a href="http://www.csszengarden.com/">http://www.csszengarden.com/</a></p>
<p><strong>Tutorials</strong><br />
<a href="http://www.htmldog.com/"></p>
<p>http://www.htmldog.com/</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pristinecode.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pristinecode.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pristinecode.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pristinecode.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pristinecode.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pristinecode.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pristinecode.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pristinecode.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pristinecode.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pristinecode.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pristinecode.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pristinecode.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pristinecode.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pristinecode.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pristinecode.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pristinecode.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pristinecode.wordpress.com&amp;blog=1393162&amp;post=20&amp;subd=pristinecode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pristinecode.wordpress.com/2008/04/30/tableless-web-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0e59dc5b684a793fd1094bb6c92cc96a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">strider</media:title>
		</media:content>
	</item>
	</channel>
</rss>
