<?xml version="1.0" encoding="iso-8859-1"?>

<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title type="text">Another blog</title>
<subtitle type="html"><![CDATA[
Blogs
]]></subtitle>
<id>http://bhavesh.freeshell.org/blog/index.atom</id>
<link rel="alternate" type="text/html" href="http://bhavesh.freeshell.org/blog" />
<link rel="self" type="application/atom+xml" href="http://bhavesh.freeshell.org/blog/index.atom" />


<author>
<name>Bhavesh Patel</name>
<uri>http://bhavesh.freeshell.org/blog/index.atom</uri>
<email>email@blah.com</email>
</author>
<rights>Copyright 2005 Bhavesh Patel</rights>
<generator uri="http://pyblosxom.sourceforge.net/" version="1.4.2 8/16/2007">
PyBlosxom http://pyblosxom.sourceforge.net/ 1.4.2 8/16/2007
</generator>

<updated>2008-08-22T14:44:04Z</updated>
<!-- icon?  logo?  -->

<entry>
<title type="html">Vent at your employer, give advice to your CEO, Rate your CEO</title>
<category term="/general" />
<id>http://bhavesh.freeshell.org/blog/2008/08/22/7009</id>
<updated>2008-08-22T14:44:04Z</updated>
<published>2008-08-22T14:44:04Z</published>
<link rel="alternate" type="text/html" href="http://bhavesh.freeshell.org/blog/general/7009.html" />
<content type="html">Have you ever felt the need for more openness about your company and being able to comment on your compay,companies culture , or share your grievances of your company or say that your company at good at various things.
&lt;BR&gt;Do you want to rate your CEO ?
&lt;BR&gt;Wanna know what others make in your company.
&lt;BR&gt;If the answer to any of the above is yes then there is a website which might interest you.
&lt;BR&gt;It is appropriately named as &lt;a href=&quot;http://www.glassdoor.com&quot;&gt;http://www.glassdoor.com&lt;/a&gt;
</content>
</entry>

<entry>
<title type="html">Creating Virtual Drives in Linux without VMware</title>
<category term="/linux" />
<id>http://bhavesh.freeshell.org/blog/2008/08/17/8009</id>
<updated>2008-08-17T23:03:35Z</updated>
<published>2008-08-17T23:03:35Z</published>
<link rel="alternate" type="text/html" href="http://bhavesh.freeshell.org/blog/linux/8009.html" />
<content type="html">Have you ever found the need to keep all the thousands of files which
you use in a single file.&lt;br&gt;
On Linux there is a way to do that.So essentailly you can have a
virtual drive in a file which has an entire filesystem.&lt;br&gt;
And to Linux it does not appear any different then an ext3 on a actual
physical hard drive or a partition.&lt;br&gt;
The implications of this are very huge, so for example you want to
share some data with any one which has hundreds of files etc or you
want to just backup your entire filesystem.&lt;br&gt;
Here is how to achieve this&lt;br&gt;
&lt;br&gt;
&lt;pre&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;dd if=/dev/zero of=mydatafile bs=1 count=1 seek=1M&lt;/span&gt;&lt;br&gt;&lt;br&gt;Will create a file of one &lt;a
 href=&quot;http://en.wikipedia.org/wiki/Megabyte&quot; title=&quot;Megabyte&quot;&gt;megabyte&lt;/a&gt; in size, but with only one byte &lt;br&gt;actually stored on disk.&lt;br&gt;&lt;br&gt;The convert that file into a ext3 partition by issuing the following command&lt;br&gt;&lt;br&gt;&lt;span
 style=&quot;font-weight: bold;&quot;&gt;mkfs.ext3 &lt;span
 style=&quot;font-family: monospace;&quot;&gt;mydatafile&lt;/span&gt;&lt;/span&gt;&lt;br&gt;&lt;br&gt;It will give a warning,say yes and let it proceed.&lt;br&gt;&amp;nbsp;&lt;br&gt;&lt;span
 style=&quot;font-weight: bold;&quot;&gt;mke2fs 1.40-WIP (14-Nov-2006)&lt;/span&gt;&lt;br
 style=&quot;font-weight: bold;&quot;&gt;&lt;span
 style=&quot;font-weight: bold;&quot;&gt;sparse-file is not a block special device.&lt;/span&gt;&lt;br
 style=&quot;font-weight: bold;&quot;&gt;&lt;span
 style=&quot;font-weight: bold;&quot;&gt;Proceed anyway? (y,n) y&lt;/span&gt;&lt;br
 style=&quot;font-weight: bold;&quot;&gt;&lt;br&gt;Then you can just mount the file as a filesystem/partition anywhere with the following command&lt;br&gt;&lt;br&gt;&lt;span
 style=&quot;font-weight: bold;&quot;&gt;mount -t ext3 -o loop mnt/mnt_point  mydatafile&lt;/span&gt;&lt;br&gt;&lt;br&gt;Now you can just do anything in the /mnt/mnt_point and then you can even move it to another machine 1 single file and you have all your data there.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/pre&gt;


