<?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>Varadharajan&#039;s Journal</title>
	<atom:link href="http://thinkasgeek.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkasgeek.wordpress.com</link>
	<description>Research Journey of a computer programmer</description>
	<lastBuildDate>Thu, 08 Sep 2011 11:39:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='thinkasgeek.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Varadharajan&#039;s Journal</title>
		<link>http://thinkasgeek.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://thinkasgeek.wordpress.com/osd.xml" title="Varadharajan&#039;s Journal" />
	<atom:link rel='hub' href='http://thinkasgeek.wordpress.com/?pushpress=hub'/>
		<item>
		<title>HBase and Eclispe IDE integration</title>
		<link>http://thinkasgeek.wordpress.com/2011/03/25/hbase-and-eclispe-ide-integration/</link>
		<comments>http://thinkasgeek.wordpress.com/2011/03/25/hbase-and-eclispe-ide-integration/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 09:00:44 +0000</pubDate>
		<dc:creator>fossman</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://thinkasgeek.wordpress.com/?p=75</guid>
		<description><![CDATA[In this post, we will be creating a sample HBase project in Eclipse IDE. It is required to have a local working instance of HBase (mine is 0.20.6 version) and Eclipse Helios version. I assume that you are aware of &#8230; <a href="http://thinkasgeek.wordpress.com/2011/03/25/hbase-and-eclispe-ide-integration/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkasgeek.wordpress.com&amp;blog=11122415&amp;post=75&amp;subd=thinkasgeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In this post, we will be creating a sample HBase project in Eclipse IDE. It is required to have a local working instance of HBase (mine is 0.20.6 version) and Eclipse Helios version. I assume that you are aware of starting and stopping HBase.</p>
<p style="text-align:left;">Step 1 : Start HBase. Start Eclispe.<a href="http://thinkasgeek.files.wordpress.com/2011/03/hbase1.png"><img class="size-full wp-image-77 aligncenter" title="HBase Eclipse" src="http://thinkasgeek.files.wordpress.com/2011/03/hbase1.png?w=640&#038;h=324" alt="" width="640" height="324" /></a>Step 2 : Create a new Java Project (File -&gt; New -&gt; Java Project). <a href="http://thinkasgeek.files.wordpress.com/2011/03/hbase.png"><br />
</a><a href="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse1.png"><img class="aligncenter size-full wp-image-78" title="Hbase Eclipse1" src="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse1.png?w=640&#038;h=324" alt="" width="640" height="324" /></a>Step 3 : Fill up the form. (Here project name = Sample) and click next.<a href="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse21.png"><img class="aligncenter size-full wp-image-80" title="HBase Eclipse2" src="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse21.png?w=640&#038;h=337" alt="" width="640" height="337" /></a></p>
<p style="text-align:left;">Step 4 : Select Libraries tag from it and click &#8220;Add External JARs&#8221;.</p>
<p style="text-align:left;"><a href="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse3.png"><img class="aligncenter size-full wp-image-81" title="HBase Eclipse3" src="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse3.png?w=640&#038;h=335" alt="" width="640" height="335" /></a>Step 5 : Browse to the  $HBASE_HOME directory. ($HBASE_HOME is the directory where you have installed HBase).</p>
<p style="text-align:left;"><a href="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse4.png"><img class="aligncenter size-full wp-image-82" title="HBase Eclipse4" src="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse4.png?w=640&#038;h=337" alt="" width="640" height="337" /></a>Step 6 : Select hbase-0.20.6.jar and click Ok. Similarly add the (commons-logging-1.0.4.jar , log4j-1.2.15.jar, zookeeper-3.2.2.jar, hadoop-0.20.2-core.jar) present in $HBASE_HOME/lib folder and click Finish.<a href="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse5.png"><img class="aligncenter size-full wp-image-83" title="HBase Eclipse5" src="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse5.png?w=640&#038;h=336" alt="" width="640" height="336" /></a>Step 7: Create a class with main method and replace the contents with the code displayed below. The below code creates a sample table named Blogposts with 2 column family Author, Title</p>
<p style="text-align:left;">// HBaseTest.java<br />
import java.io.IOException;</p>
<p>import org.apache.hadoop.hbase.HBaseConfiguration;<br />
import org.apache.hadoop.hbase.HColumnDescriptor;<br />
import org.apache.hadoop.hbase.HTableDescriptor;<br />
import org.apache.hadoop.hbase.client.HBaseAdmin;</p>
<p>public class HBaseTest {<br />
public static void main(String[] args) {<br />
// Try to create a Table with 2 column family (Title, Author)<br />
HTableDescriptor descriptor = new HTableDescriptor(&#8220;blogposts&#8221;);<br />
descriptor.addFamily(new HColumnDescriptor(&#8220;Title&#8221;));<br />
descriptor.addFamily(new HColumnDescriptor(&#8220;Author&#8221;));</p>
<p>try {<br />
// Create a HBaseAdmin<br />
HBaseConfiguration config = new HBaseConfiguration();<br />
HBaseAdmin admin = new HBaseAdmin(config);</p>
<p>// Create table<br />
admin.createTable(descriptor);<br />
System.out.println(&#8220;Table created&#8230;&#8221;);<br />
} catch (IOException e) {<br />
System.out.println(&#8220;IOError: cannot create Table.&#8221;);<br />
e.printStackTrace();<br />
}<br />
}<br />
}</p>
<p style="text-align:left;">Step 8 : Right click project in Package Explorer. Select Run as -&gt; Java Application</p>
<p style="text-align:left;"><a href="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse6.png"><img class="aligncenter size-full wp-image-85" title="HBase Eclipse6" src="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse6.png?w=640&#038;h=324" alt="" width="640" height="324" /></a>Step 9: Check the output screen for any Exceptions, if not thats it.</p>
<p style="text-align:left;"><a href="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse7.png"><img class="aligncenter size-full wp-image-86" title="HBase Eclipse7" src="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse7.png?w=640&#038;h=324" alt="" width="640" height="324" /></a>Step 10: Confirm creation of the table using HBase Shell.</p>
<p style="text-align:left;"><a href="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse8.png"><img class="aligncenter size-full wp-image-87" title="HBase Eclipse8" src="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse8.png?w=640&#038;h=425" alt="" width="640" height="425" /></a>Thats it for now.. will create more posts on HBase soon <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thinkasgeek.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thinkasgeek.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thinkasgeek.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thinkasgeek.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thinkasgeek.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thinkasgeek.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thinkasgeek.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thinkasgeek.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thinkasgeek.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thinkasgeek.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thinkasgeek.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thinkasgeek.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thinkasgeek.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thinkasgeek.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkasgeek.wordpress.com&amp;blog=11122415&amp;post=75&amp;subd=thinkasgeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thinkasgeek.wordpress.com/2011/03/25/hbase-and-eclispe-ide-integration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/03ada3ed7a3e21ad31b1f4525823eb7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Varadharajan</media:title>
		</media:content>

		<media:content url="http://thinkasgeek.files.wordpress.com/2011/03/hbase1.png" medium="image">
			<media:title type="html">HBase Eclipse</media:title>
		</media:content>

		<media:content url="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse1.png" medium="image">
			<media:title type="html">Hbase Eclipse1</media:title>
		</media:content>

		<media:content url="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse21.png" medium="image">
			<media:title type="html">HBase Eclipse2</media:title>
		</media:content>

		<media:content url="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse3.png" medium="image">
			<media:title type="html">HBase Eclipse3</media:title>
		</media:content>

		<media:content url="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse4.png" medium="image">
			<media:title type="html">HBase Eclipse4</media:title>
		</media:content>

		<media:content url="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse5.png" medium="image">
			<media:title type="html">HBase Eclipse5</media:title>
		</media:content>

		<media:content url="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse6.png" medium="image">
			<media:title type="html">HBase Eclipse6</media:title>
		</media:content>

		<media:content url="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse7.png" medium="image">
			<media:title type="html">HBase Eclipse7</media:title>
		</media:content>

		<media:content url="http://thinkasgeek.files.wordpress.com/2011/03/hbase-eclipse8.png" medium="image">
			<media:title type="html">HBase Eclipse8</media:title>
		</media:content>
	</item>
		<item>
		<title>Implementing &#8220;Sieve of Eratosthenes&#8221; in Python</title>
		<link>http://thinkasgeek.wordpress.com/2010/08/07/implementing-sieve-of-eratosthenes-in-python/</link>
		<comments>http://thinkasgeek.wordpress.com/2010/08/07/implementing-sieve-of-eratosthenes-in-python/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 09:09:11 +0000</pubDate>
		<dc:creator>fossman</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://thinkasgeek.wordpress.com/?p=66</guid>
		<description><![CDATA[For a couple of days, I&#8217;ve gathered a lot of information about prime numbers and algorithms which generates them. out of all the available algorithms, &#8220;Sieve of Eratosthenes&#8221; is one of the most normally used ones and i want to &#8230; <a href="http://thinkasgeek.wordpress.com/2010/08/07/implementing-sieve-of-eratosthenes-in-python/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkasgeek.wordpress.com&amp;blog=11122415&amp;post=66&amp;subd=thinkasgeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For a couple of days, I&#8217;ve gathered a lot of information about prime numbers and algorithms which generates them. out of all the available algorithms, &#8220;Sieve of Eratosthenes&#8221; is one of the most normally used ones and i want to implement this algorithm in python. After an hour of battle with the Python, i successfully tamed it.  The scriptgenerates all the prime numbers within the range of 2 and the number scanned from the user. The script will be available at http://rapidshare.com/files/411537514/eratosthenes.py.html</p>
<p><a href="http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes"><img class="aligncenter" src="http://upload.wikimedia.org/wikipedia/commons/8/8c/New_Animation_Sieve_of_Eratosthenes.gif" alt="" width="554" height="445" /></a>(image from wikipedia)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thinkasgeek.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thinkasgeek.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thinkasgeek.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thinkasgeek.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thinkasgeek.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thinkasgeek.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thinkasgeek.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thinkasgeek.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thinkasgeek.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thinkasgeek.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thinkasgeek.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thinkasgeek.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thinkasgeek.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thinkasgeek.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkasgeek.wordpress.com&amp;blog=11122415&amp;post=66&amp;subd=thinkasgeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thinkasgeek.wordpress.com/2010/08/07/implementing-sieve-of-eratosthenes-in-python/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/03ada3ed7a3e21ad31b1f4525823eb7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Varadharajan</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/8/8c/New_Animation_Sieve_of_Eratosthenes.gif" medium="image" />
	</item>
		<item>
		<title>Using openssl for generating a SHA1 Hash</title>
		<link>http://thinkasgeek.wordpress.com/2010/06/18/using-openssl-for-generating-a-sha1-hash/</link>
		<comments>http://thinkasgeek.wordpress.com/2010/06/18/using-openssl-for-generating-a-sha1-hash/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 06:02:30 +0000</pubDate>
		<dc:creator>fossman</dc:creator>
				<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://thinkasgeek.wordpress.com/?p=62</guid>
		<description><![CDATA[Today, i stumbled a website, where it had some good resource of generating a SHA1 hash of a file using the executable command &#8216;openssl&#8217;. SHA1 is a Hash used for checking the integrity of the file. The command for generating &#8230; <a href="http://thinkasgeek.wordpress.com/2010/06/18/using-openssl-for-generating-a-sha1-hash/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkasgeek.wordpress.com&amp;blog=11122415&amp;post=62&amp;subd=thinkasgeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today, i stumbled a website, where it had some good resource of generating a SHA1 hash of a file using the executable command &#8216;openssl&#8217;. SHA1 is a Hash used for checking the integrity of the file. The command for generating the hash is</p>
<p style="text-align:center;"><em><strong>openssl dgst -sha1 &lt;filename&gt;</strong></em></p>
<p style="text-align:left;">For example, consider a file image.jpg. The command that will generate a SHA1 digest is</p>
<p style="text-align:center;"><em><strong>openssl dgst -sha1 image.jpg</strong></em></p>
<p style="text-align:left;">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thinkasgeek.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thinkasgeek.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thinkasgeek.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thinkasgeek.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thinkasgeek.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thinkasgeek.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thinkasgeek.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thinkasgeek.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thinkasgeek.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thinkasgeek.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thinkasgeek.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thinkasgeek.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thinkasgeek.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thinkasgeek.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkasgeek.wordpress.com&amp;blog=11122415&amp;post=62&amp;subd=thinkasgeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thinkasgeek.wordpress.com/2010/06/18/using-openssl-for-generating-a-sha1-hash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/03ada3ed7a3e21ad31b1f4525823eb7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Varadharajan</media:title>
		</media:content>
	</item>
		<item>
		<title>Back after exams :)</title>
		<link>http://thinkasgeek.wordpress.com/2010/05/14/back-after-exams/</link>
		<comments>http://thinkasgeek.wordpress.com/2010/05/14/back-after-exams/#comments</comments>
		<pubDate>Fri, 14 May 2010 12:19:55 +0000</pubDate>
		<dc:creator>fossman</dc:creator>
				<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://thinkasgeek.wordpress.com/2010/05/14/back-after-exams/</guid>
		<description><![CDATA[After a long pause, due to my internal and terminal exams, I&#8217;m planning to get more serious on learning some new things on operating systems. I had a short crash course on C language (Perl, Python, Ruby made me forget &#8230; <a href="http://thinkasgeek.wordpress.com/2010/05/14/back-after-exams/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkasgeek.wordpress.com&amp;blog=11122415&amp;post=53&amp;subd=thinkasgeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After a long pause, due to my internal and terminal exams, I&#8217;m planning to get more serious on learning some new things on operating systems. I had a short crash course on C language (Perl, Python, Ruby made me forget C <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> )</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thinkasgeek.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thinkasgeek.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thinkasgeek.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thinkasgeek.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thinkasgeek.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thinkasgeek.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thinkasgeek.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thinkasgeek.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thinkasgeek.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thinkasgeek.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thinkasgeek.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thinkasgeek.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thinkasgeek.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thinkasgeek.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkasgeek.wordpress.com&amp;blog=11122415&amp;post=53&amp;subd=thinkasgeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thinkasgeek.wordpress.com/2010/05/14/back-after-exams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/03ada3ed7a3e21ad31b1f4525823eb7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Varadharajan</media:title>
		</media:content>
	</item>
		<item>
		<title>IBM Workshop on POWER7 proved to be useful</title>
		<link>http://thinkasgeek.wordpress.com/2010/03/28/ibm-workshop-on-power7-proved-to-be-useful/</link>
		<comments>http://thinkasgeek.wordpress.com/2010/03/28/ibm-workshop-on-power7-proved-to-be-useful/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 11:25:43 +0000</pubDate>
		<dc:creator>fossman</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://thinkasgeek.wordpress.com/?p=51</guid>
		<description><![CDATA[Today, i along with my friends attended the IBM Workshop on IBM POWER7 architecture was really good. The workshop was held at MIT (Just a few streets from my home ) and we really got a good exposure on various &#8230; <a href="http://thinkasgeek.wordpress.com/2010/03/28/ibm-workshop-on-power7-proved-to-be-useful/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkasgeek.wordpress.com&amp;blog=11122415&amp;post=51&amp;subd=thinkasgeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today, i along with my friends attended the IBM Workshop on IBM POWER7 architecture was really good. The workshop was held at MIT (Just a few streets from my home <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ) and we really got a good exposure on various problems faced in huge data centres and methods to minimise them. Two problems were discussed, one being power consumption (and Plans to reduce it) and the second one was something related to memory (i couldn&#8217;t get it properly). The speaker did a great job and i have drafted a mail to congratulating  her for her efforts. THANKS SAMHITA &#8217;10</p>
<p style="text-align:center;"><img class="aligncenter" title="Samhita '10" src="http://samhita10.com/samhita10/images/stories/logo1.png" alt="" width="250" height="49" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thinkasgeek.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thinkasgeek.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thinkasgeek.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thinkasgeek.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thinkasgeek.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thinkasgeek.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thinkasgeek.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thinkasgeek.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thinkasgeek.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thinkasgeek.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thinkasgeek.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thinkasgeek.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thinkasgeek.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thinkasgeek.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkasgeek.wordpress.com&amp;blog=11122415&amp;post=51&amp;subd=thinkasgeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thinkasgeek.wordpress.com/2010/03/28/ibm-workshop-on-power7-proved-to-be-useful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/03ada3ed7a3e21ad31b1f4525823eb7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Varadharajan</media:title>
		</media:content>

		<media:content url="http://samhita10.com/samhita10/images/stories/logo1.png" medium="image">
			<media:title type="html">Samhita '10</media:title>
		</media:content>
	</item>
		<item>
		<title>Preparing for my seminar on XMPP</title>
		<link>http://thinkasgeek.wordpress.com/2010/03/26/preparing-for-my-seminar-on-xmpp/</link>
		<comments>http://thinkasgeek.wordpress.com/2010/03/26/preparing-for-my-seminar-on-xmpp/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 06:51:33 +0000</pubDate>
		<dc:creator>fossman</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[WWW]]></category>

		<guid isPermaLink="false">http://thinkasgeek.wordpress.com/?p=47</guid>
		<description><![CDATA[Today, i got a nice paper about the eXtensible Messaging and Presence Protcol at www.tml.tkk.fi/Publications/C/21/nie_ready.pdf. The main motive of me reading this, is my seminar about XMPP in computer networks class on 31 of this month. however, I am also &#8230; <a href="http://thinkasgeek.wordpress.com/2010/03/26/preparing-for-my-seminar-on-xmpp/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkasgeek.wordpress.com&amp;blog=11122415&amp;post=47&amp;subd=thinkasgeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#000000;"><span style="font-family:Georgia,&amp;">Today, i got a nice paper about the eXtensible Messaging and Presence Protcol at </span></span><a href="www.tml.tkk.fi/Publications/C/21/nie_ready.pdf" target="_blank"><cite>www.tml.tkk.fi/Publications/C/21/<strong>nie</strong>_ready.pdf</cite></a><span style="color:#000000;"><span style="font-family:Georgia,&amp;">. The main motive of me reading this, is my seminar about XMPP in computer networks class on 31 of this month. however, I am also thinking of developing an IM Client like pidgin. </span></span><cite></cite></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thinkasgeek.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thinkasgeek.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thinkasgeek.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thinkasgeek.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thinkasgeek.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thinkasgeek.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thinkasgeek.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thinkasgeek.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thinkasgeek.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thinkasgeek.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thinkasgeek.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thinkasgeek.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thinkasgeek.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thinkasgeek.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkasgeek.wordpress.com&amp;blog=11122415&amp;post=47&amp;subd=thinkasgeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thinkasgeek.wordpress.com/2010/03/26/preparing-for-my-seminar-on-xmpp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/03ada3ed7a3e21ad31b1f4525823eb7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Varadharajan</media:title>
		</media:content>
	</item>
		<item>
		<title>Thinking of developing a new DHCP server..</title>
		<link>http://thinkasgeek.wordpress.com/2010/03/23/thinking-of-developing-a-new-dhcp-server/</link>
		<comments>http://thinkasgeek.wordpress.com/2010/03/23/thinking-of-developing-a-new-dhcp-server/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 17:49:54 +0000</pubDate>
		<dc:creator>fossman</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[WWW]]></category>

		<guid isPermaLink="false">http://thinkasgeek.wordpress.com/?p=43</guid>
		<description><![CDATA[Today, i thought of developing(implementing) a DHCP server and started to read out the Dynamic Host Configurations Protocol&#8217;s Request for comments(RFC) at www.faqs.org/rfcs/rfc2131.html and i think i will start the work by this weekend. Before, starting the coding process, i &#8230; <a href="http://thinkasgeek.wordpress.com/2010/03/23/thinking-of-developing-a-new-dhcp-server/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkasgeek.wordpress.com&amp;blog=11122415&amp;post=43&amp;subd=thinkasgeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today, i thought of developing(implementing) a DHCP server and started to read out the Dynamic Host Configurations Protocol&#8217;s Request for comments(RFC) at <cite>www.faqs.org/<strong>rfc</strong>s/<strong>rfc</strong>2131.html </cite>and i think i will start the work by this weekend. Before, starting the coding process, i need a crash course on Sockets programming in C, without which the implementation will not be an efficient one.<cite></cite><cite></cite></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thinkasgeek.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thinkasgeek.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thinkasgeek.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thinkasgeek.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thinkasgeek.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thinkasgeek.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thinkasgeek.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thinkasgeek.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thinkasgeek.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thinkasgeek.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thinkasgeek.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thinkasgeek.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thinkasgeek.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thinkasgeek.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkasgeek.wordpress.com&amp;blog=11122415&amp;post=43&amp;subd=thinkasgeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thinkasgeek.wordpress.com/2010/03/23/thinking-of-developing-a-new-dhcp-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/03ada3ed7a3e21ad31b1f4525823eb7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Varadharajan</media:title>
		</media:content>
	</item>
		<item>
		<title>Web Interface for Map Reduce Job Submission in hadoop</title>
		<link>http://thinkasgeek.wordpress.com/2010/03/21/web-interface-for-map-reduce-job-submission-in-hadoop/</link>
		<comments>http://thinkasgeek.wordpress.com/2010/03/21/web-interface-for-map-reduce-job-submission-in-hadoop/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 08:24:45 +0000</pubDate>
		<dc:creator>fossman</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[WWW]]></category>

		<guid isPermaLink="false">http://thinkasgeek.wordpress.com/?p=40</guid>
		<description><![CDATA[Yesterday, It took me about a couple of hours to figure out the working of hadoop (single node cluster) and today, i designed a simple web interface to submit raw data to be crunched by hadoop and then to display &#8230; <a href="http://thinkasgeek.wordpress.com/2010/03/21/web-interface-for-map-reduce-job-submission-in-hadoop/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkasgeek.wordpress.com&amp;blog=11122415&amp;post=40&amp;subd=thinkasgeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yesterday, It took me about a couple of hours to figure out the working of hadoop (single node cluster) and today, i designed a simple web interface to submit raw data to be crunched by hadoop and then to display the map &#8211; reduced results. Till now, the web interface can be used to submit jobs for the famous hadoop API example &#8220;word count&#8221; and i am planning to extend this to user given hadoop API programs. The site  uses CGI (Python) for processing request.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thinkasgeek.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thinkasgeek.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thinkasgeek.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thinkasgeek.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thinkasgeek.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thinkasgeek.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thinkasgeek.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thinkasgeek.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thinkasgeek.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thinkasgeek.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thinkasgeek.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thinkasgeek.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thinkasgeek.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thinkasgeek.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkasgeek.wordpress.com&amp;blog=11122415&amp;post=40&amp;subd=thinkasgeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thinkasgeek.wordpress.com/2010/03/21/web-interface-for-map-reduce-job-submission-in-hadoop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/03ada3ed7a3e21ad31b1f4525823eb7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Varadharajan</media:title>
		</media:content>
	</item>
		<item>
		<title>My Laptop is nearly dead..</title>
		<link>http://thinkasgeek.wordpress.com/2010/03/14/my-laptop-is-nearly-dead/</link>
		<comments>http://thinkasgeek.wordpress.com/2010/03/14/my-laptop-is-nearly-dead/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 10:20:36 +0000</pubDate>
		<dc:creator>fossman</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Troubleshoot]]></category>

		<guid isPermaLink="false">http://thinkasgeek.wordpress.com/?p=37</guid>
		<description><![CDATA[Today, i messed up with my laptop. It all started by learning to create a Debian bootable USB stick as given in http://blogs.koolwal.net/2009/02/25/installing-linux-on-usb-part-7-install-debian-linux-from-usb-drive/ and at the step of extracting the boot.img.gz file, i gave /dev/sda which is my laptop hard &#8230; <a href="http://thinkasgeek.wordpress.com/2010/03/14/my-laptop-is-nearly-dead/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkasgeek.wordpress.com&amp;blog=11122415&amp;post=37&amp;subd=thinkasgeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today, i messed up with my laptop. It all started by learning to create a Debian bootable USB stick as given in http://blogs.koolwal.net/2009/02/25/installing-linux-on-usb-part-7-install-debian-linux-from-usb-drive/ and at the step of extracting the boot.img.gz file, i gave /dev/sda which is my laptop hard drive instead of USB drive. After this accident, i could not reboot my system. I cannot go beyond the boot screen showing the compaq logo and i cannot access BIOS also. I had a talk with HP service center and they have asked me to visit them tomorrow. When i googled for the symptoms, i got many solutions like flashing BIOS etc.. but i don&#8217;t want to take risk.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thinkasgeek.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thinkasgeek.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thinkasgeek.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thinkasgeek.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thinkasgeek.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thinkasgeek.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thinkasgeek.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thinkasgeek.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thinkasgeek.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thinkasgeek.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thinkasgeek.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thinkasgeek.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thinkasgeek.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thinkasgeek.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkasgeek.wordpress.com&amp;blog=11122415&amp;post=37&amp;subd=thinkasgeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thinkasgeek.wordpress.com/2010/03/14/my-laptop-is-nearly-dead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/03ada3ed7a3e21ad31b1f4525823eb7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Varadharajan</media:title>
		</media:content>
	</item>
		<item>
		<title>IP and MAC address based ACL&#8217;s in Squid</title>
		<link>http://thinkasgeek.wordpress.com/2010/03/06/ip-and-mac-address-based-acls-in-squid/</link>
		<comments>http://thinkasgeek.wordpress.com/2010/03/06/ip-and-mac-address-based-acls-in-squid/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 05:23:35 +0000</pubDate>
		<dc:creator>fossman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thinkasgeek.wordpress.com/?p=35</guid>
		<description><![CDATA[I am little bit confused on how to match IP address of a computer with its MAC address while writing ACL&#8217;s in squid. My objective is to allow IP address for which the NIC&#8217;s MAC address is already defined in &#8230; <a href="http://thinkasgeek.wordpress.com/2010/03/06/ip-and-mac-address-based-acls-in-squid/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkasgeek.wordpress.com&amp;blog=11122415&amp;post=35&amp;subd=thinkasgeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am little bit confused on how to match IP address of a computer with its MAC address while writing ACL&#8217;s in squid. My objective is to allow IP address for which the NIC&#8217;s MAC address is already defined in ACL, so that other, who are responsible for IP collision may not use proxy. For example, i will allow a computer with IP 10.2.1.77 when its mac address is only 00:0f:fe:1c:9d:63 so on. I think the following ACL will do the job.</p>
<p style="text-align:left;">acl comp1_ip src 10.2.1.77</p>
<p style="text-align:left;">acl comp1_mac arp 00:0f:fe:1c:9d:63</p>
<p style="text-align:left;">http_access allow comp1_ip comp1_mac</p>
<p style="text-align:left;">I think the above ACL&#8217;s will work. Will post the results here after testing it.</p>
<p style="text-align:center;">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thinkasgeek.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thinkasgeek.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thinkasgeek.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thinkasgeek.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thinkasgeek.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thinkasgeek.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thinkasgeek.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thinkasgeek.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thinkasgeek.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thinkasgeek.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thinkasgeek.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thinkasgeek.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thinkasgeek.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thinkasgeek.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkasgeek.wordpress.com&amp;blog=11122415&amp;post=35&amp;subd=thinkasgeek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thinkasgeek.wordpress.com/2010/03/06/ip-and-mac-address-based-acls-in-squid/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/03ada3ed7a3e21ad31b1f4525823eb7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Varadharajan</media:title>
		</media:content>
	</item>
	</channel>
</rss>
