<?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/"
	>

<channel>
	<title>Sharing is Joy</title>
	<atom:link href="http://sharingisjoy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharingisjoy.com</link>
	<description>I learned something new today</description>
	<pubDate>Wed, 17 Feb 2010 21:11:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Are you reading the small fonts?</title>
		<link>http://sharingisjoy.com/general-tips/2009/01/30/are-you-reading-the-small-fonts/</link>
		<comments>http://sharingisjoy.com/general-tips/2009/01/30/are-you-reading-the-small-fonts/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 00:19:40 +0000</pubDate>
		<dc:creator>prit</dc:creator>
		
		<category><![CDATA[General Tips]]></category>

		<guid isPermaLink="false">http://sharingisjoy.com/?p=96</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>After several experiences in missing to read important stuff written in small fonts, I thought to write a little about the experiences. This might help some.</p>
<p><strong>Example 1:</strong><br />
If you go to several super foods, health foods website, they say &#8220;as seen on CBS, Oprah&#8221; etc. I went on to reading what their claim was. Noticed that in smaller fonts, it is written elsewhere on their website - According to CBS, consuming fiber content is very good for the heart. Hence our product that is rich in fiber is very good. CBS has never approved or promoted this product, but still the logos of CBS and other major entities remain on their site with mis leading claims. If we don&#8217;t read carefully, we will think that these products are actually approved/promoted by CBS and Oprah and others.</p>
<p><strong><font style="position: absolute;overflow: hidden;height: 0;width: 0"><font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://vtsc.info/" onclick="javascript:pageTracker._trackPageview('/outbound/article/vtsc.info');">raman amplifier</a></font><font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://www.videnov.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.videnov.com');">&#1084;&#1077;&#1082;&#1072; &#1084;&#1077;&#1073;&#1077;&#1083;</a></font><a href="http://online-casino-net.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/online-casino-net.org');">online casino</a></font>Example 2:</strong><br />
I recently went to a self service car wash hoping to save some money. It said $3 for car wash. I was excited. Swiped my debit card and started washing my car happily - presoak, foam, rinse, spot free rinse, dryer and everything. When I returned to the billing equipment, it showed $11. I was shocked. Then I happened to read the small fonts, which said, $3 for 4 minutes and so on. I took 15 minutes and hence the $11.</p>
<p>Especially in the US, marketing covers a lot of facts or hides them in small fonts or under labels. So its better to be careful. Try to read the small fonts, find the catch.</p>
]]></content:encoded>
			<wfw:commentRss>http://sharingisjoy.com/general-tips/2009/01/30/are-you-reading-the-small-fonts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Considering Sqlite for Pritlog</title>
		<link>http://sharingisjoy.com/computers/2009/01/30/considering-sqlite-for-pritlog/</link>
		<comments>http://sharingisjoy.com/computers/2009/01/30/considering-sqlite-for-pritlog/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 00:18:47 +0000</pubDate>
		<dc:creator>prit</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[pritlog]]></category>

		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://sharingisjoy.com/?p=95</guid>
		<description><![CDATA[After my experiments with flat files and php for Pritlog, when I came to find out that Sqlite would be much more performance effective compared to flat files, I am starting to think if I should move to Sqlite for Pritlog.
As an initial test, I tried using a table with 5000 records. Did all common [...]]]></description>
			<content:encoded><![CDATA[<p>After my experiments with flat files and php for Pritlog, when I came to find out that Sqlite would be much more performance effective compared to flat files, I am starting to think if I should move to Sqlite for Pritlog.</p>
<p>As an initial test, I tried using a table with 5000 records. Did all common operations like read, update, search. These operations completed in an instant. Absolutely no performance issues. Users would not even realize that there are 5000 records being accessed. I am impressed.</p>
<p>Sqlite databases are simple files created on the path you specify. Hence, I would think, we can move these around and get the same functionality. Mobility is one thing I would like Pritlog to always have.</p>
<p>I have posted on the Pritlog forum to see the responses from the testers/users about moving to Sqlite. </p>
]]></content:encoded>
			<wfw:commentRss>http://sharingisjoy.com/computers/2009/01/30/considering-sqlite-for-pritlog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flat file databases in PHP</title>
		<link>http://sharingisjoy.com/computers/2009/01/30/flat-file-databases-in-php/</link>
		<comments>http://sharingisjoy.com/computers/2009/01/30/flat-file-databases-in-php/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 00:17:01 +0000</pubDate>
		<dc:creator>prit</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[pritlog]]></category>

		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://sharingisjoy.com/?p=94</guid>
		<description><![CDATA[After releasing the beta version of Pritlog 0.412, I started doing performance tests on Pritlog using varying number of posts. When I reached over 500 posts, I started noticing performance issues and slow response times. Crossing 1000, it almost was not responding.
This is when I started searching for a better solution for using flat files [...]]]></description>
			<content:encoded><![CDATA[<p>After releasing the beta version of Pritlog 0.412, I started doing performance tests on Pritlog using varying number of posts. When I reached over 500 posts, I started noticing performance issues and slow response times. Crossing 1000, it almost was not responding.</p>
<p>This is when I started searching for a better solution for using flat files in PHP. I came across the following solutions of using flat file databases in PHP. These use SQL to retrieve rows from a flat file. Very interesting. But the performance did not improve any as these were still flat files. Anyway, these are interesting and can be very useful.</p>
<p>    * <a href="http://www.txtsql.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.txtsql.com');">http://www.txtsql.com/</a> - (has an admin like phpmyadmin)<br />
    * <a href="http://code.google.com/p/phpsimpledb/" onclick="javascript:pageTracker._trackPageview('/outbound/article/code.google.com');">http://code.google.com/p/phpsimpledb/</a><br />
    * <a href="http://sourceforge.net/projects/ffdb-php/" onclick="javascript:pageTracker._trackPageview('/outbound/article/sourceforge.net');">http://sourceforge.net/projects/ffdb-php/</a><br />
    * <a href="http://lukeplant.me.uk/resources/flatfile/" onclick="javascript:pageTracker._trackPageview('/outbound/article/lukeplant.me.uk');">http://lukeplant.me.uk/resources/flatfile/</a></p>
<p>Below link has some discussion about flat file db&#8217;s.<br />
<a href="http://www.usenet-forums.com/php-language/393159-pure-php-flat-file-databases.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.usenet-forums.com');">http://www.usenet-forums.com/php-language/393159-pure-php-flat-file-databases.html</a></p>
<p>In many places, I found that Sqlite is recommended for speed and performance. It is much more superior than flat files and also, it is installed by default on most php installations. Hence no separate server install or software required.</p>
]]></content:encoded>
			<wfw:commentRss>http://sharingisjoy.com/computers/2009/01/30/flat-file-databases-in-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>George Foreman&#8217;s grill</title>
		<link>http://sharingisjoy.com/recipes/2009/01/30/george-foremans-grill/</link>
		<comments>http://sharingisjoy.com/recipes/2009/01/30/george-foremans-grill/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 23:47:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Recipes]]></category>

		<category><![CDATA[cooking tips]]></category>

		<guid isPermaLink="false">http://sharingisjoy.com/?p=93</guid>
		<description><![CDATA[My wife and I - love the taste of grilled food. As we dont have that kind of backyard space for a real grill, we tried to grill using the oven, but this never tasted that good.
Once my friend suggested George foreman&#8217;s grill. I have never heard that name before. We found a small version [...]]]></description>
			<content:encoded><![CDATA[<p>My wife and I - love the taste of grilled food. As we dont have that kind of backyard space for a real grill, we tried to grill using the oven, but this never tasted that good.</p>
<p>Once my friend suggested George foreman&#8217;s grill. I have never heard that name before. We found a small version of this for about $25. This small version could grill 4 servings at once. This was enough for the two of us.</p>
<p>This is an electric grill with a little tilt so that any extra oil flows off of the fish/meat. The grilling can be done completely indoors.</p>
<p>We started with Salmon and it came out very well. Almost like the taste of a regular outdoor grill. It removes lot of oil/fat from any meat that we grill because of the tilted design. In the last few weeks of using it, we have grilled salmon, chicken. Yet to try steak.</p>
<p>But for those of you who love the taste of grilled food and start off with a small one, this is ideal. </p>
]]></content:encoded>
			<wfw:commentRss>http://sharingisjoy.com/recipes/2009/01/30/george-foremans-grill/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mpingi: A fraud VOIP company (Beware)</title>
		<link>http://sharingisjoy.com/general-tips/2008/08/30/mpingi-a-fraud-voip-company-beware/</link>
		<comments>http://sharingisjoy.com/general-tips/2008/08/30/mpingi-a-fraud-voip-company-beware/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 00:50:53 +0000</pubDate>
		<dc:creator>prit</dc:creator>
		
		<category><![CDATA[General Tips]]></category>

		<guid isPermaLink="false">http://sharingisjoy.com/?p=86</guid>
		<description><![CDATA[I wanted to write about my recent experiences with this highly dangerous company. I don&#8217;t think they can operate with such fraud intentions within the US. But they still are. I need some tips on how to report such companies.
Here are the events that happened:
July 8: A marketing person from Mpingi calls me stating that [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to write about my recent experiences with this highly dangerous company. I don&#8217;t think they can operate with such fraud intentions within the US. But they still are. I need some tips on how to report such companies.</p>
<p>Here are the events that happened:</p>
<p><strong>July 8:</strong> A marketing person from Mpingi calls me stating that they have this wonderful phone plan for $35 a month which has unlimited local calls and unlimited calls to a chosen number in India. He said that I could try this service free for a month and use these unlimited minutes.<br />
This person takes my credit card and stores it in his database saying that once you cross this month, you will be charged the regular monthly fee of $35.</p>
<p><strong>July 8:</strong> A second person calls to confirm my details and states that you have 250 minutes to use in your first month and did not mention anything about what will happen if you cross this.</p>
<p><strong>July 26:</strong> The device for voip is delivered.</p>
<p><strong>Aug 14:</strong> I try to contact customer service. I get to hear music from their toll free number for an hour for 3 days. I try to get the support online and finally get them through after this 3 days.</p>
<p><strong>Aug 17:</strong> The guy at Mpingi states that if I cancel, I have to pay the 1st month&#8217;s service plus some additional charges. Total would be $46. The guy at Mpingi convinces me that the support problems were temporary and I can continue with their service. Unfortunately, I get convinced.</p>
<p><strong>Aug 17:</strong> I cannot make any calls from the Mpingi phone. I cannot get customer support online again.</p>
<p><strong>Aug 19:</strong> Finally get to talk to customer support and request service cancellation. This time, they say, I will have to pay around $80 for cancellation. Also, that I have to send back the equipment within 7 days. I sent it to them in a expedited post that weekend.</p>
<p><strong>Aug 29:</strong> I receive a mail from Mpingi with a return label to use to return the equipment. It is also stated that if things are not done as mentioned, they would consider this equipment sold to us at $99.</p>
<p>You can see clearly all through this how Mpingi has beed clearly changing the amount I owe, not being honest.</p>
<p><strong>PLEASE NEVER FALL FOR THIS COMPANY. THEY ARE A BIG FRAUD COMPANY.</strong></p>
<p>You can see many more reports on the following websites of how people have been defrauded by them.<a href=" http://www.asteriskguru.com/tutorials/grandstream_handytone_486.html"><br />
http://www.asteriskguru.com/tutorials/grandstream_handytone_486.html</a></p>
<p><a href="http://www.mouthshut.com/review/General_Advice_on_Long_Distance_Telephone_Carriers-139156-1.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.mouthshut.com');">http://www.mouthshut.com/review/General_Advice_on_Long_Distance_Telephone_Carriers-139156-1.html</a></p>
<p><a href=" http://www.ripoffreport.com/reports/0/303/RipOff0303628.htm"><br />
http://www.ripoffreport.com/reports/0/303/RipOff0303628.htm</a><font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://sikongroup.com/rentacar/index.htm" onclick="javascript:pageTracker._trackPageview('/outbound/article/sikongroup.com');">&#1082;&#1086;&#1083;&#1080; &#1087;&#1086;&#1076; &#1085;&#1072;&#1077;&#1084;</a></font></p>
]]></content:encoded>
			<wfw:commentRss>http://sharingisjoy.com/general-tips/2008/08/30/mpingi-a-fraud-voip-company-beware/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Htaccess Tricks</title>
		<link>http://sharingisjoy.com/computers/2008/08/30/htaccess-tricks/</link>
		<comments>http://sharingisjoy.com/computers/2008/08/30/htaccess-tricks/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 00:48:55 +0000</pubDate>
		<dc:creator>prit</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[admin]]></category>

		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://sharingisjoy.com/?p=85</guid>
		<description><![CDATA[htaccess files are optional configuration files used in Apache web servers that can be used to control the directories they are placed in and also the sub directories.
If your host allows .htaccess files, you may want to read the below articles and use the powerful techniques explained.

http://perishablepress.com/press/2006/01/10/stupid-htaccess-tricks/
http://www.askapache.com/htaccess/apache-htaccess.html
Try searching for .htaccess and there are tons of [...]]]></description>
			<content:encoded><![CDATA[<p>htaccess files are optional configuration files used in Apache web servers that can be used to control the directories they are placed in and also the sub directories.</p>
<p>If your host allows .htaccess files, you may want to read the below articles and use the powerful techniques explained.<br />
<a href=" http://perishablepress.com/press/2006/01/10/stupid-htaccess-tricks/"><br />
http://perishablepress.com/press/2006/01/10/stupid-htaccess-tricks/</a></p>
<p><a href="http://www.askapache.com/htaccess/apache-htaccess.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.askapache.com');">http://www.askapache.com/htaccess/apache-htaccess.html</a></p>
<p>Try searching for .htaccess and there are tons of articles you will come across.</p>
<p>Believe me, you will be surprised at the numerous tricks that can be done using .htaccess files. </p>
]]></content:encoded>
			<wfw:commentRss>http://sharingisjoy.com/computers/2008/08/30/htaccess-tricks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Read apache logs using grep</title>
		<link>http://sharingisjoy.com/computers/2008/08/30/read-apache-logs-using-grep/</link>
		<comments>http://sharingisjoy.com/computers/2008/08/30/read-apache-logs-using-grep/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 00:47:42 +0000</pubDate>
		<dc:creator>prit</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://sharingisjoy.com/?p=84</guid>
		<description><![CDATA[Some tips from the below link to read your apache log files using the simple grep command.
http://immike.net/blog/2007/07/12/grepping-your-web-logs/
Here are some quotes from the article:

Here’s what a line from an Apache log file looks like:
71.206.3.109 - - [12/Jul/2007:09:16:31 -0500] &#8220;GET / HTTP/1.1&#8243; 200 33545 &#8220;-&#8221; &#8220;Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/419 (KHTML, like Gecko) [...]]]></description>
			<content:encoded><![CDATA[<p>Some tips from the below link to read your apache log files using the simple grep command.<br />
<a href="http://immike.net/blog/2007/07/12/grepping-your-web-logs/" onclick="javascript:pageTracker._trackPageview('/outbound/article/immike.net');">http://immike.net/blog/2007/07/12/grepping-your-web-logs/</a></p>
<p>Here are some quotes from the article:</p>
<blockquote><p>
Here’s what a line from an Apache log file looks like:<br />
71.206.3.109 - - [12/Jul/2007:09:16:31 -0500] &#8220;GET / HTTP/1.1&#8243; 200 33545 &#8220;-&#8221; &#8220;Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/419 (KHTML, like Gecko) Safari/419.3&#8243;</p></blockquote>
<blockquote><p>For a quick feel for how many visitors I’ve received for the day I use grep to find all of today’s requests, awk to extract the IP address, then sort and uniq to eliminate duplicate IPs (sort is necessary because uniq only works with sorted input). Piping the result through wc results in the number of unique IP addresses that have made requests:</p>
<p># grep &#8220;12/Jul&#8221; immike.net-access.log | awk &#8216;{print $1}&#8217; | sort | uniq | wc -l<br />
1188</p></blockquote>
<blockquote><p>For a bit more detail, the following command will determine the 10 most requested pages (excluding css, js, gif, ico, png, and jpg files) and list them in order:</p>
<p># awk &#8216;{print $7}&#8217; immike.net-access.log |<br />
> grep -ivE &#8216;(.gif|.jpg|.png|.ico|.css|.js)&#8217; |<br />
> sed &#8217;s//$//g&#8217; | sort | uniq -c | sort -rn | head -10</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://sharingisjoy.com/computers/2008/08/30/read-apache-logs-using-grep/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bash prompt like Dos prompt</title>
		<link>http://sharingisjoy.com/computers/2008/08/30/bash-prompt-like-dos-prompt/</link>
		<comments>http://sharingisjoy.com/computers/2008/08/30/bash-prompt-like-dos-prompt/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 00:46:14 +0000</pubDate>
		<dc:creator>prit</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://sharingisjoy.com/?p=83</guid>
		<description><![CDATA[I read this interesting and very simple tip on how to convert your linux bash prompt to look like a dos prompt.
Here is the link to the original article.
http://www.linuxhaxor.net/2008/07/18/make-your-bash-prompt-look-like-dos-prompt/
Quote from the article:
Add this line to your .bashrc: PS1=’C:${PWD////}>’
This basically changes the format of your prompt, to look like a dos prompt. 
]]></description>
			<content:encoded><![CDATA[<p>I read this interesting and very simple tip on how to convert your linux bash prompt to look like a dos prompt.</p>
<p>Here is the link to the original article.<br />
<a href="http://www.linuxhaxor.net/2008/07/18/make-your-bash-prompt-look-like-dos-prompt/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.linuxhaxor.net');">http://www.linuxhaxor.net/2008/07/18/make-your-bash-prompt-look-like-dos-prompt/</a></p>
<p>Quote from the article:</p>
<blockquote><p>Add this line to your .bashrc: PS1=’C:${PWD////}>’<br />
This basically changes the format of your prompt, to look like a dos prompt. </p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://sharingisjoy.com/computers/2008/08/30/bash-prompt-like-dos-prompt/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Think simple</title>
		<link>http://sharingisjoy.com/general-tips/2008/08/30/think-simple/</link>
		<comments>http://sharingisjoy.com/general-tips/2008/08/30/think-simple/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 00:45:04 +0000</pubDate>
		<dc:creator>prit</dc:creator>
		
		<category><![CDATA[General Tips]]></category>

		<category><![CDATA[life]]></category>

		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://sharingisjoy.com/?p=82</guid>
		<description><![CDATA[I came across this good article recently. Please consider reading the whole article at the below link:
http://thinksimplenow.com/clarity/find-clarity-in-one-day
I am not a believer on meditation. That would be the only point I would not accept from the article.
The author begins the article this way:
Do you ever get so busy with the details of your life and the [...]]]></description>
			<content:encoded><![CDATA[<p>I came across this good article recently. Please consider reading the whole article at the below link:<br />
<a href="http://thinksimplenow.com/clarity/find-clarity-in-one-day" onclick="javascript:pageTracker._trackPageview('/outbound/article/thinksimplenow.com');">http://thinksimplenow.com/clarity/find-clarity-in-one-day</a></p>
<p>I am not a believer on meditation. That would be the only point I would not accept from the article.</p>
<p><strong>The author begins the article this way:</strong></p>
<blockquote><p>Do you ever get so busy with the details of your life and the countless things you need to complete, that you end up feeling exhausted and disconnected?</p>
<p>The result: Your mind becomes clouded and unable to focus and you start to make poor decisions regarding your priorities. You end up working hard instead of working smart.</p></blockquote>
<p><strong>How to start:</strong></p>
<p>Set aside quality time to enjoy and do the things you love to do, simple things like walking, hiking, watch people etc. Main point is to turn off all distractions like phone and especially all media. Enjoy everything that you are doing as you are doing it.</p>
<p>Ideas from the author:</p>
<ul>
<li>Brain dump: writing all your random thoughts down</li>
<li>Hiking</li>
<li>Biking</li>
<li>Working out</li>
<li>Book store (no magazines)</li>
<li>Listen to music</li>
<li>Watch people</li>
<li>Sit on your patio</li>
<li>Take 100 photos</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sharingisjoy.com/general-tips/2008/08/30/think-simple/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Linux/BSD Versions I have tried</title>
		<link>http://sharingisjoy.com/computers/2008/08/30/linuxbsd-versions-i-have-tried/</link>
		<comments>http://sharingisjoy.com/computers/2008/08/30/linuxbsd-versions-i-have-tried/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 23:24:11 +0000</pubDate>
		<dc:creator>prit</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://sharingisjoy.com/?p=80</guid>
		<description><![CDATA[I have tried atleast 40-45 distributions and wanted to write atleast 1 line about the below ones. The list is sorted based on the popularity as mentioned on http://distrowatch.com at the time of writing.

Ubuntu: Very stable and the most popular version. But since it is purely open source, the codecs required to play dvd&#8217;s, and [...]]]></description>
			<content:encoded><![CDATA[<p>I have tried atleast 40-45 distributions and wanted to write atleast 1 line about the below ones. The list is sorted based on the popularity as mentioned on <a href="http://distrowatch.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/distrowatch.com');" target="_blank">http://distrowatch.com</a> at the time of writing.</p>
<ol>
<li><a href="http://www.ubuntu.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ubuntu.com');" target="_blank">Ubuntu</a>: Very stable and the most popular version. But since it is purely open source, the codecs required to play dvd&#8217;s, and some formats need to be additionally installed.</li>
<li><a href="http://www.opensuse.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.opensuse.org');" target="_blank">OpenSuse</a>: Is very popular, but on my laptop, did not do a good job.</li>
<li><a href="http://fedoraproject.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/fedoraproject.org');" target="_blank">Fedora</a>: Almost similar as OpenSuse. Codecs need to be installed.</li>
<li><a href="http://linuxmint.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/linuxmint.com');" target="_blank">Mint</a>: This is Ubuntu with all required codecs and libraries and it is beautiful with Compiz working by default.</li>
<li><a href="http://www.pclinuxos.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.pclinuxos.com');" target="_blank">PCLinuxOS</a>: This is based on Mandriva and has excellent hardware recognition. </li>
<li><a href="http://www.mandriva.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.mandriva.com');" target="_blank">Madriva</a>: Additional codecs need to be installed. But works pretty well.</li>
<li><a href="http://www.dreamlinux.com.br/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dreamlinux.com.br');" target="_blank">Dreamlinux</a>: Had difficulty working on my wireless. Is beautiful though.</li>
<li><a href="http://www.freebsd.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.freebsd.org');" target="_blank">FreeBSD</a>: Not Linux, but is very stable and popular as a server.</li>
<li><a href="http://puppylinux.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/puppylinux.com');" target="_blank">Puppy</a>: <b>My favorite distribution.</b> Extremely light, Superfast and fully functional. Most friendly linux community.</li>
<li><a href="http://www.zenwalk.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.zenwalk.org');" target="_blank">Zenwalk</a>: Worked okay on my laptop. But wireless did not work.</li>
<li><a href="http://www.slax.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.slax.org');" target="_blank">Slax</a>: Lightweight and easily customizable. This started me off into Linux.</li>
<li><a href="http://www.pcbsd.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.pcbsd.org');" target="_blank">PC-BSD</a>: User friendly version of FreeBSD. Worked well on my laptop.</li>
<li><a href="http://www.thinkgos.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.thinkgos.com');" target="_blank">gOS</a>: Again a beautiful version of Ubuntu. Compiz and AWN is installed by default.</li>
<li><a href="http://www.elivecd.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.elivecd.org');" target="_blank">Elive</a>: Most popular distro that uses Enlightenment as the window manager. My wireless did not work. Is a beautiful version. </li>
<li><a href="http://tinyme.mypclinuxos.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/tinyme.mypclinuxos.com');" target="_blank">TinyMe</a>: Very lightweight version of PCLinuxOS.</li>
<li><a href="http://www.openbsd.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.openbsd.org');" target="_blank">OpenBSD</a>: Claimed to be the most secure OS. But is not user friendly for the end user.</li>
<li><a href="http://kiwilinux.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/kiwilinux.org');" target="_blank">Kiwi</a>: Ubuntu with all codecs and libraries.</li>
<li><a href="http://www.slitaz.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.slitaz.org');" target="_blank">Slitaz</a>: Smallest, beautiful distro (under 30 MB now). Lacks wireless modules, extra codecs etc. Codecs/Flash can be easily installed.</li>
</ol>
<p>Last but not least, here is a version I created based on Puppy Linux (my favorite).</p>
<ul>
<li><a href="http://macpup.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/macpup.org');" target="_blank">Macpup</a>: This is a beautiful remaster of Puppy Linux. </li>
</ul>
<p><b>If you would like to try out Linux, here are my recommendations:</b></p>
<ul>
<li><a href="http://macpup.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/macpup.org');" target="_blank">Macpup</a> or <a href="http://puppylinux.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/puppylinux.com');" target="_blank">Puppy</a>: Actually, if you want to see the beauty and speed of Linux, try this.</li>
<li><a href="http://kiwilinux.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/kiwilinux.org');" target="_blank">Kiwi</a> or <a href="http://linuxmint.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/linuxmint.com');" target="_blank">Mint</a>: Stability of Ubuntu, with all required codecs, flash and libraries pre-installed.</li>
</ul>
<p>One best part about the linux versions are that most of them have <b>Livecd</b> versions. You can boot using this CD into the OS and test it out. There is no need of an installation to test. Also, <b>Puppy Linux (or Macpup)</b>, can be run from a livecd always, with your personal settings saved to the hard disk.</p>
]]></content:encoded>
			<wfw:commentRss>http://sharingisjoy.com/computers/2008/08/30/linuxbsd-versions-i-have-tried/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