</content>
</entry>

<entry>
<title type="html">Prevent Spam : Solve a captcha and hide your email address from Spam</title>
<category term="/general" />
<id>http://bhavesh.freeshell.org/blog/2008/08/16/7008</id>
<updated>2008-08-16T00:41:59Z</updated>
<published>2008-08-16T00:41:59Z</published>
<link rel="alternate" type="text/html" href="http://bhavesh.freeshell.org/blog/general/7008.html" />
<content type="html">We all want to avoid being spammed but at the same time we want to reveal our email address to people who need to contact us.&lt;a href=&quot;http://mailhide.recaptcha.net&quot;&gt;recaptch&lt;/a&gt; solves that problem very easily and just by adding about 4 lines of code you can hide your email address from spammers and reveal it.&lt;BR&gt;Another cool benefit of recaptcha is that you are helping &quot;reading&quot; books that is when some books have faded and are being scanned , you are helping solve the faded text.Read more about it on their website.
</content>
</entry>

<entry>
<title type="html">College saves money and boosts morale with 4-day week</title>
<category term="/worklifebalance" />
<id>http://bhavesh.freeshell.org/blog/2008/08/14/7601</id>
<updated>2008-08-14T03:45:05Z</updated>
<published>2008-08-14T03:45:05Z</published>
<link rel="alternate" type="text/html" href="http://bhavesh.freeshell.org/blog/worklifebalance/7601.html" />
<content type="html">There is an article on Yahoo @ &lt;a href=&quot;http://us.lrd.yahoo.com/_ylt=Atm.KMBqoZ2JlyDnF3OMn2Z72PAI;_ylu=X3oDMTBiZ3MwbHJsBHBvcwM0BHRhYgMw/SIG=12koilksg/**http%3A//us.lrd.yahoo.com/SIG=118bjsg14/**http%253A//gmy.news.yahoo.com/v/9240050&quot;&gt;http://us.lrd.yahoo.com/_ylt=Atm.KMBqoZ2JlyDnF3OMn2Z72PAI;_ylu=X3oDMTBiZ3MwbHJsBHBvcwM0BHRhYgMw/SIG=12koilksg/**http%3A//us.lrd.yahoo.com/SIG=118bjsg14/**http%253A//gmy.news.yahoo.com/v/9240050&lt;/A&gt;  which talks about 4 day workweek of 10 hours.&lt;BR&gt;
I strongly disagree with the benefits of this because I feel that it might work in the case of hourly paid workers but it is dangerous for software professionals(who are not paid by the hour) working in high-tech industry because i feel that this is just an invitation for employers to ask employees to work 40 hours in 4 days and then the weekends. 
</content>
</entry>

<entry>
<title type="html">Donate your bandwidth for legal content</title>
<category term="/pleaforaction" />
<id>http://bhavesh.freeshell.org/blog/2008/08/10/7004</id>
<updated>2008-08-10T05:03:51Z</updated>
<published>2008-08-10T05:03:51Z</published>
<link rel="alternate" type="text/html" href="http://bhavesh.freeshell.org/blog/pleaforaction/7004.html" />
<content type="html">There are various ways in which you can help the various free/open
source communities by donating your free unused internet bandwidth for
perfectly legal content which can use some help in distribution and
reducing the charges for the mirrors who provide free services in the
spirit of free beer/freedom.&lt;br&gt;
&lt;ul&gt;
  &lt;li&gt;Run a search portal by running the Yacy client more details
