<?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>Burad&#039;s Blog &#187; linux</title>
	<atom:link href="http://www.aburad.com/blog/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aburad.com/blog</link>
	<description>A computer nerd who would soon be an MBA</description>
	<lastBuildDate>Thu, 28 Oct 2010 15:53:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Google treasure hunt (Second puzzle)</title>
		<link>http://www.aburad.com/blog/2008/05/google-treasure-hunt-second-puzzzle.html</link>
		<comments>http://www.aburad.com/blog/2008/05/google-treasure-hunt-second-puzzzle.html#comments</comments>
		<pubDate>Mon, 19 May 2008 18:34:16 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[puzzle]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=244</guid>
		<description><![CDATA[Its about time (936266827 seconds before Y2K38) i.e 19may2008 17:07:58 (UTC) and the second puzzle is live (Check it out). You can still try the first question here. Second puzzle from google treasure hunt is to calculate Sum of line n for all files with path or name containing pattern and ending in particular extension. [...]]]></description>
			<content:encoded><![CDATA[<p>Its about time (<a href="http://googleblog.blogspot.com/2008/05/google-treasure-hunt-update.html">936266827 seconds before Y2K38</a>) i.e 19may2008 17:07:58 (UTC) and the <a href="http://treasurehunt.appspot.com/">second puzzle is live (Check it out)</a>.   You can still try the <a href="http://treasurehunt.appspot.com/historic/robot/">first question here</a>. Second puzzle from <a href="http://google-au.blogspot.com/2008/05/google-treasure-hunt.html">google treasure hunt</a> is to calculate</p>
<blockquote><p>Sum of line <strong>n</strong> for all files with path or name containing pattern and ending in particular extension. Similarly Sum of line <strong>m</strong> for all files with some pattern.<br />
Hint: If the requested line does not exist, do not increment the sum.<br />
Multiply all the above sums together and enter the product below.</p></blockquote>
<p>for a given set of files contained in a zip archive. I have already submitted my answer <img src='http://www.aburad.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  , but this time I will have to wait for 24hrs to check the status of my answer <img src='http://www.aburad.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  . I thinks its a good puzzle to test your quick shell script abilities. (Can also be done easily in perl/python). </p>
<p>For the solution part, I wont give the actual solution (As dont want it to spoil for others who are actually trying) but you can use shell commands [grep, find ,sed and pipe (|)] to get to solution. You can get all the required numbers  in 2 lines on shell.</p>
<p>Related Post:<br />
<a href="http://aburad.com/blog/2008/05/google-treaure-hunt.html">Google Treasure Hunt</a><br />
<a href="http://aburad.com/blog/2007/04/orios-riddle-completed.html">Orio&#8217;s Riddle Completed</a><br />
<a href="http://aburad.com/blog/2007/02/twisty-puzzles.html">Twisty Puzzles</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/05/google-treasure-hunt-second-puzzzle.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Google treaure hunt</title>
		<link>http://www.aburad.com/blog/2008/05/google-treaure-hunt.html</link>
		<comments>http://www.aburad.com/blog/2008/05/google-treaure-hunt.html#comments</comments>
		<pubDate>Sun, 18 May 2008 19:26:01 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[puzzle]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=242</guid>
		<description><![CDATA[The Google Engineering team is launching its first ever Treasure Hunt, a contest designed to challenge your problem-solving skills. Find more details at Google Australia blog here They will be releasing first four puzzles in the next consecutive four weeks, one is alread released. To get the URL of the contest you have to decode: [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>The Google Engineering team is launching its first ever Treasure Hunt, a contest designed to challenge your problem-solving skills.</p></blockquote>
<p>Find <a href="http://google-au.blogspot.com/2008/05/google-treasure-hunt.html">more details at Google Australia blog here</a><br />
They will be releasing first four puzzles in the next consecutive four weeks, one is alread released.<br />
To get the URL of the contest you have to decode:</p>
<blockquote><p>aHR0cDovL3RyZWFzdXJlaHVudC5hcHBzcG90LmNvbS8=</p></blockquote>
<p>And yeah, <img src='http://www.aburad.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I was able to that do that. I&#8217;ll tell you the answer its <a href="http://treasurehunt.appspot.com/">http://treasurehunt.appspot.com/</a>, as its already on <a href="http://googleblog.blogspot.com/2008/05/google-treasure-hunt-update.html">Google Blog</a><br />
Actually its the <a href="http://en.wikipedia.org/wiki/Base64">base64</a> <a href="http://makcoder.sourceforge.net/demo/base64.php">decode of the given code.</a></p>
<p>You can find the  <a href="http://treasurehunt.appspot.com/">first puzzle here</a>.</p>
<blockquote><p>A robot is located at the top-left corner of a 34 x 49 grid.<br />
The robot can only move either down or right at any point in time. The robot is trying to reach the bottom-right corner of the grid. How many possible unique paths are there?</p></blockquote>
<p>I have solved this one. Give it a try, its not that difficult. Any way I&#8217;m there to help <img src='http://www.aburad.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Here is the solution to the problem :<br />
The number of paths for n x m grid (n-1 down blocks and m-1 right blocks) is equal to number of ways of arranging n-1 D&#8217;s (Down move) and m-1 R&#8217;s (Right move). So it&#8217;s</p>
<blockquote><p>(n-1+m-1)! / ((n-1)! * (m-1)!)</p></blockquote>
<p>You can calculate it using calculator in Windows/Linux.<br />
I&#8217;m waiting for the next to come.</p>
<blockquote><p>The second puzzle will be appearing soon — to be exact, 936266827 seconds before Y2K38,</p></blockquote>
<p><strong>Update:</strong></p>
<p>Unix internal time is commonly stored in a data structure using a long int containing the number of seconds since 1970. This time is used in all time-related processes such as scheduling, file timestamps, etc. In a 32-bit machine, this value is sufficient to store time up to 18-jan-2038. After this date, 32-bit clocks will overflow and return erroneous values such as 32-dec-1969 or 13-dec-1901. <a href="http://vancouver-webpages.com/time/Y2K38.html">Read More about Y2K38</a>.<br />
<a href="http://en.wikipedia.org/wiki/Year_2038_problem"></a></p>
<p><a href="http://en.wikipedia.org/wiki/Year_2038_problem">According to wikipedia </a> The latest time that can be represented in this format, following the POSIX standard, <strong>is 03:14:07 UTC on Tuesday, January 19, 2038</strong>. So when you calculate specified 936266827 seconds before that next puzzle should come around <strong>19may2008 17:07:58 (The puzzle is alread there)(UTC) </strong>.</p>
<p>I have removed exact timing for you to get it on your own.(or is it still there ..haha ). And still if you need it, you can request in comments.<br />
I calculated it using <a href="http://www.stata.com/">stata</a>. You can easily calculate this in two lines in python:</p>
<blockquote><p><em> &gt;&gt;&gt; import time<br />
&gt;&gt;&gt; print time.ctime(2**31 &#8211; 1 &#8211; 936266827)<br />
</em></p></blockquote>
<p><strong></strong>Related Post:<br />
<a href="http://aburad.com/blog/2007/04/orios-riddle-completed.html">Orio&#8217;s Riddle Completed</a><br />
<a href="http://aburad.com/blog/2007/02/twisty-puzzles.html">Twisty Puzzles</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/05/google-treaure-hunt.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Installing latex on hostmonster</title>
		<link>http://www.aburad.com/blog/2008/05/installing-latex-on-hostmonster.html</link>
		<comments>http://www.aburad.com/blog/2008/05/installing-latex-on-hostmonster.html#comments</comments>
		<pubDate>Fri, 09 May 2008 06:46:43 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[latex]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[hostmonster]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=228</guid>
		<description><![CDATA[In continuation with my previous post (Some times yahoo is better), I followed the steps on how to install latex/tetex on my web host from here (You can also get the Installation steps from QuickInstall file in source code or access the same file from tug.org). But the problem is that on web hosts like [...]]]></description>
			<content:encoded><![CDATA[<p>In continuation with my previous post (<a href="http://aburad.com/blog/2008/05/sometimes-yahoo-is-better.html">Some times yahoo is better</a>),  I followed the steps on how to install latex/tetex on my web host <a href="http://mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/">from here</a> (You can also get the Installation steps from QuickInstall file in source code or access the same file from <a href="http://tug.org/teTeX/tetex-src/QuickInstall">tug.org</a>).</p>
<p>But the problem is that on web hosts like hostmonster you won&#8217;t have root access so you will need to modify some of the things and do a local install in your home directory.</p>
<p>For that you can specify <em><strong>&#8211;prefix</strong></em> accordingly while doing <em><strong>./configure</strong></em>. So you need to do:</p>
<blockquote>
<pre class="bash">./configure --<span style="color: #007800;">prefix=</span>/home/<strong>username</strong>/local/teTeX
replace username with your account name</pre>
</blockquote>
<p>This step ended without any errors But while I was doing <strong><em>make world</em></strong>, the process exited with following error:</p>
<blockquote>
<pre>/usr/bin/ld: skipping incompatible /usr/X11R6/lib/libXt.a when searching for -lXt
/usr/bin/ld: skipping incompatible /usr/X11R6/lib/libX11.so when searching for -lX11</pre>
</blockquote>
<p>I found <a href="http://www.mail-archive.com/opendx2-dev@lists.berlios.de/msg04315.html">this thread</a>, where they were discussing similar error  and from what I got it was due to  machine  platform.  So I checked my host system information with</p>
<blockquote>
<pre>uname -a</pre>
<p>from there I got <em>x86_64 x86_64 x86_64 GNU/Linux</em> which meant its a 64 bit architecture.</p></blockquote>
<p>So after some tweaking to what I found here(<a href="http://cblfs.cross-lfs.org/index.php/TeTeX">CBLFS: TeTeX</a>) to make it work for local install, you can do following to compile the package:</p>
<blockquote><p><code> </code></p>
<pre>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" USE_ARCH=64 \
./configure --prefix=/home/<strong>username</strong>/local/teTeX/ \
--enable-shared \
--without-texinfo \
--with-x=no \
--with-system-ncurses \
--with-system-zlib &amp;&amp;
[ -f texk/libtool ] &amp;&amp; sed -i "/sys_lib_search_path_spec=/s:/lib:&amp;64:g" texk/libtool;</pre>
</blockquote>
<p>And then you can do</p>
<blockquote>
<pre>make world
make all install</pre>
</blockquote>
<p>You can then add generated executable to your system path by:</p>
<blockquote>
<pre>PATH=/home/<strong>username</strong>/local/teTeX/bin/x86_64-unknown-linux-gnu:$PATH;
export PATH</pre>
</blockquote>
<p>You can also configure your installation using:</p>
<blockquote>
<pre>texconfig</pre>
</blockquote>
<p>And its DONE <img src='http://www.aburad.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />       <strong>Find <a href="http://aburad.com/latex/install.txt">all steps followed by me here</a></strong><br />
So if you want to install on 32 bit config the <a href="http://mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/">method at Microcontroller programming Blog</a> should work fine.<br />
Also read: <a href="http://tldp.org/HOWTO/TeTeX-HOWTO-9.html#generic-CTAN">The Tetex HowTo</a></p>
<p>You can download required packages using <em>wget</em> on shell account at hostmonster from <a href="http://www.ctan.org/tex-archive/systems/unix/teTeX/current/distrib/">ctan.org</a></p>
<p>Related Post: <a href="http://aburad.com/blog/2005/06/latex-beamer.html">Latex Beamer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/05/installing-latex-on-hostmonster.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Dilbert in new flavor</title>
		<link>http://www.aburad.com/blog/2008/04/dilbert-in-new-flavor.html</link>
		<comments>http://www.aburad.com/blog/2008/04/dilbert-in-new-flavor.html#comments</comments>
		<pubDate>Tue, 22 Apr 2008 06:31:45 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[humor]]></category>
		<category><![CDATA[dilbert]]></category>
		<category><![CDATA[iit]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[www.dilbert.com]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/2008/04/dilbert-in-new-flavor.html</guid>
		<description><![CDATA[New design and features @ www.dilbert.com Read more about it: Dilbert.com relaunches with Web 2.0 flavor. They have added comic strips as flash content. But I liked the old format..more simple. And now all comics are colored too. An IITian&#8217;s super power strikes again in new comic strip. Super powers of Asok (Used till now): [...]]]></description>
			<content:encoded><![CDATA[<p>New design and features @ <a href="http://www.dilbert.com">www.dilbert.com</a></p>
<p>Read more about it: <a href="http://www.webware.com/8301-1_109-9924758-2.html">Dilbert.com relaunches with Web 2.0 flavor.</a><br />
They have added comic strips as flash content. But I liked the old format..more simple. And now all comics are colored too.</p>
<p>An IITian&#8217;s super power strikes again in new comic strip. <img src='http://www.aburad.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a href="http://dilbert.com/strips/comic/2008-04-21/"><img src="http://dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/00000/2000/200/2918/2918.strip.gif" border="0" alt="" width="400" height="150" /></a></p>
<p>Super powers of Asok (Used till now):</p>
<ul>
<li>Guided reincarnation</li>
<li>Advance shape shifting</li>
<li>Telekinetic powers (used to cause remote explosions, just by thinking)</li>
</ul>
<p>Please add ..if i misssed some. (for reference of above mentioned powers <a href="http://aburad.com/dilbert.html">see my collection</a>)</p>
<p>Read My collection of <a href="http://aburad.com/dilbert.html">strips featuring IITs and Linux</a><br />
<!-- ckey="120D887B" --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/04/dilbert-in-new-flavor.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Double century of posts : A comic break</title>
		<link>http://www.aburad.com/blog/2007/04/double-century-of-posts-a-comic-break.html</link>
		<comments>http://www.aburad.com/blog/2007/04/double-century-of-posts-a-comic-break.html#comments</comments>
		<pubDate>Tue, 24 Apr 2007 06:54:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[listing]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[india]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=201</guid>
		<description><![CDATA[I found this Best of Blaugh through webyantra. So enjoy&#8230; Here are the other webcomics that i love: Dilbert xkcd.com .pOINT_bLANK: Cartoons, India Explosm.net gapingvoid: &#8220;cartoons drawn on the back of business cards&#8221; bLaugh &#8211; The (un)Official Comic of the Blogosphere We Blog Cartoons My collection of dilbert comics: Dilbert, IIT and Linux Related Posts: [...]]]></description>
			<content:encoded><![CDATA[<p>I found this <a href="http://www.slideshare.net/marketingfacts/the-best-of-blaugh">Best of Blaugh </a>through <a href="http://www.webyantra.net/2007/04/23/time-for-a-comic-break-on-webyantra/">webyantra</a>. So enjoy&#8230;</p>
<p><object data="https://s3.amazonaws.com:443/slideshare/ssplayer.swf?id=7197&amp;doc=the-best-of-blaugh-4198" width="425" height="348" type="application/x-shockwave-flash"></object><br />
Here are the other webcomics that i love:</p>
<ul>
<li><a target="_top" href="http://www.dilbert.com/">Dilbert</a></li>
<li><a target="_top" href="http://www.xkcd.com/">xkcd.com</a></li>
<li><a target="_top" href="http://pointblank2006.blogspot.com/index.html">.pOINT_bLANK: Cartoons, India</a></li>
<li><a target="_top" href="http://www.explosm.net/">Explosm.net</a></li>
<li><a target="_top" href="http://www.gapingvoid.com/">gapingvoid: &#8220;cartoons drawn on the back of business cards&#8221;</a></li>
<li><a target="_top" href="http://blaugh.com/">bLaugh &#8211; The (un)Official Comic of the Blogosphere</a></li>
<li><a target="_top" href="http://www.weblogcartoons.com/">We Blog Cartoons</a></li>
</ul>
<p>My collection of dilbert comics: <a href="http://www.aburad.com/dilbert.html">Dilbert, IIT and Linux</a><br />
Related Posts:<br />
<a href="http://aburad.com/blog/2006/11/great-amul-ads.html">Great Amul Ads !</a><br />
<a href="http://aburad.com/blog/2006/09/damned-funny-unix-humor.html">Damned funny Unix humor</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2007/04/double-century-of-posts-a-comic-break.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.Net apps on linux</title>
		<link>http://www.aburad.com/blog/2007/04/net-apps-on-linux.html</link>
		<comments>http://www.aburad.com/blog/2007/04/net-apps-on-linux.html#comments</comments>
		<pubDate>Mon, 09 Apr 2007 16:42:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[framework applications]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=198</guid>
		<description><![CDATA[Actually i had to do some assignment in C#, so first i thought of going to windows and do it with VisualStudio (IDE)..but voila&#8230; i found its alternative for linux : monoIt allows you develop and run .net framework applications.I was able to install it easily in ubuntu: sudo apt-get install mono sudo apt-get install [...]]]></description>
			<content:encoded><![CDATA[<p>Actually i had to do some assignment in C#, so first i thought of going to windows and do it with VisualStudio (IDE)..but voila&#8230; i found its alternative for linux : <a href="http://www.mono-project.com/Main_Page">mono</a><br />It allows you develop and run .net framework applications.<br />I was able to install it  easily in ubuntu:</p>
<p><span style="font-style: italic;"> sudo apt-get install mono</span><br /><span style="font-style: italic;"> sudo apt-get install mono-gmcs                </span></p>
<p>Now you can compile .cs files {extension for c#} using<br /><span style="font-style: italic;"><br />  gmcs file.cs<br /></span><br />and run using</p>
<p><span style="font-style: italic;">    mono file.exe</p>
<p></span><span>More details about <a href="http://www.mono-project.com/CSharp_Compiler">Csharp compiler :gmcs  </a></span><span style="font-style: italic;"><br /></span>See these links for more details and examples:<br /><a href="http://www.mono-project.com/Main_Page">http://www.mono-project.com/Main_Page</a><br /><a href="http://www-128.ibm.com/developerworks/library/l-mono/index.html">Mono brings .NET apps to Linux</a><br /><a href="http://www.codeproject.com/cpnet/introtomono1.asp">Introduction to Mono &#8211; Your first Mono app</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2007/04/net-apps-on-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open source is key to reaching 500 million Indian children</title>
		<link>http://www.aburad.com/blog/2007/02/open-source-is-key-to-reaching-500-million-indian-children.html</link>
		<comments>http://www.aburad.com/blog/2007/02/open-source-is-key-to-reaching-500-million-indian-children.html#comments</comments>
		<pubDate>Mon, 26 Feb 2007 21:31:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[india]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[e-learning]]></category>
		<category><![CDATA[Kerala]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=191</guid>
		<description><![CDATA[An interesting article by Mark Rais on role of open source in making education available to the large youth population of india. And a greta initiative by CII-Shiksha. To support more than 650,000 villages and one half billion youths who need education, the Confederation of Indian Industry (CII) created a nonprofit organization called Shiksha India [...]]]></description>
			<content:encoded><![CDATA[<p>An <a href="http://community.linux.com/community/07/02/20/1730203.shtml?tid=11">interesting article</a> by <a href="http://www.reallylinux.com/">Mark Rais</a> on role of open source in making  education available to the large youth population of india. And a greta initiative by CII-Shiksha.<br />
<blockquote>To support more than 650,000 villages and one half billion youths who need education, the Confederation of Indian Industry (CII) created a nonprofit organization called <a href="http://shikshaindia.org/details.html">Shiksha India</a> in 2001. One of Shiksha&#8217;s primary initiatives was the creation of a collaborative online <a href="http://eshikshaindia.in/">Web portal</a>, which the president of India launched in a formal ceremony last month. The new e-learning and collaboration portal uses open source technology such as <a href="http://moodle.org/">Moodle</a>, <a href="http://drupal.org/">Drupal</a>, and <a href="http://www.mediawiki.org/">MediaWiki.</a></p></blockquote>
<div style="text-align: center;"><a href="http://eshikshaindia.in/"><img style="margin: 0pt 0pt 10px 10px; cursor: pointer; width: 345px; height: 209px;" src="http://bp3.blogger.com/_qhHaEAh26gI/ReNTSyWP2hI/AAAAAAAAAF0/p8TjwmueARs/s400/india.png" alt="" id="BLOGGER_PHOTO_ID_5035960390548183570" border="0" /></a></div>
<p>In my opinion the reason behind its success can be attributed to mainly: its free of cost availabilty which is big issue in regard to country like India, where  population(half billion)  which need attention is much higher and money involved if proprietary softwares are being used. And other important aspect which article mentions is  in the ability to customize and provide products in local languages (including Hindi and Tamil) along with chosing most suited among vast available resources.<br />              Another important issue which can be solved with open source is large scale piracy, currently software piracy laws are not so strict in india but  still  piracy is a  getting a major issue.<br />
<blockquote>&#8220;The bad side is that with so much available, a newcomer to OSS is bound to get confused about what to use.&#8221; He says this is often exacerbated due to some projects being fixated on proving that their product is best.</p></blockquote>
<p>Other than that at present, their are linux distributons like <a href="http://www2.blogger.com/www.ubuntu.com/">Ubuntu</a>, which is quite user friendly and its available in many flavours. Also earlier there has also been efforts in shifting towards linux and other  open source  mediums like :<br /><a href="http://www.networkmagazineindia.com/200607/casestudy01.shtml">LIC opts for Linux</a><br /><a href="http://aburad.com/blog/2006/03/taking-free-software-to-the-farmers-and-fields-of-india.html">Taking Free Software to the Farmers and Fields of India</a><br />        <a href="http://www.financialexpress.com/fe_full_story.php?content_id=138464"><b><span style="color: rgb(204, 0, 0);"> </span></b>Kerala logs Microsoft out</a></p>
<p>Linux.com : <a href="http://community.linux.com/community/07/02/20/1730203.shtml?tid=11">Open source is key to reaching 500 million Indian children<br /></a><a href="http://shikshaindia.org/details.html">Program Details for Shiksha India</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2007/02/open-source-is-key-to-reaching-500-million-indian-children.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Dilbert Principle</title>
		<link>http://www.aburad.com/blog/2007/02/the-dilbert-principle.html</link>
		<comments>http://www.aburad.com/blog/2007/02/the-dilbert-principle.html#comments</comments>
		<pubDate>Wed, 14 Feb 2007 05:43:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[humor]]></category>
		<category><![CDATA[offbeat]]></category>
		<category><![CDATA[dilbert]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Peter Principle]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=184</guid>
		<description><![CDATA[Did you know about Dilbert Principle.. The Dilbert Principle refers to a 1990s satirical observation stating that companies tend to systematically promote their least-competent employees to management, in order to limit the amount of damage that they&#8217;re capable of doing. Now i understand it all .. The Dilbert Principle is a takeoff on the Peter [...]]]></description>
			<content:encoded><![CDATA[<p>Did you know about <a href="http://en.wikipedia.org/wiki/The_Dilbert_Principle">Dilbert Principle</a>..</p>
<blockquote><p><strong>The Dilbert Principle</strong> refers to a <a href="http://en.wikipedia.org/wiki/1990s" title="1990s">1990s</a> <a href="http://en.wikipedia.org/wiki/Satire" title="Satire">satirical</a> observation stating th<span style="text-decoration: underline"></span>at companies  tend to systematically promote their least-competent employees to management, in order to limit the amount of damage that they&#8217;re capable of doing.</p></blockquote>
<p>Now i understand it all <img src='http://www.aburad.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ..</p>
<blockquote><p>The Dilbert Principle is a takeoff on the <a href="http://en.wikipedia.org/wiki/Peter_Principle" title="Peter Principle">Peter Principle</a>. The Peter Principle addresses the practice of hierarchical organizations (such as corporations and government agencies) to use promotions as a way to reward employees who demonstrate competence in their current position.</p></blockquote>
<p>what do you think ??<br />
Related links :<br />
<a href="http://www.aburad.com/dilbert.html">Dilbert, IITs &amp; Linux</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2007/02/the-dilbert-principle.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some useful command line tricks</title>
		<link>http://www.aburad.com/blog/2007/02/some-useful-command-line-tricks.html</link>
		<comments>http://www.aburad.com/blog/2007/02/some-useful-command-line-tricks.html#comments</comments>
		<pubDate>Tue, 06 Feb 2007 08:28:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[listing]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=173</guid>
		<description><![CDATA[SEOmoz.org has listing of linux commnad that may be useful in web development but they are uerful otherwise too. Some of them are here: ln -s /some/destination name_of_link ctrl+z and bg scp : scp user@example.com:~/dir /destination Read More : Web Developers: 13 Command Line Tricks Some other Miscellaneous Tricks: ls -lSr List files (sorted by [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.seomoz.org/blog/web-developers-command-line-tricks">SEOmoz.org</a> has listing of linux commnad that may be useful in web development but they are uerful otherwise too.<br />
Some of them are here:</p>
<ul>
<li><strong>ln -s /some/destination name_of_link</strong></li>
<li><strong>ctrl+z and bg </strong></li>
<li><strong>scp</strong> : scp user@example.com:~/dir /destination</li>
</ul>
<p>Read More : <a href="http://www.seomoz.org/blog/web-developers-command-line-tricks">Web Developers: 13 Command Line Tricks </a><br />
Some other Miscellaneous Tricks:</p>
<blockquote>
<li>ls -lSr List files (sorted by size)</li>
<li>df -h Show available disk space in human-readable format</li>
<li>du -sh /some/dir Show how much space /some/dir is taking up</li>
</blockquote>
<p>Related Posts:<br />
<a href="http://aburad.com/blog/2007/01/ten-cool-coreutils-commands.html">Ten Cool Coreutils Commands </a><br />
<a href="http://aburad.com/blog/2006/07/searching-with-find.html">Searching with find</a><br />
<a href="http://aburad.com/blog/2006/02/best-linux-one-liners.html">Best Linux One Liners</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2007/02/some-useful-command-line-tricks.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cleaning up a Ubuntu GNU/Linux system</title>
		<link>http://www.aburad.com/blog/2007/01/cleaning-up-a-ubuntu-gnulinux-system.html</link>
		<comments>http://www.aburad.com/blog/2007/01/cleaning-up-a-ubuntu-gnulinux-system.html#comments</comments>
		<pubDate>Tue, 30 Jan 2007 20:32:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=169</guid>
		<description><![CDATA[I&#8217;m using ubuntu dapper, and i came across this nice ubuntu blog : Ubuntu Tutorials, having post on how to clean your ubuntu system to remove residual config packages, partial packages to free up your disk space. it also provides screen shot to help you follow the process. it also explains how to use localpurge, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using ubuntu dapper, and i came across this nice ubuntu blog :<a href="http://ubuntu-tutorials.blogspot.com/"> Ubuntu Tutorials</a>, having post on how to clean your ubuntu system to remove residual config packages, partial packages to free up your disk space. it also provides screen shot to help you follow the process. it also explains how to use localpurge, deborhan and other tools.</p>
<p>Read more &gt;&gt; <a href="http://ubuntu-tutorials.blogspot.com/2007/01/cleaning-up-ubuntu-gnulinux-system.html">Cleaning up a ubuntu system</a></p>
<p>Related post : <a href="http://aburad.com/blog/2007/01/how-to-install-anything-in-ubuntu.html">How to install ANYTHING in Ubuntu!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2007/01/cleaning-up-a-ubuntu-gnulinux-system.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