@ &lt;a href=&quot;http://www.yacy.net/&quot;&gt;http://www.yacy.net/&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Download a bittorrent client like &lt;a
 href=&quot;http://azureus.sourceforge.net/&quot;&gt;Vuze/Azureus&lt;/a&gt;
and then help distribute legal content from various websites like&lt;/li&gt;
  &lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.debian.org/CD/torrent-cd/&quot;&gt;Debian
ISO images&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://torrent.unix-ag.uni-kl.de/&quot;&gt;Knoppix&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;List of Legal Torrents website @ &lt;a
 href=&quot;http://www.azureuswiki.com/index.php/Legal_torrent_sites&quot;&gt;http://www.azureuswiki.com/index.php/Legal_torrent_sites&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a
 href=&quot;http://newteevee.com/2007/03/03/ten-sites-for-free-and-legal-torrents/&quot;&gt;Ten
Sites for Free and Legal Torrents&lt;/a&gt;&lt;/li&gt;
  &lt;/ul&gt;
  &lt;li&gt;Download emule client from&amp;nbsp;&lt;a
 href=&quot;http://www.emule-project.net&quot;&gt;Emule Project&lt;/a&gt;
and you can download and help distribute lot of legal content from the
following websites&lt;/li&gt;
  &lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://contentdb.emule-project.net/&quot;&gt;Legal
Content from emule-project.net&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;Free/Open source software @ &lt;a
 href=&quot;http://bitzi.com/society/FLOSS_Free_Libre_Open_Source_Software&quot;&gt;http://bitzi.com/society/FLOSS_Free_Libre_Open_Source_Software&lt;/a&gt;&lt;/li&gt;
  &lt;/ul&gt;
&lt;/ul&gt;


</content>
</entry>

<entry>
<title type="html">Yacy Setup</title>
<category term="/worklog" />
<id>http://bhavesh.freeshell.org/blog/2008/08/10/9008</id>
<updated>2008-08-10T04:35:14Z</updated>
<published>2008-08-10T04:35:14Z</published>
<link rel="alternate" type="text/html" href="http://bhavesh.freeshell.org/blog/worklog/9008.html" />
<content type="html">I have finished Yacy setup on my home computer and it is functional at &lt;a href=&quot;http://bhavesh.gotdns.org:9000&quot;&gt;http://bhavesh.gotdns.org:9000&lt;/a&gt;
&lt;br&gt;
Here are the live stats of my search portal&lt;img src=http://bhavesh.gotdns.org:9000/Banner.png&gt;&lt;/img&gt; 
</content>
</entry>

<entry>
<title type="html">Yacy a P2P search engine</title>
<category term="/p2p" />
<id>http://bhavesh.freeshell.org/blog/2008/07/20/4500</id>
<updated>2008-07-20T16:28:14Z</updated>
<published>2008-07-20T16:28:14Z</published>
<link rel="alternate" type="text/html" href="http://bhavesh.freeshell.org/blog/p2p/4500.html" />
<content type="html">&lt;a href=&quot;http://yacy.net/&quot;&gt;Yacy&lt;/a&gt; is a P2P search
engine where in you can participate in crawling the web and create a
local repository of index.You can also use it as your proxy server.&lt;br&gt;
disabled remote accept/reject&lt;br&gt;
One big flaw is that it does not have any parameters to control disk
space usage.So it will eat up all the hard drive space that it can.&lt;br&gt;
From a privacy standpoint since all the websites which has your
private/personal information , they don&apos;t get indexed because as per
Yacy these pages are detected and not crawled.&lt;br&gt;
Also if you want to filter some unwanted websites, you can look at this
thread &lt;a href=&quot;http://www.yacy-forum.org/viewtopic.php?f=2&amp;amp;t=78&quot;&gt;http://www.yacy-forum.org/viewtopic.php?f=2&amp;amp;t=78&lt;/a&gt;&lt;br&gt;
If you are using Yacy I will highly recommend that you use the &lt;a
 href=&quot;https://addons.mozilla.org/en-US/firefox/addon/2464&quot;&gt;FoxyProxy
Extension for Firefox&lt;/a&gt; as that will allow you to browse with
the Yacy proxy and then switch to not using it.You can also create a
blacklist/whitelist of URL&apos;s and the proxy server will be used
dynamically.&lt;br&gt;
You can also customize the your yacy home page by modifying &lt;yacy install dir&gt;/htroot/index.html&lt;br&gt;

</content>
</entry>

<entry>
<title type="html">Ditching the landline</title>
<category term="/general" />
<id>http://bhavesh.freeshell.org/blog/2008/07/19/101</id>
<updated>2008-07-19T20:36:34Z</updated>
<published>2008-07-19T20:36:34Z</published>
<link rel="alternate" type="text/html" href="http://bhavesh.freeshell.org/blog/general/101.html" />
<content type="html">I have finally said good-byes to my phone landline and have moved to exclusively to  mobile phone .&lt;BR&gt;
I hated paying almost $20 for a landline with no features and just local calling.&lt;BR&gt;
I have moved to &lt;A HREF=&quot;http://www.virginmobileusa.com&quot;&gt;Virgin Mobile&lt;/A&gt; as my preferred mobile carrier(have been using them for almost 2-3 yrs) because it is the most flexible service that is it allows you to switch between a pay-as you go model to a monthly service anytime without **any** annual contracts etc.You can also switch plans like say for example in the next month you anticipate that you will need a phone more then usual , then you can increase the monthly amount, and then say the month after next you are going out of country and wont be using the phone at all you can , reduce your monthly charges.
&lt;BR&gt;It seems that the mobile phone industry pretty much has a price war going on right now and I would not like to lock myself into a contract when I could have more choices in near future.In general I just don&apos;t like contracts, I prefer freedom for consumers which seems to be hard to get these days especially with the telecom industry.
&lt;BR&gt;&lt;A HREF=&quot;http://cellguru.net/prepaid_compare.htm&quot;&gt;Here&lt;/A&gt;  is a nice  site that provides a good comparison of pre-paid wireless plans/carriers. 

&lt;br&gt;
Time to time there are good deals on &lt;A href=&quot;http://www.target.com&quot;&gt;Target&lt;/a&gt; or at &lt;a href=&quot;http://callingmart.com/products/wireless/ProductDetail.aspx?ID=40&quot;&gt;Calling Mart&lt;/a&gt; where you can get Virgin Mobile Top-Up cards at a significant discount , sometimes upto 10%.
</content>
</entry>

<entry>
<title type="html">First visitor Insurance to cover Pre-existing conditions for Visitors</title>
<category term="/nri" />
<id>http://bhavesh.freeshell.org/blog/2008/07/16/7600</id>
<updated>2008-07-16T04:36:18Z</updated>
<published>2008-07-16T04:36:18Z</published>
<link rel="alternate" type="text/html" href="http://bhavesh.freeshell.org/blog/nri/7600.html" />
<content type="html">I recently came to know that there is finally a health insurance which can cover pre-existing medical conditions for folks on visitor visas especially for visitors from countries like India.
&lt;br&gt;
You can check out this &lt;a href=&quot;http://www.kvrao.org/&quot;&gt;website&lt;/a&gt; for more details.
</content>
</entry>

<entry>
<title type="html">Web apps: the next battleground for FOSS?</title>
<category term="/unfolding" />
<id>http://bhavesh.freeshell.org/blog/2008/07/16/6900</id>
<updated>2008-07-16T04:30:32Z</updated>
<published>2008-07-16T04:30:32Z</published>
<link rel="alternate" type="text/html" href="http://bhavesh.freeshell.org/blog/unfolding/6900.html" />
<content type="html">I have been thinking about the same topic for a couple of weeks now and then I recently read an article at Linux.com , &lt;a href=&quot;http://www.linux.com/feature/140934&quot;&gt;Web apps: the next battleground for FOSS?&lt;/a&gt;.
But it is good that more people are thinking about this and I&apos;m sure the FOSS community will come out with something intelligent to solve this issue.


</content>
</entry>
</feed>
