<?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>Hacking Truths</title>
	<atom:link href="http://www.hungry-hackers.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hungry-hackers.com</link>
	<description>Hacking is fun, If you are a &#34;Hacker&#34;!</description>
	<lastBuildDate>Sun, 31 Jan 2010 13:41:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Code it the Google Way</title>
		<link>http://www.hungry-hackers.com/2010/01/code-it-the-google-way.html</link>
		<comments>http://www.hungry-hackers.com/2010/01/code-it-the-google-way.html#comments</comments>
		<pubDate>Mon, 25 Jan 2010 15:52:42 +0000</pubDate>
		<dc:creator>paras</dc:creator>
				<category><![CDATA[Google News]]></category>
		<category><![CDATA[Headline]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[programming language]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/2010/01/googles-programming-language-go.html</guid>
		<description><![CDATA[Google never seems to just be satisfied with the status quo, and when they run out of fields to compete in they create their own! Google’s new “Go” programming language is one of their newest ventures, a language which is an amalgamation of Python and C++.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2010/01/Google_Go.jpg"><img class="size-full wp-image-1448      aligncenter" title="Google_Go" src="http://www.hungry-hackers.com/wp-content/uploads/2010/01/Google_Go.jpg" alt="" width="405" height="226" /></a></p>
<p style="text-align: justify;">Google never seems to just be satisfied with the status quo, and when they run out of fields to compete in they create their own! Google’s new “Go” programming language is one of their newest ventures, a language which is an amalgamation of Python and C++.</p>
<p style="text-align: justify;">The Go language, in development since September 2007, has been unveiled by Google along with the release of a free and open source compiler. In fact, Google has released both a stand-along compiler implementation with cryptic names such as 6g (amd64 compiler), 8g (x86 compiler), and 5g (ARM compiler) and one which is a front-end for GCC (gccgo).</p>
<p style="text-align: justify;">Born out of frustration with existing system languages, Go attempts to bring something new to the table, and mix the ease of dynamically typed and interpreted languages with the efficiency of compiled languages.</p>
<h3 style="text-align: justify;">So why make a new programming language?</h3>
<p style="text-align: justify;">Google believes that the current languages have run their course. The prominent languages in use today (C/C++, Java, C#) are all based around a similar syntax, and updating and adding new features in these language consists of piling on libraries, with little or no upgrade to the core of the language itself. What Google intends to do requires more than just the addition of a new library.</p>
<p style="text-align: justify;">The landscape of computing has changed a lot since C, and as Google notes “Computers are enormously quicker but software development is not faster.” Languages have had to morph quite a bit to take on support concepts such as parallel processing, and garbage collection.</p>
<h3 style="text-align: justify;">Quick Overview</h3>
<p style="text-align: justify;">Go, on the other hand has been designed by Google from the ground up as “<strong><em>a concurrent, garbage-collected language with fast compilation</em></strong>”.</p>
<p style="text-align: justify;">In order to not alienate the majority of developers though, its syntax is quite similar to C, and would not take much time for a developer to catch on to.</p>
<p style="text-align: justify;">Go has accomplished some impressive feats. The language is designed to compile fast and Go can compile a “large&#8221; program in a few seconds on a single computer. It is designed to simplify the creation of application which can better utilize today’s multi-core processors. The language supports concurrent execution andcommunication between concurrent processes natively, and is fully-garbage collected.</p>
<p style="text-align: justify;"><strong>Goroutines</strong> are Google’s answer to threading in Go, and any function call which is preceded by the go statement runs in a different goroutine concurrently. A feature called channels allows for easy communication and synchronization between such routines.</p>
<p style="text-align: justify;">Unlike other object oriented languages, Go has a much “simplified” type structure, which disallows sub-classing! Go offers a different flavour of object oriented programming using interfaces, which Google believes will simplify use.</p>
<p style="text-align: justify;">By using interfaces, explicit type hierarchies need not be defined, instead, a type will satisfy all interfaces which are subsets of its methods. The relationships between types and interfaces need not be defined explicity! This can have some interesting implications as people can add interfaces to connect unrelated types even later in the development of an application.</p>
<p style="text-align: justify;">Go seems inspired by Python as well. Python has been one of Google’s favoured languages and was the sole language supported on Google’s AppEngine when it launched. Like Python, Go supports “slices”, which allow you to refer to parts of arrays using a simple syntax. Thus for an array “a” with 100 elements, a[23,42] will result in an array with elements 23 through 42 of a. Go also tracks the length of arrays internally, further simplifying array usage. Additionally, Maps in Go allow you to create “arrays” with custom index types, and are a native feature of the language.</p>
<h3 style="text-align: justify;">Conclusion</h3>
<p style="text-align: justify;">One consistent point in the features of Go is that it is better to have one excellent implementation of commonly used features such as garbage collection, strings, maps etc. rather than have them rethought and re-implemented in each program.</p>
<p style="text-align: justify;">As nearly all Google products, Go is “beta” and not yet suitable for production use. By releasing it early Google hopes to garner a community around it and hopes that enough people will be interested in it to justify continued development.</p>
<p style="text-align: justify;">This post was written by Paras. Visit his <a title="Paras" href="http://wibgyor.blogspot.com" target="_blank">blog</a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.hungry-hackers.com/2010/01/code-it-the-google-way.html&amp;title=Code+it+the+Google+Way" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.hungry-hackers.com/2010/01/code-it-the-google-way.html&amp;title=Code+it+the+Google+Way" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.hungry-hackers.com/2010/01/code-it-the-google-way.html&amp;title=Code+it+the+Google+Way" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.hungry-hackers.com/2010/01/code-it-the-google-way.html&amp;title=Code+it+the+Google+Way" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.hungry-hackers.com/2010/01/code-it-the-google-way.html&amp;submitHeadline=Code+it+the+Google+Way&amp;submitSummary=%0D%0AGoogle%20never%20seems%20to%20just%20be%20satisfied%20with%20the%20status%20quo%2C%20and%20when%20they%20run%20out%20of%20fields%20to%20compete%20in%20they%20create%20their%20own%21%20Google%E2%80%99s%20new%20%E2%80%9CGo%E2%80%9D%20programming%20language%20is%20one%20of%20their%20newest%20ventures%2C%20a%20language%20which%20is%20an%20amalgamation%20of%20Python%20and%20C%2B%2B.%0D%0AThe%20Go%20language%2C%20in%20development%20si&amp;submitCategory=world_news&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.hungry-hackers.com/2010/01/code-it-the-google-way.html&amp;Title=Code+it+the+Google+Way" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=1441&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2010/01/code-it-the-google-way.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install any Linux on a USB</title>
		<link>http://www.hungry-hackers.com/2010/01/how-to-install-any-linux-on-a-usb.html</link>
		<comments>http://www.hungry-hackers.com/2010/01/how-to-install-any-linux-on-a-usb.html#comments</comments>
		<pubDate>Sat, 23 Jan 2010 11:16:18 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Linux Hacking]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=1426</guid>
		<description><![CDATA[There are so many reasons why having a Linux distribution on a USB drive can come in handy. From having a “rescue” OS on your keyring to being able to install a new distribution on your EeePC, a “thumb drive” Linux has many uses. But getting Linux onto a USB drive can’t be simple. Right? Wrong. There is a tool, UNetbootin, that makes installing Linux on a USB drive simple.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-1434" style="margin-right: 10px;" title="linux-usb" src="http://www.hungry-hackers.com/wp-content/uploads/2010/01/linux-usb.jpg" alt="" width="300" height="300" />There are so many reasons why having a Linux distribution on a USB drive can come in handy. From having a “rescue” OS on your keyring to being able to install a new distribution on your EeePC, a “thumb drive” Linux has many uses. But getting Linux onto a USB drive can’t be simple. Right? Wrong. There is a tool, UNetbootin, that makes installing Linux<br />
on a USB drive simple.</p>
<p style="text-align: justify;">UNetbootin can be used on either Linux or Windows. In this article, we’ll be illustrating it for Both.</p>
<p style="text-align: justify;"><strong>Note:</strong> Not all USB installations will work on all machines. This can be an issue with your BIOS or your USB drive. If you install an OS that doesn’t work, try another. But after all that work, you might wind up with a machine that simply won’t boot from a USB drive. You have been warned.</p>
<h3 style="text-align: justify;"><strong>Using UNetbootin with Linux<br />
</strong></h3>
<ol style="text-align: justify;">
<li>The first thing to do is download a copy of <a title="Download UNetbootin for Linux" href="http://unetbootin.sourceforge.net/" target="_blank">UNetbootin</a>. For our purposes we’ll download the Linux universal install binary (named unetbootin-linux-299). Once that has finished you will need to issue the Following command in order to make the file executable.<br />
<blockquote><p><code>chmod u+x unetbootin-linux29</code></p></blockquote>
</li>
<li>Once the file is executable issue the following command (from the same directory unetbootin-linx-299 is stored) to see the application running.<br />
<blockquote><p><code>su ./unetbootin-linux-299</code></p></blockquote>
</li>
<li>But you’re not ready just yet. Depending upon your distribution, you might come across an error involving p7zip-full. This might be in your distribution’s repositories. If you use Mandriva you can install p7zip but you will not have the full package. If you use Ubuntu you can get p7zip-full with the following command<br />
<blockquote><p><code>apt-get install p7zip-full</code></p></blockquote>
</li>
<li>Before you run the application you will need to insert and mount your usb drive. Stick in your usb drive and then issue the following command to find out where your usb drive is located.<br />
<blockquote><p><code>dmesg</code></p></blockquote>
</li>
<li>Mount that and then issue the following command. When you issue the command you will see the UNetbootin window.<br />
<blockquote><p><code>su ./unetbootin-linux-299</code></p></blockquote>
<p style="text-align: center;"><img class="size-full wp-image-1431  aligncenter" title="unetbootin" src="http://www.hungry-hackers.com/wp-content/uploads/2010/01/unetbootin2.png" alt="" width="526" height="377" /></p>
</li>
<li>Once this window is up and running you are almost there. If you have very specific needs for your distribution you will most likely have an image file downloaded to use. If you do not you can select your distribution from the drop down list. First you select the distribution and then you select the version (or release). <strong>Note:</strong> Unless you have a very large USB drive you will most likely want to use a <em>netinstall</em> version of your distribution. If you do happen to have a large USB drive you can go ahead with a full distribution. If this usb drive is for rescue purposes, or just to have a version of Linux with you at all times, a distribution like PCLinuxOS Minime is a greate choice.</li>
<li>Once the process is done you will have two buttons to click, Reboot and Exit. Don’t bother with the Reboot button. Click the Exit button and UNetbootin will close. You can now unmount your drive and reboot your machine to see if the installation works.<strong>Note:</strong> When your machine boots you will need to make sure it first boots from the USB device.</li>
</ol>
<h3 style="text-align: justify;">Using UNebootin with Windows</h3>
<ol style="text-align: justify;">
<li><a title="Download UNetbootin for Windows" href="http://unetbootin.sourceforge.net/unetbootin-windows-latest.exe" target="_blank">Download</a> UNetBootin for Windows.</li>
<li>Download your favorite Linux ISO (Don&#8217;t ask me from where just Google it).</li>
<li>Now Start the Unetbootin.<a href="http://www.hungry-hackers.com/wp-content/uploads/2010/01/unetbootin-win.jpg"></a></li>
<p style="text-align: center;"><img class="size-full wp-image-1432  aligncenter" title="unetbootin-win" src="http://www.hungry-hackers.com/wp-content/uploads/2010/01/unetbootin-win.jpg" alt="" width="533" height="397" /></p>
<li>Click the Disk Image radio box and browse to select Linux ISO.</li>
<li>Now set your target USB drive and click OK to start the creation UNetbootin Live USB Creation from an ISO.</li>
<li>Once the UNetbootin installer has completed, click Reboot. Now UNetbootin installation is finished.</li>
<li>Set your system BIOS or boot menu to boot from the USB device and enjoy your favorite Live Linux on USB.</li>
</ol>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.hungry-hackers.com/2010/01/how-to-install-any-linux-on-a-usb.html&amp;title=How+to+Install+any+Linux+on+a+USB" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.hungry-hackers.com/2010/01/how-to-install-any-linux-on-a-usb.html&amp;title=How+to+Install+any+Linux+on+a+USB" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.hungry-hackers.com/2010/01/how-to-install-any-linux-on-a-usb.html&amp;title=How+to+Install+any+Linux+on+a+USB" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.hungry-hackers.com/2010/01/how-to-install-any-linux-on-a-usb.html&amp;title=How+to+Install+any+Linux+on+a+USB" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.hungry-hackers.com/2010/01/how-to-install-any-linux-on-a-usb.html&amp;submitHeadline=How+to+Install+any+Linux+on+a+USB&amp;submitSummary=There%20are%20so%20many%20reasons%20why%20having%20a%20Linux%20distribution%20on%20a%20USB%20drive%20can%20come%20in%20handy.%20From%20having%20a%20%E2%80%9Crescue%E2%80%9D%20OS%20on%20your%20keyring%20to%20being%20able%20to%20install%20a%20new%20distribution%20on%20your%20EeePC%2C%20a%20%E2%80%9Cthumb%20drive%E2%80%9D%20Linux%20has%20many%20uses.%20But%20getting%20Linux%20onto%20a%20USB%20drive%20can%E2%80%99t%20be%20simple.%20Right%3F%20W&amp;submitCategory=world_news&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.hungry-hackers.com/2010/01/how-to-install-any-linux-on-a-usb.html&amp;Title=How+to+Install+any+Linux+on+a+USB" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=1426&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2010/01/how-to-install-any-linux-on-a-usb.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How to Stop Promotional Calls &amp; SMS</title>
		<link>http://www.hungry-hackers.com/2010/01/how-to-stop-promotional-calls-and-sms.html</link>
		<comments>http://www.hungry-hackers.com/2010/01/how-to-stop-promotional-calls-and-sms.html#comments</comments>
		<pubDate>Tue, 19 Jan 2010 18:00:05 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Cool Tricks]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=1418</guid>
		<description><![CDATA[Do pesky telemarketers call up you mobile phone to sell you car loans, credit cards or unbelievable deals for petty commissions. In a major initiative to stop telemarketing calls, the Telecom Regulatory Authority of India has started the National Do Not Call Registry of India. Any mobile or landline subscriber who does not wish to receive telemarketing calls, can request their telephone number be included in the NDNC Registry. Here are some ways to block unsolicited calls from top mobile operators and private banks in India.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2010/01/Do-not-Disturb.jpg"><img class="size-full wp-image-1419  aligncenter" title="Do not Disturb" src="http://www.hungry-hackers.com/wp-content/uploads/2010/01/Do-not-Disturb.jpg" alt="" width="393" height="278" /></a></p>
<p style="text-align: justify;">Do pesky telemarketers call up you mobile phone to sell you car loans, credit cards or unbelievable deals for petty commissions. In a major initiative to stop telemarketing calls, the Telecom Regulatory Authority of India has started the <strong>National Do Not Call Registry of India</strong>. Any mobile or landline subscriber who does not wish to receive telemarketing calls, can request their telephone number be included in the NDNC Registry. Here are some ways to block unsolicited calls from top mobile operators and private banks in India.</p>
<h3 style="text-align: justify;">Join the <strong>Do Not Call Registry</strong></h3>
<p style="text-align: justify;">The primary objective of the <a href="http://ndncregistry.gov.in/ndncregistry/index.jsp">National Do Not Call Registry</a> (NDNC Registry) is to <strong>curb Unsolicited Commercial Communication</strong> (UCC). The NDNC Registry will store a data base with all subscriber telephone numbers who opted for the service. The Telemarketer will have to verify their calling telephone numbers list with the NDNC registry before making a call or face a fine of Rs 500 per call/message and defaulter telemarketers might face disconnection of telecom service also.</p>
<p style="text-align: justify;">Customers can make such requests <strong>free of cost</strong>. The telecom service provider will acknowledge the request within ten days. All promotional calls and messages to your phone will stop <strong>within 45 days</strong> from registration. Subscriber may confirm whether their number is included in the NDNC registry home page.</p>
<h3 style="text-align: justify;">Stop Unsolicited Calls from Airtel</h3>
<p style="text-align: justify;">To stop telemarketing calls from Airtel send SMS <strong>START DND</strong> to <strong>1909</strong> or use<a title="Airtel Do not Disturb Page" href="http://www.airtel.in/applications/dnd/DND_mobile.jsp" target="_blank"> this form</a>. For Landline users, you need to register your phone number using <a title="Airtel Do not Disturb Page for Landline" href="http://www.airtel.in/applications/dnd/DND_landline.jsp" target="_blank">this form</a></p>
<h3 style="text-align: justify;">Stop Telemarketing Calls from Vodafone</h3>
<p style="text-align: justify;">To avoid unwanted telemarketing calls, register your Vodafone number in NDNC Registry &#8211; call 1909 (toll tree) or sms <strong>START DND</strong> on <strong>1909</strong> (toll free). And in case you want to de-register yourself from the NDNC registry sms <strong>STOP DND</strong> to <strong>1909</strong> (toll free).</p>
<h3 style="text-align: justify;">Stop Telemarketing Calls from Idea Cellular</h3>
<p style="text-align: justify;">Should you desire to stop receiving such communication from Idea, all you need to do is to <a href="http://www.ideacellular.com/IDEA.portal?_nfpb=true&amp;_pageLabel=IDEA_Page_DoNotDisturb">fill the form</a>. The fine print say they require 30 working days to remove your number from the telemarketing lists.</p>
<h3 style="text-align: justify;">Block Unsolicited Calls from MTNL</h3>
<p style="text-align: justify;">The MTNL Delhi service takes you to <a href="http://203.94.244.126/nodalapps/internal/defaultcustdnd.asp">fill a form</a> on the Unified Call Center web Portal which asks for your LandLine / CDMA / GSM No. or Customer Account No.</p>
<h3 style="text-align: justify;">Block Telemarketing Calls from Reliance Mobile</h3>
<p style="text-align: justify;">If you do not wish to be informed about new features, products and promotional offer through telephone calls or by SMS, you can unsubscribe from such communication by filling up <a title="Reliance Do not Disturb Page" href="http://www.reliancemobile.com/webapp/Communications/website/Mobile/business/dnd.html" target="_blank">this form</a>.</p>
<h3 style="text-align: justify;">Block Telemarketing Calls from Tata Docomo</h3>
<p style="text-align: justify;">If you wish to stop receiving such communication and want to register yourself on the NDNC registry, simply SMS START DND to 1909 (toll free) and in case you want to de-register yourself from the NDNC registry SMS STOP DND to 1909 (toll free). Alternatively you could register yourself for &#8216;My Account&#8217; in order to avail &#8216;Do Not Disturb&#8217; facility, online. <a href="http://www.tatadocomo.com/my-account.aspx">Click here</a> to register yourself.</p>
<h3 style="text-align: justify;">Block Telemarketing Calls from Aircel</h3>
<p style="text-align: justify;">If you wish to register or de-register from Aircel&#8217;s Do Not  						Disturb Registry, then send SMS or Call on toll free number as per the instructions given below :-</p>
<p style="text-align: justify;"><strong>By SMS (Toll Free)</strong></p>
<p style="text-align: justify;">To register Type: START DND and Send to: 1909</p>
<p style="text-align: justify;">To de-register Type: STOP DND and Send to: 1909</p>
<p style="text-align: justify;"><strong>By Call (Toll Free)</strong></p>
<p style="text-align: justify;">You may dial 1909 from your Aircel mobile to register or de-register from this service.</p>
<h3 style="text-align: justify;">Block Telemarketing Calls from Spice Mobile</h3>
<p style="text-align: justify;">If you do not wish to be informed about offers or services through telephone calls/SMS, you can unsubscribe from such communications by  calling a toll free number 1909  or SMS   <strong>&#8220;START DND&#8221; </strong> to 1909. Alternatively you can use <a title="Spice Mobile Do not Disturb form" href="http://www.spiceindia.com/spice/vas_dnd_login.asp" target="_blank">this form</a>.</p>
<h3 style="text-align: justify;">Do Not Disturb Page for Different Banks</h3>
<p style="text-align: justify;"><a href="http://mail.abnamrobank.co.in/do_not_call_service_contact_from_home_1.asp" target="_blank">ABN Amro India</a><br />
<a href="http://www10.americanexpress.com/sif/cda/page/0,1641,26614,00.asp?" target="_blank">American Express India</a><br />
<a href="http://www.andhrabank.in/scripts/dncr.aspx" target="_blank">Andhra Bank</a><br />
<a href="http://www.axisbank.com/dncr/dncr.asp" target="_blank">Axis Bank</a><br />
<a href="http://www.bankofrajasthan.com/bor/wcms/en/home/dncr/dncr-form.html" target="_blank">Bank of Rajasthan</a><br />
<a href="http://www.bobcards.com/dform.asp" target="_blank">Bank of Baroda BobCard</a><br />
<a href="http://www.bankofindia.com/dncr.aspx" target="_blank">Bank of India</a><br />
<a href="http://www.online.citibank.co.in/customerservice/DND.htm" target="_blank">Citibank India</a><br />
<a href="http://www.hdfcbank.com/personal/hmpg_tng/hmdnc.asp" target="_blank">HDFC Bank</a><br />
<a href="https://www.apps.asiapacific.hsbc.com/1/2/inm2/do-not-call?WABFormEntryCommand=cmd_init" target="_blank">HSBC India</a><br />
<a href="http://www.icicibank.com/pfsuser/donotcall.htm" target="_blank">ICICI Bank</a><br />
<a href="http://www.ingvysyabank.com/scripts/DND.asp" target="_blank">ING Vysya Bank</a><br />
<a href="https://www.sbicard.com/sbi/donotcall.jsp" target="_blank">SBI Credit Card</a><br />
<a href="https://play.standardchartered.com/smail/in/IN15/index.html" target="_blank">Standard Chartered Bank</a><br />
<a href="http://www.yesbank.in/Do_Not_call.php" target="_blank">Yes Bank </a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.hungry-hackers.com/2010/01/how-to-stop-promotional-calls-and-sms.html&amp;title=How+to+Stop+Promotional+Calls+%26+SMS" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.hungry-hackers.com/2010/01/how-to-stop-promotional-calls-and-sms.html&amp;title=How+to+Stop+Promotional+Calls+%26+SMS" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.hungry-hackers.com/2010/01/how-to-stop-promotional-calls-and-sms.html&amp;title=How+to+Stop+Promotional+Calls+%26+SMS" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.hungry-hackers.com/2010/01/how-to-stop-promotional-calls-and-sms.html&amp;title=How+to+Stop+Promotional+Calls+%26+SMS" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.hungry-hackers.com/2010/01/how-to-stop-promotional-calls-and-sms.html&amp;submitHeadline=How+to+Stop+Promotional+Calls+%26+SMS&amp;submitSummary=%0D%0ADo%20pesky%20telemarketers%20call%20up%20you%20mobile%20phone%20to%20sell%20you%20car%20loans%2C%20credit%20cards%20or%20unbelievable%20deals%20for%20petty%20commissions.%20In%20a%20major%20initiative%20to%20stop%20telemarketing%20calls%2C%20the%20Telecom%20Regulatory%20Authority%20of%20India%20has%20started%20the%20National%20Do%20Not%20Call%20Registry%20of%20India.%20Any%20mobile%20or%20landli&amp;submitCategory=world_news&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.hungry-hackers.com/2010/01/how-to-stop-promotional-calls-and-sms.html&amp;Title=How+to+Stop+Promotional+Calls+%26+SMS" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=1418&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2010/01/how-to-stop-promotional-calls-and-sms.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Talk Cheat Sheet</title>
		<link>http://www.hungry-hackers.com/2010/01/google-talk-cheat-sheet.html</link>
		<comments>http://www.hungry-hackers.com/2010/01/google-talk-cheat-sheet.html#comments</comments>
		<pubDate>Mon, 18 Jan 2010 10:20:03 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Cheat sheet]]></category>
		<category><![CDATA[Cool Tricks]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[google talk]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Shortcuts]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=1405</guid>
		<description><![CDATA[Are you crazy about Google Talk. Do you want to be become a master of it? Then here is a source for you to know each and every secret of Google Talk. I think this is a complete list of tips, tricks, hacks, howto's, keyboard shortcuts and few miscellaneous facts about Google Talk]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2010/01/google_talk1.jpg"><img class="size-full wp-image-1406   aligncenter" title="google_talk1" src="http://www.hungry-hackers.com/wp-content/uploads/2010/01/google_talk1.jpg" alt="" width="400" height="189" /></a></p>
<p style="text-align: justify;">Are you crazy about Google Talk. Do you want to be become a master of Google Talk? Then here is a source for you to know each and every secret of Google Talk. I think this is a complete list of tips, tricks, hacks, howto&#8217;s, keyboard shortcuts and few miscellaneous facts about Google Talk.</p>
<p></p>
<h3>Tips &amp; Tricks</h3>
<p><strong>1. Change the font size</strong></p>
<p>While holding the control key, move the scroll wheel on your mouse either up or down. This trick works while being focused in either the read or write area.</p>
<p><strong>2. Insert line breaks</strong></p>
<p>If you want to have a message that spans multiple paragraphs, just hold shift and hit enter. You can add as many new lines as you want to create.</p>
<p><strong>3. Bold Text</strong></p>
<p>To write something bold, you can use an asterisk before and after the word. For Example *Hungry Hacker*</p>
<p><strong>4. Italic Text</strong></p>
<p>To use italics, use an underscore before and after the word. For Example _Hungry Hacker_</p>
<p><strong>5. Switch windows</strong></p>
<p>Hitting tab will cycle through open windows. It will select minimized conversations, to expand them just hit enter. If you just want to cycle through IM&#8217;s and don&#8217;t care about the buddy list, control-tab will do that and will automatically expand a minimized conversation if you settle on one.</p>
<p><strong>6. Invitation Tips</strong></p>
<p>You don’t need to say Yes or No when someone wants to add you as a friend; you can simply ignore it, the request will go away. (On the other hand, someone with whom you chat often will automatically turn to be your friend, unless you disable this in the options).</p>
<p><strong>7. Show Hyperlinks</strong></p>
<p>You can show your homepage or blog URL simply by entering it in your away message (at the top of the main window). It will automatically turn to a link visible to others.<br />
</p>
<h3>How To&#8217;s</h3>
<p><strong>1. </strong><strong>Use multiple identities on Google Talk</strong></p>
<p>Want to run Google Talk with multiple Gmail identities? If you have several Google Gmail accounts you also may want to run multiple instances of Google Talk This is especially important for families that share a single PC. Basically, to have &#8220;Google Polygamy&#8221; you need to run Google Talk with the following switch: /nomutex</p>
<ul>
<li>Right-click on the desktop</li>
<li>Select New -&gt; Shortcut</li>
<li>Paste the following into the Address box:</li>
</ul>
<blockquote><p><em>“C:\program files\google\google talk\googletalk.exe&#8221; /nomutex</em></p></blockquote>
<ul>
<li>Click Next and choose a shortcut name such as Google Talk1, Google Talk2, or something related to your Gmail account for easy remembering which account is which.</li>
</ul>
<p><strong> </strong></p>
<p><strong>2. </strong><strong>Use Google Talk via a Web Browser</strong></p>
<p>You want to use Google Talk anywhere ? Follow these guidelines <img src='http://www.hungry-hackers.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<ul>
<li>Opens your favourite web browser.</li>
<li>Go to following Website</li>
</ul>
<blockquote><p><em>http://www.webjabber.net:8080/jim/</em></p></blockquote>
<ul>
<li>Follow the instructions of the Page.</li>
<li>You can talk with your friends</li>
</ul>
<p><strong> </strong></p>
<p><strong>3. </strong><strong> Conference Calls</strong></p>
<ul>
<li>Open up a copy of Google Talk on all computers with which you wish to conference.</li>
<li>After one copy is opened make a new shortcut for Google Talk but at the end of it add /nomutex.</li>
<li>If you installed it to the default folder then your shortcut should read &#8220;C:\Program Files\Google\Google Talk\googletalk.exe&#8221; /nomutex.</li>
<li>Open 2nd instances of the software on every user&#8217;s computer.</li>
<li>After this start a chain: User 1 should connect on one instance to user 2. User 2 will connect on his second instance to user 3. User 3 will connect using his second instance back to user 1. With this chain everyone is connected to everyone.</li>
</ul>
<p><strong>4. </strong><strong>Change Nickname</strong></p>
<p>You can&#8217;t change your nickname in a way that other people will see it change. Every nickname in the Google Talk Contact List is the part that is before @gmail.com (only the alphabetical characters are used) or the name you chosen for your GMail account. To change the nickname you need to do the following:</p>
<ul>
<li>Go to your Gmail account and change the name there.</li>
<li>Choose Settings, Accounts, and then Edit info. Click on the second radio button, and enter your custom name.</li>
<li>As a result all of your emails will have that nick as well, there is no way to seperate the two.</li>
<li>You can add a website in your custom message, it will be clickable when someone opens a conversation window with you.</li>
</ul>
<p><strong> </strong></p>
<p><strong>5. </strong><strong>Contacts</strong></p>
<p>You don&#8217;t need to say Yes or No when someone wants to add you as a friend; you can simply ignore it, the request will go away. (On the other hand, someone with whom you chat often will automatically turn to be your friend, unless you disable this).</p>
<p><strong> </strong></p>
<p><strong>6. </strong><strong>Play Music</strong></p>
<p>It&#8217;s possible to broadcast music, MP3, etc. through Google Talk. Follow the steps given bellow:</p>
<ul>
<li>Unplug your microphone.</li>
<li>Double click on the speaker icon in the lower right corner. This will open up &#8220;Volume Control&#8221;.</li>
<li>Select &#8220;Options&#8221; and then &#8220;Properties&#8221;. Then check the button next to &#8220;Recording&#8221; then click OK.</li>
<li>You may also have to change your setting under Mixer Device. Now the Recording Control screen should be up.</li>
<li>On my computer I selected &#8220;Wave Out Mix&#8221;. Click on the green phone in Google Talk and call your friend.</li>
</ul>
<p></p>
<h3>Registry Hacks</h3>
<p>Before applying any of these Registry Tweaks follow the steps given below:</p>
<ol>
<li>Backup your Registry</li>
<li>Start -&gt; Run -&gt; Regedit</li>
<li> Now Navigate to the following directory</li>
<blockquote><p>HKEY_CURRENT_USER\Software\Google\Google Talk.</p></blockquote>
<li>Make Changes based on the info given bellow.</li>
<li>Restart your PC for the changes to take effect.</li>
</ol>
<p>The &#8220;Google/Google Talk&#8221; key has several sub-keys that hold different option values:</p>
<p><strong>Accounts</strong>: This one has subkeys for each different account that has logged in on the client. These keys have different values that store the username, password and connection options.<br />
<strong><br />
Autoupdate</strong>: Stores the current version information. When the client checks for updates it compares Google&#8217;s response with these values. If an update is needed, it will download and update the new version.</p>
<p><strong>Options</strong>: This is the most interesting part, where most of the current hacks should be used (keep reading).</p>
<p><strong>Process</strong>: Stores the process ID. Probably used by Google Talk to detect if it&#8217;s already running or not.</p>
<ol>
<li><strong> HKEY_CURRENT_USER\Software\Google\Google Talk\Options\show_pin</strong></li>
<p>If 1, shows a &#8220;pin&#8221; next to the minimize button that keeps the windows on top of all the other open windows when clicked.</p>
<li><strong>HKEY_CURRENT_USER\Software\Google\Google Talk\Options\view_show_taskbutton</strong></li>
<p>If 0, hides the taskbar button, and leaves the tray icon only, when the window is shown</p>
<li><strong>HKEY_CURRENT_USER\Software\Google\Google Talk\Options\away_inactive</strong></li>
<p>If 1, status will be set as Away after the specified number of minutes.</p>
<li><strong>HKEY_CURRENT_USER\Software\Google\Google Talk\Options\away_screensaver</strong></li>
<p>If 1, status will be set as Away after the specified number of minutes.</p>
<li><strong>HKEY_CURRENT_USER\Software\Google\Google Talk\Options\inactive_minutes</strong></li>
<p>Number of inactive minutes to become away if auto-away is on.</ol>
<p></p>
<h3>Keyboard Shortcuts</h3>
<table border="0px" cellspacing="0" cellpadding="3px">
<tbody>
<tr>
<td width="130" valign="top"><strong>Shortcut</strong></td>
<td width="486" valign="top"><strong>Use</strong></td>
</tr>
<tr>
<td width="130" valign="top">Ctrl + E</td>
<td width="486" valign="top">It centralizes the selected text, or the current line.</td>
</tr>
<tr>
<td width="130" valign="top">Ctrl + R</td>
<td width="486" valign="top">It justifies to the right the selected text, or the current line.</td>
</tr>
<tr>
<td width="130" valign="top">Ctrl + L</td>
<td width="486" valign="top">It justifies to the left the selected text, or the current line.</td>
</tr>
<tr>
<td width="130" valign="top">Ctrl + I</td>
<td width="486" valign="top">The same thing does that Tab.</td>
</tr>
<tr>
<td width="130" valign="top">Tab</td>
<td width="486" valign="top">It is giving the area to each of the windows opened by Google Talk.</td>
</tr>
<tr>
<td width="130" valign="top">Ctrl + Tab</td>
<td width="486" valign="top">The same thing does that Tab but in reverse.</td>
</tr>
<tr>
<td width="130" valign="top">Shift + Tab</td>
<td width="486" valign="top">The same thing that Ctrl + Tab does.</td>
</tr>
<tr>
<td width="130" valign="top">Ctrl + Shift + L</td>
<td width="486" valign="top">Switch between points, numbers, letters, capital letters, roman   numbers and capital roman numbers</td>
</tr>
<tr>
<td width="130" valign="top">Ctrl + 1 (Key Pad)</td>
<td width="486" valign="top">It does a simple space between the lines.</td>
</tr>
<tr>
<td width="130" valign="top">Ctrl + 2 (Key Pad)</td>
<td width="486" valign="top">It does a double space between the lines.</td>
</tr>
<tr>
<td width="130" valign="top">Ctrl + 5 (Key Pad)</td>
<td width="486" valign="top">A space does 1.5 between the lines.</td>
</tr>
<tr>
<td width="130" valign="top">Ctrl + 1 (Num Pad)</td>
<td width="486" valign="top">It goes at the end of the last line.</td>
</tr>
<tr>
<td width="130" valign="top">Ctrl + 7 (Num Pad)</td>
<td width="486" valign="top">It goes at the begin of the last line.</td>
</tr>
<tr>
<td width="130" valign="top">Ctrl + F4</td>
<td width="486" valign="top">It closes the current window.</td>
</tr>
<tr>
<td width="130" valign="top">Alt + F4</td>
<td width="486" valign="top">It closes the current window.</td>
</tr>
<tr>
<td width="130" valign="top">Alt + Esc</td>
<td width="486" valign="top">It Minimize all the windows.</td>
</tr>
<tr>
<td width="130" valign="top">Windows + ESC</td>
<td width="486" valign="top">Open Google Talk (if it&#8217;s minimized, or in the tray)</td>
</tr>
<tr>
<td width="130" valign="top">F9</td>
<td width="486" valign="top">Open Gmail to send an email to the current contact.</td>
</tr>
<tr>
<td width="130" valign="top">F11</td>
<td width="486" valign="top">It initiates a telephonic call with your friend.</td>
</tr>
<tr>
<td width="130" valign="top">F12</td>
<td width="486" valign="top">It cancels a telephonic call.</td>
</tr>
<tr>
<td width="130" valign="top">Esc</td>
<td width="486" valign="top">It closes the current window.</td>
</tr>
</tbody>
</table>
<p></p>
<h3>Google&#8217;s Secret Command-Line Parameters</h3>
<p>There are a few secret parameters you can add to Google Talk and make it function differently.</p>
<p>You can use these parameters as follows:</p>
<p>“C:\program files\google\google talk\googletalk.exe” [PARAMETER]</p>
<table border="0px" cellspacing="0" cellpadding="3px">
<tbody>
<tr>
<td width="130" valign="top"><strong>Parameter</strong></td>
<td width="486" valign="top"><strong>Use</strong></td>
</tr>
<tr>
<td width="196" valign="top">/nomutex</td>
<td width="420" valign="top">Allows you to open more than one instance of Google Talk</td>
</tr>
<tr>
<td width="196" valign="top">/autostart</td>
<td width="420" valign="top">It will check the registry settings to see if it needs to be started   or not. If the &#8220;Start automatically with Windows&#8221; option is   unchecked, it won&#8217;t start.</td>
</tr>
<tr>
<td width="196" valign="top">/forcestart</td>
<td width="420" valign="top">Same as /autostart, but forces it to start no matter what option was   set.</td>
</tr>
<tr>
<td width="196" valign="top">/S upgrade</td>
<td width="420" valign="top">Used when upgrading Google Talk</td>
</tr>
<tr>
<td width="196" valign="top">/register</td>
<td width="420" valign="top">Registers Google Talk in the registry, includig the GMail Compose   method.</td>
</tr>
<tr>
<td width="196" valign="top">/checkupdate</td>
<td width="420" valign="top">Check for newer versions.</td>
</tr>
<tr>
<td width="196" valign="top">/plaintextauth</td>
<td width="420" valign="top">Uses plain authentication mechanism instead of Google&#8217;s GAIA   mechanism. Used for testing the plain method on Google&#8217;s servers.</td>
</tr>
<tr>
<td width="196" valign="top">/nogaiaauth</td>
<td width="420" valign="top">Disables GAIA authentication method. The same as /plaintextauth .</td>
</tr>
<tr>
<td width="196" valign="top">/factoryreset</td>
<td width="420" valign="top">Set settings back to default.</td>
</tr>
<tr>
<td width="196" valign="top">/gaiaserver servername.com</td>
<td width="420" valign="top">Uses a different GAIA server to connect to Google Talk. Used for   debug purposes only, there are no other known GAIA servers.</td>
</tr>
<tr>
<td width="196" valign="top">/mailto email@host.com</td>
<td width="420" valign="top">Send an email with Gmail.</td>
</tr>
<tr>
<td width="196" valign="top">/diag</td>
<td width="420" valign="top">Start Google Talk in diagnostic mode.</td>
</tr>
<tr>
<td width="196" valign="top">/log</td>
<td width="420" valign="top">Probably has something to do with the diagnostic logging</td>
</tr>
</tbody>
</table>
<p></p>
<h3>Miscellaneous G-talk Facts</h3>
<ul>
<li>A message can be 32767 characters long.</li>
<li>The Gmail account &#8216;user@gmail.com&#8217; can&#8217;t be invited as your friend</li>
</ul>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.hungry-hackers.com/2010/01/google-talk-cheat-sheet.html&amp;title=Google+Talk+Cheat+Sheet" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.hungry-hackers.com/2010/01/google-talk-cheat-sheet.html&amp;title=Google+Talk+Cheat+Sheet" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.hungry-hackers.com/2010/01/google-talk-cheat-sheet.html&amp;title=Google+Talk+Cheat+Sheet" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.hungry-hackers.com/2010/01/google-talk-cheat-sheet.html&amp;title=Google+Talk+Cheat+Sheet" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.hungry-hackers.com/2010/01/google-talk-cheat-sheet.html&amp;submitHeadline=Google+Talk+Cheat+Sheet&amp;submitSummary=%0D%0AAre%20you%20crazy%20about%20Google%20Talk.%20Do%20you%20want%20to%20be%20become%20a%20master%20of%20Google%20Talk%3F%20Then%20here%20is%20a%20source%20for%20you%20to%20know%20each%20and%20every%20secret%20of%20Google%20Talk.%20I%20think%20this%20is%20a%20complete%20list%20of%20tips%2C%20tricks%2C%20hacks%2C%20howto%27s%2C%20keyboard%20shortcuts%20and%20few%20miscellaneous%20facts%20about%20Google%20Talk.%0D%0A%0D%0ATips%20&amp;submitCategory=world_news&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.hungry-hackers.com/2010/01/google-talk-cheat-sheet.html&amp;Title=Google+Talk+Cheat+Sheet" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=1405&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2010/01/google-talk-cheat-sheet.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Future of Mobiles</title>
		<link>http://www.hungry-hackers.com/2010/01/future-of-mobiles.html</link>
		<comments>http://www.hungry-hackers.com/2010/01/future-of-mobiles.html#comments</comments>
		<pubDate>Sat, 16 Jan 2010 20:18:59 +0000</pubDate>
		<dc:creator>paras</dc:creator>
				<category><![CDATA[Future Technologies]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/2010/01/guess-wat-in-future-mobiles-might-evolve-into-something-that-cant-be-named-mobiles-find-out-how.html</guid>
		<description><![CDATA[Guess Wat? In Future, mobiles might evolve into something that can't be named " mobiles "..Find out How?]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2010/01/mobile-tech.jpg"><img class="alignleft size-medium wp-image-1402" title="mobile tech" src="http://www.hungry-hackers.com/wp-content/uploads/2010/01/mobile-tech-300x225.jpg" alt="" width="210" height="158" /></a>Guess Wat? In Future, mobiles might evolve into something that can&#8217;t be named &#8221; mobiles &#8220;..Find out How?</p>
<p style="text-align: justify;">The short-term future of mobile phones seems to be quite interesting. We are bound to see mobile phones evolve into indispensable multi-utility devices. Your cell phone’s functionality will soon go beyond the PDA, digital camera or music player roles that it serves today. In the future, it will also become your wallet, credit card, car key, home doorway key, or a personal remote control for multiple appliances. It could well be your personal identity as well.</p>
<p style="text-align: justify;">However, the long-term future of mobile phones is even more interesting. Eventually, there will be no mobile phones. Allow me to explain with this story.</p>
<h3><strong>Saturation Point</strong></h3>
<p style="text-align: justify;">With the current silicon-based manufacturing technology for microprocessors, manufacturers seem to have reached a saturation point in terms of pure clock speed. Take Intel for example—they had promised to deliver the 4 GHz Pentium 4. But after having developed a 3.8 GHz one, they could neither stuff more transistors into the available space nor increase the transistors’ switch-cycles to attain 4 GHz, because of heating issues. To achieve better performance, they decided to put two cores on a single die, and thus the onslaught of dual-core processors began.</p>
<p style="text-align: justify;">A time will come when it will not be feasible to put more cores on a single die. By then, the current silicon-based manufacturing technology will have reached its limits.</p>
<h3>Replacement technology</h3>
<p style="text-align: justify;">Research is already underway for using lasers to transmit data within a processor, instead of silicon circuits. Of greater interest is research in the field of quantum computing; here the spin of an electron (a sub-atomic particle) is used to store binary information. Presently binary information is represented by switching a transistor on or off (or a flip-flop for a processor) to denote the binary numbers 1 or 0. With quantum computing, unbelievably large reserves of information can be stored in very small spaces.<br />
Another research area is biological computing. Scientists in Japan have already succeeded in encoding 100 bits of information onto a bacterium. All this clearly means that we are constantly moving towards more efficient forms of technology.</p>
<h3>Cybernetics</h3>
<p style="text-align: justify;">Leaving these aside for a minute, let us look at another area of research in today’s scenario which is undoubtedly regarded as the most dangerous game mankind is playing with itself: Cybernetics. A cyborg, or cybernetic organism, is a living being whose perception and interaction with its surroundings has been significantly changed (read improved) due to some implant(s) in his/her body. Bizarre as it may appear to one’s wildest imagination, the future will inevitably be a world inhabited with cyborgs.</p>
<p style="text-align: justify;">If you Google information on Kevin Warwick, you’ll know. You’ll also discover, in case you still didn’t know, that cyborgs are not just found in science fiction.. They’re an existing reality—living and enjoying it; excited about the future. Professor Kevin Warwick, the world’s first cyborg, has controlled a robotic arm on another continent by moving his own, because of a chip implanted in his arm.</p>
<p style="text-align: justify;">With the advent of Cybernetics, it might be possible that in the future, everybody will be a cyborg. Like millions of computers connected to the Internet today, people will then be interconnected through a worldwide network. They will be computers themselves!</p>
<p style="text-align: justify;">Implants in your body will identify you on this network with your personal details and help you recognize yourself as the citizen of a country. Your birth certificate will only exist in soft form within you; no hard copy document. You will be able to carry out mathematical operations like a computer. You could download information to yourself from the web and upload your experiences onto in. You could save what you physically see and hear as video files. Your bodily implants will protect you from the harsh elements of nature. Your eyes will be able to zoom into faraway objects. You will be able to hear the sounds out of the normal human hearing range. There will be no need to physically move your hands, or to shut your ears to cut out an irritating noise, just mentally switch off your sense of hearing. Your car’s door will open automatically when you approach it.</p>
<p style="text-align: justify;">You could operate appliances without getting up from your chair. When you shake hands with someone, introductions will automatically be exchanged. In fact, one will not have to use ones mouth at all to communicate; more efficient alternatives will be the obvious choice.</p>
<p style="text-align: justify;">This will be beneficial not only because communication will be at the speed of thought (instead of having to verbally speak out long sentences to communicate a small message) but also because you could make others see precisely what you imagine! And of course, if you were good at unethical hacking, you could download and install someone else’s skills in some activity in your own body and become as good as him!</p>
<p style="text-align: justify;">This is enough to declare that there will not be any mobile phones in the distant future. Whatever you will be able to do with a mobile phone even two decades from now, you will be able to do yourself in the long-term future as a cyborg.<br />
You may argue that the very set of implants in your body that will help you communicate can be considered your personal mobile phone; even if there is no physical handset and that the ten-digit numbers might be replaced by names or some unique ”IP addresses”. But I shall now counter-argue that too.</p>
<h3>Programmable bodies</h3>
<p style="text-align: justify;">Artists create ugly-looking pictures of cyborgs with cables and wires hanging all around their heads and bodies; one eye replaced by a weird-looking camera, a ear replaced with a weird-looking aerial, a whole arm replaced by a robotic one that houses all kinds of screwdrivers and drill-machines. In fact, the whole person looks like the rear panel of an average desktop cabinet.</p>
<p style="text-align: justify;">It is here that the imagination of our present-day seers goes wrong. Recall the replacement technologies discussed earlier in this article. By the time cybernetics and cyborgs are expected to become common, research in quantum and biological computing will have evolved to a stage where companies will start using electrons and biological cells for storing information. This means people might not necessarily have to be implanted with ugly electronic and mechanical devices after all; they might just need to be ”programmed”! Yes, you read that right. The human body has large amounts of both quantum and biological storage and there is a sufficiently powerful electrical field within it. So theoretically the human body can be &#8220;programmed” into utilizing it, or processing data with it.</p>
<p style="text-align: justify;">Haven’t computers become more appealing and more physically optimized than they were earlier? The thought of ugly machine-like cyborgs is in sharp contrast to the human body itself. Programming will gradually become so sophisticated that maintaining records of people will be a very easy task for the government. An already-programmed pregnant mother will deliver a biologically pre-programmed baby whose birth details will be automatically recorded into the government’s database upon being born; through the worldwide network of human beings.</p>
<p style="text-align: justify;">This does not mean that there will not be any physical implants at all. Implants can help one withstand extreme temperatures, for instance. After all, no matter how powerful laptops become, we can never get rid of desktops. Neither can desktops replace huge supercomputers. Each has its own applications. So in the future, cyborgs will never replace computers. But the point here is that in the cyborg-inhabited future, one will not need any physical implants just to be able to communicate or identify oneself or to compute numbers like a calculator. Simple biological programming would be sufficient. There will be alternative advancements to avoid physical implants. So no physical cellular device would be required.</p>
<p style="text-align: justify;">Strange and unbelievable as it may seem, the ultimate future of mobile phones is indeed that they will not exist in the long-term future.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.hungry-hackers.com/2010/01/future-of-mobiles.html&amp;title=Future+of+Mobiles" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.hungry-hackers.com/2010/01/future-of-mobiles.html&amp;title=Future+of+Mobiles" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.hungry-hackers.com/2010/01/future-of-mobiles.html&amp;title=Future+of+Mobiles" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.hungry-hackers.com/2010/01/future-of-mobiles.html&amp;title=Future+of+Mobiles" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.hungry-hackers.com/2010/01/future-of-mobiles.html&amp;submitHeadline=Future+of+Mobiles&amp;submitSummary=Guess%20Wat%3F%20In%20Future%2C%20mobiles%20might%20evolve%20into%20something%20that%20can%27t%20be%20named%20%22%20mobiles%20%22..Find%20out%20How%3F%0D%0AThe%20short-term%20future%20of%20mobile%20phones%20seems%20to%20be%20quite%20interesting.%20We%20are%20bound%20to%20see%20mobile%20phones%20evolve%20into%20indispensable%20multi-utility%20devices.%20Your%20cell%20phone%E2%80%99s%20functionality%20will%20so&amp;submitCategory=world_news&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.hungry-hackers.com/2010/01/future-of-mobiles.html&amp;Title=Future+of+Mobiles" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=1400&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2010/01/future-of-mobiles.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to unlock your Cellphone for Free</title>
		<link>http://www.hungry-hackers.com/2010/01/how-to-unlock-your-cellphone-for-free.html</link>
		<comments>http://www.hungry-hackers.com/2010/01/how-to-unlock-your-cellphone-for-free.html#comments</comments>
		<pubDate>Sat, 16 Jan 2010 19:39:53 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Hacking Toolkit]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Mobile Hacking]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tool of the Week]]></category>
		<category><![CDATA[cellphone]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[unlock]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=1393</guid>
		<description><![CDATA[An Unlocked Cellphone is one that can be used on all networks operating on the frequency the phone is designed for. However, as the networks don't want to lose you as a customer, when they supply the phone (on contract or  pay as you go) it can be locked to only accept SIM cards from their network. If you wish to use a SIM from a different network, the phone needs to be unlocked.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2010/01/unlock_nokia_sim.jpg"><img class="alignleft size-medium wp-image-1395" title="unlock_nokia_sim" src="http://www.hungry-hackers.com/wp-content/uploads/2010/01/unlock_nokia_sim-300x225.jpg" alt="" width="210" height="158" /></a>First of all lets clear the basics and then we goto the tutorial.</p>
<h3 style="text-align: justify;">What are Unlocked Cellphones? and Why anybody would want to Unlock it?</h3>
<p style="text-align: justify;">An Unlocked Cellphone is one that can be used on all networks operating on the frequency the phone is designed for. For example, in the UK there are four main networks, Vodafone, BT  Cellnet, Orange and One2One. Vodafone and BT Cellnet operate on GSM900, while Orange and One2One operate on GSM1800. A UK dual band phone can operate on GSM900 and GSM1800, therefore being capable of working on all the networks.</p>
<p style="text-align: justify;">However, as the networks don&#8217;t  want to lose you as a customer, when they supply the phone (on contract or  pay as you go) it can be locked to only accept SIM cards from their network.</p>
<p style="text-align: justify;">If you wish to use a SIM from a different network, the phone needs to be unlocked.</p>
<h3 style="text-align: justify;">How do I know if my phone is locked or unlocked?</h3>
<p style="text-align: justify;">There are two ways to check if your phone is locked/unlocked. Firstly, if you have a working SIM from a different  network, try putting that into the phone and switching it on. If the phone  works and you can make calls on that network, congratulations, your phone is already unlocked. If a message appears, saying &#8220;SIM card not accepted&#8221; or similar, the phone is probably locked.</p>
<h3 style="text-align: justify;">How to Unlock your Cellphone?</h3>
<p style="text-align: justify;">It is very simple procedure.</p>
<ol style="text-align: justify;">
<li><a title="Download Unlock Code Calculator" href="http://www.easy-share.com/1909019507/Nokia Unlock Code Generator.zip" target="_blank">Download</a> &amp; Install &#8221; Unlock Code Calculator&#8221;<a href="http://www.hungry-hackers.com/wp-content/uploads/2010/01/Cellphone-Unlocker.jpg"></a></li>
<p style="text-align: center;"><img class="size-full wp-image-1394  aligncenter" title="Cellphone Unlocker" src="http://www.hungry-hackers.com/wp-content/uploads/2010/01/Cellphone-Unlocker.jpg" alt="" width="394" height="416" /></p>
<li>Start the software and Select your Cellphone Manufacturer and Cellphone Model</li>
<li>Enter the 15 Digit IMEI Number of your Cellphone. You can get IMEI number for your Cellphone by entering *#06# in your Cellphone and press Enter.</li>
<li>For Nokia Users you also need to select the Country and the Operator of your Cellphone.</li>
<li>Press Calculate and it will generate a Code similar to #pw+CODE+n#.</li>
<li>Now Press the Help button. Select your Cellphone Manufacturer and you will find the Steps of to use the above generated Code to unlock your phone.</li>
</ol>
<p style="text-align: justify;"><strong>Note (For Nokia Users): </strong>You might be confused by the DCT-2, 3 and 4. Here I have categorized different Nokia models into DCT 2, 3 or 4. If your Cellphone is not listed below it might be possible that it use Nokia DCT1 or 5. The List below is not exhaustive. I have prepared it by collecting it from internet.</p>
<p style="text-align: justify;"><strong>Nokia DCT2</strong>: 3110, 8110, 8110i, 8146, 8148, 8148i, 9110, 9110i</p>
<p style="text-align: justify;"><strong>Nokia DCT3</strong>: 2100, 2190, 3210, 3285, 3310, 3315, 3320, 3330, 3350, 3390, 3395, 3410, 3610, 3810, nk402, nk503, nk702, 5110, 5110i, 5120, 5125, 5130, 5148, 5160, 5170, 5180, 5185, 5190, 5210, 5510, 6090, 6110, 6110i, 6120, 6130, 6138, 6150, 6150e, 6160, 6161, 6162, 6185, 6190, 6210, 6250, 6290, 7110, 7160, 7190, 7290, 8210, 8250, 8260, 8270, 8290, 8810, 8850, 8855, 8860, 8890, 9000, 9000i, 9110, 9110i, 9210 y 9290</p>
<p style="text-align: justify;"><strong>Nokia DCT4</strong>: N-GAGE, N-GAGE QD, 1100, 2110, 2300, 2600,2650, [NEM-2] (United states), 3108, 3100, 3120, 3200, 3220, 3300, 3510, 3510i, 3530, 3550, 3585, 3590, 3595, 3600, 3610, 3650, 5100, 5140, 6100,6170, 6200, 6220, 6230, 6260, 6310, 6310i, 6340, 6390, 6500, 6510, 6590, 6600, 6610, 6610i, 6630, 6650, 6800,[NSB-9] (United States),7200, 7210, 7210i, 7250, 7600, 7610, 7650, 7700, 8310, 8310i, 8350, 8390, 8910, 8910i, 9210, 9210i, 9290, 9500</p>
<p style="text-align: left;"><strong>(Update) Alternate Download Link</strong>: http://www.ziddu.com/downloadlink/8194135/NokiaUnlockCodeGenerator.zip</p>
<p style="text-align: left;">Thats all for Today. Happy Hacking!</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.hungry-hackers.com/2010/01/how-to-unlock-your-cellphone-for-free.html&amp;title=How+to+unlock+your+Cellphone+for+Free" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.hungry-hackers.com/2010/01/how-to-unlock-your-cellphone-for-free.html&amp;title=How+to+unlock+your+Cellphone+for+Free" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.hungry-hackers.com/2010/01/how-to-unlock-your-cellphone-for-free.html&amp;title=How+to+unlock+your+Cellphone+for+Free" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.hungry-hackers.com/2010/01/how-to-unlock-your-cellphone-for-free.html&amp;title=How+to+unlock+your+Cellphone+for+Free" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.hungry-hackers.com/2010/01/how-to-unlock-your-cellphone-for-free.html&amp;submitHeadline=How+to+unlock+your+Cellphone+for+Free&amp;submitSummary=First%20of%20all%20lets%20clear%20the%20basics%20and%20then%20we%20goto%20the%20tutorial.%0D%0A%0D%0AWhat%20are%20Unlocked%20Cellphones%3F%20and%20Why%20anybody%20would%20want%20to%20Unlock%20it%3F%0D%0AAn%20Unlocked%20Cellphone%20is%20one%20that%20can%20be%20used%20on%20all%20networks%20operating%20on%20the%20frequency%20the%20phone%20is%20designed%20for.%20For%20example%2C%20in%20the%20UK%20there%20are%20four%20main%20&amp;submitCategory=world_news&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.hungry-hackers.com/2010/01/how-to-unlock-your-cellphone-for-free.html&amp;Title=How+to+unlock+your+Cellphone+for+Free" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=1393&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2010/01/how-to-unlock-your-cellphone-for-free.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>7 Alternatives for Microsoft Office</title>
		<link>http://www.hungry-hackers.com/2010/01/7-alternatives-for-microsoft-office.html</link>
		<comments>http://www.hungry-hackers.com/2010/01/7-alternatives-for-microsoft-office.html#comments</comments>
		<pubDate>Fri, 15 Jan 2010 14:34:01 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=1374</guid>
		<description><![CDATA[Microsoft Office is one of the most popular application suits which no doubt facilitates the users to the full extent. But due to its high price or due to any compatibility issue with the operating system, it is always desirable to have some alternatives. Lets have a summarized look on the available alternatives.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Microsoft Office is one of the most popular application suits which no doubt facilitates the users to the full extent. But due to its high price or due to any compatibility issue with the operating system, it is always desirable to have some alternatives. Lets have a summarized look on the available alternatives.</p>
<p style="text-align: justify;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2010/01/zoho-logo1.jpg"><img class="alignleft size-full wp-image-1375" title="zoho-logo" src="http://www.hungry-hackers.com/wp-content/uploads/2010/01/zoho-logo1.jpg" alt="" width="150" height="150" /></a></p>
<h3 style="text-align: justify;">1. Zoho</h3>
<p><a title="Zoho" href="http://www.zoho.com" target="_blank">Zoho</a> is considered to be one of the best online office suites that is capable of replacing any desktop Office suite. It not only offers Word processing, Spread Sheet and Presentations but also provides you with the Wiki Pages planner for managing your to-do list, tasks and notes, and many more features that are an integral part of any office applications suit.</p>
<p style="text-align: justify;">
<div style="margin-top: 60px;">
<p style="text-align: justify;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2010/01/Google-Docs-logo.jpg"><img class="alignleft size-full wp-image-1376" title="Google-Docs-logo" src="http://www.hungry-hackers.com/wp-content/uploads/2010/01/Google-Docs-logo.jpg" alt="" width="150" height="141" /></a></p>
<h3 style="text-align: justify;">2. Google Docs</h3>
<p><a title="Google Docs" href="http://docs.google.com/" target="_blank">Google Docs</a> is the most popular online service from Google. It is free, and provides a  Web-based word processor, spreadsheet, presentation, and form application, etc. It lets you create and edit documents online while collaborating in real-time with other users. Google Docs has come a long way with respect to the advanced features and ease of access and millions of users around the world trust it to fulfill their documentation and presentation needs.</p>
<p style="text-align: justify;">
</div>
<div>
<h3 style="text-align: justify;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2010/01/SunStarOffice_thumb.png"><img class="alignleft size-full wp-image-1377" title="SunStarOffice_thumb" src="http://www.hungry-hackers.com/wp-content/uploads/2010/01/SunStarOffice_thumb.png" alt="" width="150" height="124" /></a>3. Sun Star Office</h3>
<p><a title="Sun Star Office" href="http://www.sun.com/software/staroffice/index.jsp" target="_blank">Sun Star Office</a> is a product from the well known Sun Microsystems. It is a full-featured office productivity suite that’s compatible with Microsoft Office at just a fraction of the cost.</p>
</div>
<p style="text-align: justify;">
<p style="text-align: justify;">
<div style="margin-top: 80px;">
<h3 style="text-align: justify;">4. <a href="http://www.hungry-hackers.com/wp-content/uploads/2010/01/openoffice_thumb.png"><img class="alignleft size-full wp-image-1381" title="openoffice_thumb" src="http://www.hungry-hackers.com/wp-content/uploads/2010/01/openoffice_thumb.png" alt="" width="107" height="150" /></a>OpenOffice</h3>
<p><a title="Open Office" href="http://www.openoffice.org/" target="_blank">Open Office</a> is one of the most well-known, open-source office software suites for word processing, spreadsheets, presentations, graphics, databases and more. It is available in many languages and a system with lower specs can also run it smoothly. Since it stores all your data in an international open standard format and can read and write files from other common office software packages, it is a common replacement for many Office users. It can be downloaded and used free of charge. It also works on many different operating systems like Windows, Linux, Mac and Solaris.</p>
</div>
<p style="text-align: justify;">
<div style="margin-top: 20px;">
<h3 style="text-align: justify;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2010/01/iWork_thumb.png"><img class="alignleft size-full wp-image-1379" title="iWork_thumb" src="http://www.hungry-hackers.com/wp-content/uploads/2010/01/iWork_thumb.png" alt="" width="200" height="69" /></a>5. iWork</h3>
<p><a title="iWork" href="http://www.apple.com/iwork/" target="_blank">iWork</a> is the Office alternative in Mac. It is a well-known Apple’s productivity suite,  and offers an easy way to create very attractive-looking documents, spreadsheets, and presentations. It is compatible with Microsoft Office, so sharing your work is even easier and your documents, spreadsheets or presentations can easily by viewed by people using Microsoft Office or some other similar office application suit.</p>
</div>
<p style="text-align: justify;">
<div style="margin-top: 30px;">
<h3 style="text-align: justify;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2010/01/LotusSymphony_thumb.png"><img class="alignleft size-full wp-image-1380" title="LotusSymphony_thumb" src="http://www.hungry-hackers.com/wp-content/uploads/2010/01/LotusSymphony_thumb.png" alt="" width="124" height="134" /></a>6. Lotus Symphony</h3>
<p><a title="Lotus Symphony" href="http://symphony.lotus.com/software/lotus/symphony/home.nsf/home" target="_blank">Lotus Symphony</a> is an office application suit from IBM, and is totally free of cost. The three applications that make up Lotus Symphony are as follows: Lotus Symphony Documents, Lotus Symphony Spreadsheets, and Lotus Symphony Presentation. The application suit works on many commonly used operating systems like Windows, Linux and Mac.</p>
</div>
<p style="text-align: justify;">
<div style="margin-top: 40px;">
<h3 style="text-align: justify;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2010/01/thinkfree_thumb.png"><img class="alignleft size-full wp-image-1378" title="thinkfree_thumb" src="http://www.hungry-hackers.com/wp-content/uploads/2010/01/thinkfree_thumb.png" alt="" width="106" height="200" /></a>7. Think Free Office</h3>
<p><a title="Think Free Office" href="http://product.thinkfree.com/office" target="_blank">Think Free Office</a> was designed while keeping compatibility with Microsoft Office in mind. The key features of this office application suit are: support for open office XML format, similar user interface with Microsoft Office, up to 1 GB free online file storage, automatic file synchronization and compatibility with multiple operating systems. The online version of ThinkFree is free while the desktop version is not.</p>
</div>
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<div style="margin-top: 100px;">
<h3 style="text-align: justify;">8. Extra Tool</h3>
<p>You can also try <a title="AbiWord" href="http://www.abisource.com/" target="_blank">AbiWord</a> which is a complete alternative to Microsoft Word. We did not include it in the list since it does not replace the Office suite.</p>
</div>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.hungry-hackers.com/2010/01/7-alternatives-for-microsoft-office.html&amp;title=7+Alternatives+for+Microsoft+Office" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.hungry-hackers.com/2010/01/7-alternatives-for-microsoft-office.html&amp;title=7+Alternatives+for+Microsoft+Office" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.hungry-hackers.com/2010/01/7-alternatives-for-microsoft-office.html&amp;title=7+Alternatives+for+Microsoft+Office" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.hungry-hackers.com/2010/01/7-alternatives-for-microsoft-office.html&amp;title=7+Alternatives+for+Microsoft+Office" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.hungry-hackers.com/2010/01/7-alternatives-for-microsoft-office.html&amp;submitHeadline=7+Alternatives+for+Microsoft+Office&amp;submitSummary=Microsoft%20Office%20is%20one%20of%20the%20most%20popular%20application%20suits%20which%20no%20doubt%20facilitates%20the%20users%20to%20the%20full%20extent.%20But%20due%20to%20its%20high%20price%20or%20due%20to%20any%20compatibility%20issue%20with%20the%20operating%20system%2C%20it%20is%20always%20desirable%20to%20have%20some%20alternatives.%20Lets%20have%20a%20summarized%20look%20on%20the%20available&amp;submitCategory=world_news&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.hungry-hackers.com/2010/01/7-alternatives-for-microsoft-office.html&amp;Title=7+Alternatives+for+Microsoft+Office" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=1374&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2010/01/7-alternatives-for-microsoft-office.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Uninstall Ghosted Devices from Windows</title>
		<link>http://www.hungry-hackers.com/2010/01/how-to-uninstall-ghosted-devices-from-windows-7.html</link>
		<comments>http://www.hungry-hackers.com/2010/01/how-to-uninstall-ghosted-devices-from-windows-7.html#comments</comments>
		<pubDate>Fri, 15 Jan 2010 07:43:18 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[device driver]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[ghosts]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=1365</guid>
		<description><![CDATA[Do you know that your computer can be full of Ghosted Devices? And like Humans are scared of real world Ghosts your Computer is also scared of these  Virtual Ghosts. Presence of such ghosts causes  deterioration in the Startup Speed and Overall Computer speed.

In simple language Ghosted Devices, commonly known as Hidden Devices, are those devices that were once connected to the system but are no longer connected. Windows however keeps a copy of them inside the Device Manager and tries to find these devices on system startup, thus reducing the startup speed(often negligible) in some cases.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2010/01/ghost.png"><img class="alignleft size-full wp-image-1367" title="ghost" src="http://www.hungry-hackers.com/wp-content/uploads/2010/01/ghost.png" alt="" width="239" height="259" /></a>Do you know that your computer can be full of Ghosted Devices? And like Humans are scared of real world Ghosts your Computer is also scared of these  Virtual Ghosts. Presence of such ghosts causes  deterioration in the Startup Speed and Overall Computer speed.</p>
<p style="text-align: justify;">In simple language Ghosted Devices, commonly known as Hidden Devices, are those devices that were once connected to the system but are no longer connected. Windows however keeps a copy of them inside the Device Manager and tries to find these devices on system startup, thus reducing the startup speed(often negligible) in some cases.</p>
<p style="text-align: justify;">As an example, lets consider a mouse that you borrowed from a friend, after using it you returned him the next day. When it was first connected, Windows installed the required drivers and when it was removed, Windows marked it as ‘Ghosted Device’. Now since you will probably never use this mouse again, it makes sense to remove it.</p>
<p style="text-align: justify;">The common way of removing the device is to go to Device Manager, view hidden devices, right-click the device(s), hit Uninstall, and wait. Since it can be confusing at some times, this is where <strong>GhostBuster</strong> comes in. It is a portable tool that can list all Ghosted and Normal devices in one simple list and allows you to remove them in one click.</p>
<p style="text-align: center;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2010/01/ghost.jpg"><img class="size-full wp-image-1366  aligncenter" title="ghost" src="http://www.hungry-hackers.com/wp-content/uploads/2010/01/ghost.jpg" alt="" width="529" height="302" /></a></p>
<p style="text-align: justify;"><strong>Please note</strong> that these “Ghosted Devices” can be useful as well and is one reason why Windows never looks for drivers every time you connect the device.</p>
<p style="text-align: justify;">Suppose you connect a mouse after a few months after borrowing from a another friend and it turns out to be the same mouse that you borrowed from a friend before. Upon connecting it, you will be able to use the mouse instantly since Windows will not need to re-install the drivers. In layman’s term, the Ghosted device will become activated instantly and thus will not require driver installation again.</p>
<p style="text-align: justify;"><strong>Note:</strong> Windows has some devices that are ghosted but should NEVER be removed(like devices in the sound, video and game controller class or system and non plug-n-play devices), GhostBuster marks them down as services. Make sure you know which device you are removing, consider this a warning.</p>
<p style="text-align: justify;">It works on Windows XP, Windows Vista, and Windows 7. If you are using Vista or 7, go to Properties and run it in Windows XP compatibility mode.</p>
<p style="text-align: justify;"><a title="Download GhostBuster" href="http://ghostbuster.codeplex.com/" target="_blank">Download GhostBuster</a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.hungry-hackers.com/2010/01/how-to-uninstall-ghosted-devices-from-windows-7.html&amp;title=How+to+Uninstall+Ghosted+Devices+from+Windows" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.hungry-hackers.com/2010/01/how-to-uninstall-ghosted-devices-from-windows-7.html&amp;title=How+to+Uninstall+Ghosted+Devices+from+Windows" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.hungry-hackers.com/2010/01/how-to-uninstall-ghosted-devices-from-windows-7.html&amp;title=How+to+Uninstall+Ghosted+Devices+from+Windows" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.hungry-hackers.com/2010/01/how-to-uninstall-ghosted-devices-from-windows-7.html&amp;title=How+to+Uninstall+Ghosted+Devices+from+Windows" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.hungry-hackers.com/2010/01/how-to-uninstall-ghosted-devices-from-windows-7.html&amp;submitHeadline=How+to+Uninstall+Ghosted+Devices+from+Windows&amp;submitSummary=Do%20you%20know%20that%20your%20computer%20can%20be%20full%20of%20Ghosted%20Devices%3F%20And%20like%20Humans%20are%20scared%20of%20real%20world%20Ghosts%20your%20Computer%20is%20also%20scared%20of%20these%C2%A0%20Virtual%20Ghosts.%20Presence%20of%20such%20ghosts%20causes%C2%A0%20deterioration%20in%20the%20Startup%20Speed%20and%20Overall%20Computer%20speed.%0D%0AIn%20simple%20language%20Ghosted%20Devices%2C%20&amp;submitCategory=world_news&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.hungry-hackers.com/2010/01/how-to-uninstall-ghosted-devices-from-windows-7.html&amp;Title=How+to+Uninstall+Ghosted+Devices+from+Windows" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=1365&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2010/01/how-to-uninstall-ghosted-devices-from-windows-7.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows 7: Top 10</title>
		<link>http://www.hungry-hackers.com/2010/01/windows-7-top-10.html</link>
		<comments>http://www.hungry-hackers.com/2010/01/windows-7-top-10.html#comments</comments>
		<pubDate>Wed, 13 Jan 2010 10:52:10 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Windows 7 Hacks]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[top10]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=1355</guid>
		<description><![CDATA[It has been long since Windows 7 has been released and it is getting popular very quickly. There are a lot of new Tips and Tricks about Windows 7 being posted daily. Just search Google for the Keywords "Windows 7 Tips and Tricks" and you will find 113,000,000 results. So to reduce your difficulty to chose among them we have filtered out these articles and here we have listed Top 10 articles about "Windows 7 Tip and Tricks" till date.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2010/01/windows7tipsandtricks.jpg"><img class="alignleft size-full wp-image-1356" style="margin-right: 10px;" title="windows7tipsandtricks" src="http://www.hungry-hackers.com/wp-content/uploads/2010/01/windows7tipsandtricks.jpg" alt="" width="223" height="199" /></a>It has been long since Windows 7 has been released and it is getting popular very quickly. There are a lot of new Tips and Tricks about Windows 7 being posted daily. Just search Google for the Keywords &#8220;Windows 7 Tips and Tricks&#8221; and you will find <strong></strong><strong>113,000,000</strong> results. So to reduce your difficulty to chose among them we have filtered out these articles and here we have listed Top 10 articles about &#8220;Windows 7 Tip and Tricks&#8221; till date.</p>
<div style="margin-top: 50px;">
<h2>Top 10 Articles</h2>
<ol>
<li><a title="Windows 7 Roundup: A Must read for All Buyers" href="http://www.hungry-hackers.com/2009/10/windows-seven-round-up-a-must-read-for-all-buyers.html" target="_blank">Windows 7 Roundup: A Must Read for All Buyers</a></li>
<li><a title="62 Windows 7 tips, tricks and secrets" href="http://www.techradar.com/news/software/operating-systems/62-windows-7-tips-tricks-and-secrets-643861" target="_blank">62 Windows 7 tips, tricks and secrets</a></li>
<li><a title="Top 20 Windows 7 Tips" href="http://www.pcworld.com/article/181926/top_20_windows_7_tips.html" target="_blank">Top 20 Windows 7 Tips</a></li>
<li><a title="Secret 'GodModes' in Windows 7" href="http://www.hungry-hackers.com/2010/01/secret-godmodes-in-windows-7.html" target="_blank">Secret ‘GodModes’ in Windows 7</a></li>
<li><a title="The Bumper List of Windows 7 Secrets" href="http://blogs.msdn.com/tims/archive/2009/01/12/the-bumper-list-of-windows-7-secrets.aspx" target="_blank">The Bumper List of Windows 7 Secrets</a></li>
<li><a title="Windows 7 Cheat Sheet" href="http://www.hungry-hackers.com/2009/05/windows-7-cheat-sheet.html" target="_blank">Windows 7 Cheat Sheet</a></li>
<li><a title="175 Windows 7 Tweaks, Tips, and How-To articles" href="http://www.howtogeek.com/howto/5391/175-windows-7-tweaks-tips-and-how-to-articles/" target="_blank">175 Windows 7 Tweaks, Tips, and How-To Articles</a></li>
<li><a title="How to Dual boot Windows 7 with XP or Vista" href="http://lifehacker.com/5126781/how-to-dual-boot-windows-7-with-xp-or-vista" target="_blank">How to Dual Boot Windows 7 with XP or Vista</a></li>
<li><a title="Ultimate List Of Windows 7 Tips and Tricks" href="http://techie-buzz.com/tips-and-tricks/ultimate-list-of-windows-7-tips-and-tricks.html" target="_blank">Ultimate List Of Windows 7 Tips and Tricks</a></li>
<li><a title="18 cool things Windows 7 does that Vista doesn't" href="http://www.techradar.com/news/computing/pc/18-cool-things-windows-7-does-that-vista-doesn-t-628892" target="_blank">18 cool things Windows 7 does that Vista doesn&#8217;t</a></li>
</ol>
<p><span style="font-weight: bold;">Disclaimer: This list is based on the personal opinion of Hungry Hackers Team. </span></p>
</div>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.hungry-hackers.com/2010/01/windows-7-top-10.html&amp;title=Windows+7%3A+Top+10" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.hungry-hackers.com/2010/01/windows-7-top-10.html&amp;title=Windows+7%3A+Top+10" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.hungry-hackers.com/2010/01/windows-7-top-10.html&amp;title=Windows+7%3A+Top+10" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.hungry-hackers.com/2010/01/windows-7-top-10.html&amp;title=Windows+7%3A+Top+10" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.hungry-hackers.com/2010/01/windows-7-top-10.html&amp;submitHeadline=Windows+7%3A+Top+10&amp;submitSummary=It%20has%20been%20long%20since%20Windows%207%20has%20been%20released%20and%20it%20is%20getting%20popular%20very%20quickly.%20There%20are%20a%20lot%20of%20new%20Tips%20and%20Tricks%20about%20Windows%207%20being%20posted%20daily.%20Just%20search%20Google%20for%20the%20Keywords%20%22Windows%207%20Tips%20and%20Tricks%22%20and%20you%20will%20find%C2%A0113%2C000%2C000%20results.%20So%20to%20reduce%20your%20difficulty%20t&amp;submitCategory=world_news&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.hungry-hackers.com/2010/01/windows-7-top-10.html&amp;Title=Windows+7%3A+Top+10" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=1355&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2010/01/windows-7-top-10.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>43 Excellent Wordpress Security Tips &amp; Plugins</title>
		<link>http://www.hungry-hackers.com/2010/01/43-excellent-wordpress-security-tips-and-plugins.html</link>
		<comments>http://www.hungry-hackers.com/2010/01/43-excellent-wordpress-security-tips-and-plugins.html#comments</comments>
		<pubDate>Tue, 12 Jan 2010 15:09:01 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[WordPress Hacks]]></category>
		<category><![CDATA[antispam]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=1329</guid>
		<description><![CDATA[After putting in all of the time, and perhaps money, into your Wordpress website or blog, its now time to secure and protect it from outside enemies and general bad guys: hackers, spammers and all round tossers.

Without a doubt, for a self-hosted blog, WordPress is the best blog CMS that you can get. Though it comes packed with security features, being a popular and open source software, it also means that hackers have full access to the code which they can scrutinize to find any exploits they can use to hack into any WordPress-enabled site.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.hungry-hackers.com/wp-content/uploads/2010/01/wp-security1.png"><img class="alignleft size-full wp-image-1336" title="wp-security" src="http://www.hungry-hackers.com/wp-content/uploads/2010/01/wp-security1.png" alt="" width="158" height="189" /></a>After putting in all of the time, and perhaps money, into your Wordpress website or blog, its now time to secure and protect it from outside enemies and general bad guys: hackers, spammers and all round tossers.</p>
<p>Without a doubt, for a self-hosted blog, WordPress is the best blog CMS that you can get. Though it comes packed with security features, being a popular and open source software, it also means that hackers have full access to the code which they can scrutinize to find any exploits they can use to hack into any WordPress-enabled site.</p>
<p>On the good side, one of the best things about WordPress is its plugin system that allows anyone to install any plugins or create your own plugins to extend its functionality, including improving security.</p>
<p>Here, I have listed some wordpress security tips and plugins that you can use to secure WordPress blog.</p>
<hr />
<h2>Security Tips</h2>
<hr />
<div style="margin-top: 20px;">
<h3><strong>1. Nobody should be allowed to search your entire server.</strong></h3>
<ul>
<li><a href="http://www.wpdesigner.com/2008/01/30/wordpress-tips-part-1/">WPdesigner advices us to NOT use this search code in the search.php</a><br />
<code>&lt;?php echo $_SERVER ['PHP_SELF']; ?&gt;</code><br />
Nobody should be allowed to search your entire server, or? Use this one instead:<br />
<code>&lt;?php bloginfo ('home'); ?&gt;</code></li>
<li>Block WP- folders from being indexed by search engines, the best way to block them in your robots.txt file. Add the following line to your list:<br />
<code>Disallow: /wp-* </code></li>
</ul>
<h3><strong>2. Directories should not be left open for public browsing</strong></h3>
<p>There is a potential problem letting people know what plugins you have, or what versions they are. If there is some known exploit that is linked to a plugin, it could be easy enough for someone to use it to their advantage. Make an empty wp-content/plugins/index.html file or just add this line in your .htaccess file in your root:<br />
<code>Options All -Indexes</code></p>
<h3><strong>3. Drop the version string in your Meta Tags</strong></h3>
<p>A large number of WordPress themes have the WordPress Meta Tag that show the version of WordPress that is running on your blog which is an easy way to get your blog prone to hackers if you didn’t upgrade to the security-enhanced file permissions on both which is pointed out by <a href="http://www.mattcutts.com/blog/three-tips-to-protect-your-wordpress-installation/">Matt Cutts</a>. Another solution involves a plugin that sets up a secondary new version.</p>
<p>This tag is in the header.php file that displays your current version of wordpress.</p>
<p><code>&lt;meta content="WordPress &amp;lt;?php bloginfo(’version’); ? /&amp;gt;" name="generator" /&gt;</code></p>
<ol></ol>
<h3>4. Stay Updated</h3>
<p>You need to keep your on your plugin/widget, theme, and Wordpress versions updated. Also, subscribing to the plugin/widget/theme Author’s RSS feeds makes keeping up with them much easier.</p>
<h3>5. Take regular backups of your site and Database</h3>
<p>You always have to take regular backups of your file directories as well as the database. <a href="http://www.ilfilosofo.com/blog/wp-db-backup/">WordPress Database Backup plugin</a> creates backups of your core WordPress tables as well as other tables of your choice in the same database.</p>
<h3>6. Use SSH/Shell Access instead of FTP</h3>
<p>If someone gets a hold of your FTP login information (which is usually not encrypted and easy to get), they can manipulate your files and add spam to your site without you even knowing about it! Using SSH, everything is encrypted including the transfer of files, etc.</p>
<h3>7. Stop worrying about your wp-config.php file</h3>
<p>Keep your database username and password Safe by adding the following to the .htaccess file at the top level of your WordPress install:</p>
<p><code>&lt;FilesMatch ^wp-config.php$&gt;deny from all&lt;/FilesMatch&gt;</code></p>
<p>This will make it harder for your database username and password to fall into the wrong hands in the event of a server problem.</p>
<h3><strong>8. Block WP- folders from the Search Engines</strong></h3>
<p>There is no need to have all of your filesWordpress files indexed by Google, so it’s best to block them in your robots.txt file. Add the following line to your list</p>
<p><code>Disallow: /wp-*</code></p>
<h3><strong> </strong><strong>9. Block access to WP-Admin folder using .htaccess</strong></h3>
<p>There is an article written Reuben that talks about how you can <a href="http://www.reubenyau.com/protecting-the-wordpress-wp-admin-folder/" target="_blank">protect your Wordpress admin folder</a> by allowing access to it from a defined set of IP addresses. Everything else will bring up a Forbidden error message. So if you only access your blog from one or two places routinely, it’s worth implementing. Also, you’re supposed to create a new .htaccess file inside your wp-admin folder, not replace the one at the root of your blog</p>
<h3><strong>10. Don&#8217;t Use Default Passwords</strong></h3>
<p>Are you still logging into your wp-admin page with the same default password that was emailed to you? If so, CHANGE IT! You can follow the instructions given in the article &#8220;<a title="Hack Proof Password" href="http://www.hungry-hackers.com/2009/12/hack-proof-passwords.html" target="_blank">Hack Proof Password</a>&#8221; posted by us earlier to imrove the strength of your password.</p>
<h3><strong>11. Change database table prefix</strong></h3>
<p>The default prefix used by WordPress is “wp”. You can easily change the prefix to other terms that are difficult to guess using the <a href="http://wordpress.org/extend/plugins/wp-security-scan/" target="_blank">WP-Security-Scan</a>. More detail on this plugin below.</p>
<h3>12. Don’t use (or better yet, <em>remove</em>)  the default &#8220;admin&#8221; username</h3>
<p>When you install WordPress, it automatically generates a  user with Administrator-level permissions called <strong>admin</strong>. It is strongly recommended that you do not use this username to make it harder for the hacker to guess your username and password via Brute force  attacks. Even if you downgrade its permission role, it’s still a <em>better idea</em> just to remove this user  altogether.</p>
<p>You can use the <a title="Download Change Username" href="http://wordpress.org/extend/plugins/wpvn-username-changer/" target="_blank">Change Username Plugin</a> to change the Username of Admin Account.</p>
</div>
<hr />
<h2>Security Plugins</h2>
<hr />
<div style="margin-top: 20px;">
<h3><strong>13. Secure WordPress</strong></h3>
<p><a title="Download Secure Wordpress" href="http://wordpress.org/extend/plugins/secure-wordpress/" target="_blank">Download</a><br />
<a title="Plugin HomePage" href="http://bueltge.de/wordpress-login-sicherheit-plugin/652/" target="_blank">Plugin HomePage</a></p>
<p>It will help secure WordPress installation by<strong> removing miscellaneous items</strong> after the installation process which may aid hackers. It will remove error information from the login-page and also remove or change the WP-version data but leave it unchanged in the admin area. It is suggested to remove any unwanted information to the non-admin for security reasons so it will remove update information about plugins, themes and core update information. Secure WordPress will add a <strong>blank index.html</strong> to the plug-in directory such that if anyone is trying to view the contents of the directory they will be viewing a blank page instead of the contents.</p>
<h3><strong>14. Force SSL</strong></h3>
<p><a title="Download Force SSL" href="http://wordpress.org/extend/plugins/force-ssl/" target="_blank">Download</a><br />
<a title="Plugin HomePage" href="http://www.almosteffortless.com/wordpress/force-ssl/" target="_blank">Plugin HomePage</a></p>
<p>Having a secure SSL connection to communicate with your users is beneficial. To enable this, your site must be SSL enabled first. To implement this, you need to buy the SSL certificate. By installing this plug-in it will force your user browser to connect to your site via a <strong>SSL connection</strong>. This eliminates any third party attacks between the connection and all the data that is transmitted to and from the site will be encrypted for better security.</p>
<h3><strong>15. Chap Secure Login</strong></h3>
<p><a title="Download Chap Secure Login" href="http://wordpress.org/extend/plugins/chap-secure-login/" target="_blank">Download</a><br />
<a title="Plugin HomePage" href="http://www.redsend.org/chapsecurelogin/" target="_blank">Plugin HomePage</a></p>
<p>If you are not having a secure connection like SSL to protect your password , then you can use this plug-in for <strong>encrypting passwords</strong>. It will use the Chap protocol to hide the passwords and transmit it encrypted. The only information that is transmitted unencrypted is your username. Protecting password will give full security because password leaks will enable the hacker the gain full control of your WordPress blog.</p>
<h3><strong>16. HTTP Authentication</strong></h3>
<p><a title="Download HTTP Authentication" href="http://wordpress.org/extend/plugins/http-authentication/" target="_blank">Download</a><br />
<a title="Plugin HomePage" href="http://dev.webadmin.ufl.edu/~dwc/2008/04/16/http-authentication-20/" target="_blank">Plugin HomePage</a></p>
<p>The HTTP Authentication plugin allows you to use existing means of authenticating users for WordPress. This includes Apache&#8217;s basic HTTP authentication module and many others.</p>
<h3><strong>17. Anonymous WordPress Plugin</strong></h3>
<p><a title="Download Anonymous Wordpress Plugin" href="http://wordpress.org/extend/plugins/anonymous-wordpress-plugin-updates/" target="_blank">Download</a><br />
<a title="Plugin HomePage" href="http://f00f.de/blog/2007/10/02/plugin-anonymous-wordpress-plugin-updates.html" target="_blank">Plugin HomePage</a></p>
<p>All the WordPress versions 2.3 and above have the feature to get <strong>automatic updates for plugins</strong>. During this process it will send some of your information like your blog’s URL, version number, list of installed plugins and activated plugins to Wordpress.org. This information could be of potential use for hackers. So to avoid this, installing Anonymous WordPress plug-in is a feasible option. It will <strong>strip off your blog’s URL and version number</strong> and empty the activated plugins list. This plug-in is compatible with WordPress 2.3 and above.</p>
<h3><strong>18. Login Encrypt</strong></h3>
<p><a title="Download Login Encrypt" href="http://wordpress.org/extend/plugins/login-encryption/" target="_blank">Download</a><br />
<a title="Plugin HomePage" href="http://www.elserver.com/" target="_blank">Plugin HomePage</a></p>
<p>This will help<strong> encrypt the login information</strong> using the complex DES and RSA combination. It uses the JavaScript appended and encrypted the password of the user and generates a unique DES key. And by using this key, user can have secure login each time they login to your blog.</p>
<h3><strong>19. Admin SSL</strong></h3>
<p><a title="Download Admin SSL" href="http://wordpress.org/extend/plugins/admin-ssl-secure-admin/" target="_blank">Download</a><br />
<a title="Plugin HomePage" href="http://www.kerrins.co.uk/blog/admin-ssl/" target="_blank">Plugin HomePage</a></p>
<p>This plug-in will work with both the private and shared SSL connections and it will <strong>force a SSL connection</strong> in every page where password can or has to be entered. It is very helpful to protect the admin area, posts and all the pages of your WordPress installation and secure the login page. This plug-in works on WordPress 2.2 to 2.7.</p>
<h3><strong>20. AskApache Password Protect</strong></h3>
<p><a title="Download AskApache Password Protect" href="http://wordpress.org/extend/plugins/askapache-password-protect/" target="_blank">Download</a><br />
<a title="Plugin HomePage" href="http://www.askapache.com/htaccess/htaccess-security-block-spam-hackers.html" target="_blank">Plugin HomePage</a></p>
<p>It will <strong>block the bots</strong> and creates a safe wall for any vulnerability your WordPress blog may have. It will protect your password as well as your WordPress directories like the wp-includes, wp-content, etc. It is like placing your WordPress blog behind a security wall.</p>
<h3><strong>21. TAC (Theme Authenticity Checker)</strong></h3>
<p><a href="http://wordpress.org/extend/plugins/tac/" target="_blank">Download</a><br />
<a href="http://builtbackwards.com/projects/tac/" target="_blank">Plugin HomePage</a></p>
<p>TAC stands for Theme Authenticity Checker. Currently, TAC searches the source files of every installed theme for signs of malicious code. If such code is found, TAC displays the path to the theme file, the line number, and a small snippet of the suspect code. As of v1.3 TAC also searches for and displays static links.</p>
<h3><strong>22. Invisible Defender</strong></h3>
<p><a href="http://wordpress.org/extend/plugins/invisible-defender/" target="_blank">Download</a><br />
<a href="http://www.poradnik-webmastera.com/projekty/invisible_defender/" target="_blank">Plugin HomePage</a></p>
<p>This plugin protects registration, login and comment forms from spambots by adding two extra fields hidden by CSS. This approach gave me 100% anti-spam protection on one of my sites.</p>
<h3><strong>23. Semisecure Login Reimagined</strong></h3>
<p><a href="http://wordpress.org/extend/plugins/semisecure-login-reimagined/" target="_blank">Download</a><br />
<a href="http://moggy.laceous.com/2009/06/11/semisecure-login-reimagined-v2/" target="_blank">Plugin HomePage</a></p>
<p>Semisecure Login Reimagined increases the security of the login process using an RSA public-key to encrypt the password on the client-side when a user logs in. The server side then decrypts the encrypted password with the private key. JavaScript is required to enable encryption. It is most useful for situations where SSL is not available, but the administrator wishes to have some additional security measures in place without sacrificing convenience.</p>
<h3><strong>24. Stealth Login</strong></h3>
<p><a href="http://wordpress.org/extend/plugins/stealth-login/" target="_blank">Download</a><br />
<a href="http://www.skullbit.com/" target="_blank">Plugin HomePage</a></p>
<p>This plugin allows you to create custom URLs for logging in, logging out, administration and registering for your WordPress blog. Instead of advertising your login url on your homepage, you can create a url of your choice that can be easier to remember than wp-login.php, for example you could set your login url to http://www.myblog.com/login for an easy way to login to your website.</p>
<h3><strong>25. WordPress File Monitor</strong></h3>
<p><a href="http://wordpress.org/extend/plugins/wordpress-file-monitor/" target="_blank">Download</a><br />
<a href="http://mattwalters.net/projects/wordpress-file-monitor/" target="_blank">Plugin HomePage</a></p>
<p>Monitors your WordPress installation for added/deleted/changed files. When a change is detected an email alert can be sent to a specified address.</p>
<h3><strong>26. WordPress Firewall Plugin</strong></h3>
<p><a href="http://www.seoegghead.com/software/downloads/wordpress-firewall.seo" target="_blank">Download</a><br />
<a href="http://www.seoegghead.com/software/wordpress-firewall.seo" target="_blank">Plugin HomePage</a></p>
<p>This WordPress plugin investigates web requests with simple WordPress-specific heuristics to identify and stop most obvious attacks. There exist a few powerful generic modules that do this; but they&#8217;re not always installed on web servers, and difficult to configure.</p>
<p>It intelligently whitelists and blacklists pathological-looking phrases based on which field they appear within in a page request (unknown/numeric parameters vs. known post bodies, comment bodies, etc.)</p>
<h3><strong>27. WordPress Guard Plugin</strong></h3>
<p><a href="http://taragana.com/products/free-wordpress-plugins/wordpress-guard-plugin/" target="_blank">Download</a><br />
<a href="http://taragana.com/products/free-wordpress-plugins/wordpress-guard-plugin/" target="_blank">Plugin HomePage</a></p>
<p>Angsuman&#8217;s Wordpress Guard Plugin is a must-have Wordpress security plugin that protects the vulnerable areas of your blog from outside access with an additional layer of security.</p>
<h3><strong>28. WP-Dephorm</strong></h3>
<p><a href="http://wordpress.org/extend/plugins/wp-dephorm/" target="_blank">Download</a><br />
<a href="http://dev.squarecows.com/projects/wp-dephorm" target="_blank">Plugin HomePage</a></p>
<p>wp-dephorm protects your users from the prying eyes of phorm. This is achieved by setting a cookie to opt out of the phorm information mining. Your blog viewers will not have their information stored and used in marketing campaigns whilst viewing your site.</p>
<h3><strong>29. WP Security Scan</strong></h3>
<p><a href="http://wordpress.org/extend/plugins/wp-security-scan/" target="_blank">Download</a><br />
<a href="http://semperfiwebdesign.com/plugins/wp-security-scan/" target="_blank">Plugin HomePage</a></p>
<p>Scans your WordPress installation for security vulnerabilities and suggests corrective actions.<br />
-passwords<br />
-file permissions<br />
-database security<br />
-version hiding<br />
-WordPress admin protection/security<br />
-removes WP Generator META tag from core code</p>
<h3><strong>30. AntiVirus</strong></h3>
<p><a title="Download AntiVirus" href="http://wordpress.org/extend/plugins/antivirus/" target="_blank">Download</a><br />
<a title="Plugin HomePage" href="http://wpantivirus.com/" target="_blank">Plugin HomePage</a></p>
<p><em>AntiVirus for WordPress</em> is a smart and effective solution to protect your blog against exploits and spam injections. AntiVirus protection for your blog.</p>
<h3><strong>31. Wordpress Exploit Scanner</strong></h3>
<p><a title="Download Wordpress Exploit Scanner" href="http://wordpress.org/extend/plugins/exploit-scanner/" target="_blank">Download</a><br />
<a title="Plugin HomePage" href="http://ocaoimh.ie/exploit-scanner/" target="_blank">Plugin HomePage</a></p>
<p>This plugin searches the files on your website, and the posts and comments tables of your database for anything suspicious. It also examines your list of active plugins for unusual filenames.</p>
<p>It does not remove anything. That is left to the user to do.</p>
<h3><strong>32. Paranoid911</strong></h3>
<p><a title="Download Paranoid911" href="http://wordpress.org/extend/plugins/paranoid911/" target="_blank">Download</a><br />
<a title="Plugin HomePage" href="http://www.jeka911.com/examples/paranoid911/" target="_blank">Plugin HomePage</a></p>
<p>Paranoid911 checks your wordpress installation for changes and sends you an  email when changes occur.</p>
</div>
<hr />
<h2>AntiSpam Plugins</h2>
<hr />
<div style="margin-top: 20px;">
<h3>33. Defensio Anti-Spam</h3>
<p><a title="Download Defensio Anti-Spam" href="http://wordpress.org/extend/plugins/defensio-anti-spam/" target="_blank">Download</a><br />
<a title="Plugin HomePage" href="http://defensio.com/" target="_blank">Plugin HomePage</a></p>
<p>Defensio is an advanced spam filtering web service that learns and adapts to your behaviors and those of your readers. Defensio aims to be an all-in-one anti-spam solution.  Therefore, using it along with other anti-spam plugins WILL cause problems.  PLEASE deactivate Akismet and other similar plugins before activating Defensio.</p>
<h3><strong>34. Simple Trackback Validation</strong></h3>
<p><a title="Download Simple Trackback Validation" href="http://wordpress.org/extend/plugins/simple-trackback-validation/" target="_blank">Download</a><br />
<a title="Plugin HomePage" href="http://sw-guide.de/wordpress/plugins/simple-trackback-validation/" target="_blank">Plugin HomePage</a></p>
<p>Simple Trackback Validation Plugin performs a simple but very effective test on all incoming trackbacks in order to stop trackback spam.</p>
<h3><strong>35. NoSpamNX</strong></h3>
<p><a title="Download NoSpamNX" href="http://wordpress.org/extend/plugins/nospamnx/" target="_blank">Download</a><br />
<a title="Plugin HomePage" href="http://www.svenkubiak.de/nospamnx-en" target="_blank">Plugin HomePage</a></p>
<p>NoSpamNX is the successor of Yawasp (Yet Another Wordpress antispam plugin) and is a plugin to protect against automated comment spam (spambots). While Yawasp changed the names of the form fields in the comment template, NoSpamNX works without these modifications, but is equally effective. By eliminating the need for modifications within the form field maximum compatibility with other WordPress plugins or browsers is ensured.<br />
When calling the comment form NoSpamNX adds extra fields (hidden before the “normal” user) automatically to your comment template. When a comment is saved, these fields are checked. For additional protection, the order and the values of these fields change periodically, so that no spambot can adapt to a specific blog adapt.</p>
<h3><strong>36. SI CAPTCHA Anti-Spam</strong></h3>
<p><a title="Download SI CAPTCHA Anti-Spam" href="http://wordpress.org/extend/plugins/si-captcha-for-wordpress/" target="_blank">Download</a><br />
<a title="Plugin HomePage" href="http://www.642weather.com/weather/scripts-wordpress-captcha.php" target="_blank">Plugin HomePage</a></p>
<p>SI CAPTCHA adds CAPTCHA anti-spam methods to WordPress on the comment form, registration form, or both. In order to post comments, users will have to type in the phrase shown on the image. This prevents spam from automated bots. It works great with Akismet.</p>
<h3><strong>37. AntiSpam Bee</strong></h3>
<p><a title="Download AntiSpam Bee" href="http://wordpress.org/extend/plugins/antispam-bee/" target="_blank">Download</a><br />
<a title="Plugin HomePage" href="http://antispambee.com/" target="_blank">Plugin HomePage</a></p>
<p>AntispamBee protects blogs from digital rubbish. It is made up of sophisticated techniques and analyzes comments including pings. Also, for reasons of data privacy, the use of AntispamBee is a safe solution, as it is anonymous and registration-free.</p>
<h3><strong>38. Akismet</strong></h3>
<p><a title="Download Akismet" href="http://wordpress.org/extend/plugins/akismet/" target="_blank">Download</a><br />
<a title="Plugin HomePage" href="http://akismet.com/" target="_blank">Plugin HomePage</a></p>
<p>Akismet is quite possibly the most important and useful plugin you will ever install. It has been developed by the actual team behind Wordpress, if that is not enough of a seal of of approval and a guarantee, I don&#8217;t know what is.</p>
<p>In a nutshell, Akismet checks your comments against the Akismet web service to see if they look like spam or not and lets you review the spam it catches under your blog&#8217;s &#8220;Comments&#8221; admin screen.</p>
<h3><strong>39. WP-reCAPTCHA</strong></h3>
<p><a title="Download WP-reCAPTCHA" href="http://wordpress.org/extend/plugins/wp-recaptcha/" target="_blank">Download</a><br />
<a title="Plugin HomePage" href="http://www.blaenkdenum.com/wp-recaptcha/" target="_blank">Plugin HomePage</a></p>
<p>The reCAPTCHA plugin is one you’ve probably seen around on sites such as Facebook, Twitter and StumbleUpon. It isn’t just your average CAPTCHA (an image containing some letters that are designed so only humans can read them), it uses words from old books, so every time you enter a reCAPTCHA, you’re helping digitise books. At this point, you’re probably thinking but if I’m telling it what the words mean, does that mean I can enter anything? How does that stop spammers? The answer is simple – there are two words, one of which the CAPTCHA knows. The second, it doesn’t and you’re helping digitise it.</p>
</div>
<hr />
<h2>Backup Plugins</h2>
<hr />
<div style="margin-top: 20px;">
<h3>40. WordPress EZ Backup</h3>
<p><a title="Download Wordpress EZ Backup" href="http://wordpress.org/extend/plugins/wordpress-ez-backup/" target="_blank">Download</a><br />
<a title="Plugin HomePage" href="http://lastnightsdesigns.com/?page_id=121" target="_blank">Plugin HomePage</a></p>
<p>WordPress EZ Backup is A Administrators Plugin to allow the easiest most feature rich method for creating Backup Archives of your entire Site (not just WP Installations but Any part of your site or webspace) &amp; allows backup archives of any MySQL Database you choose &amp; More</p>
<h3><strong>41. WordPress Database Backup</strong></h3>
<p><a href="http://wordpress.org/extend/plugins/wp-db-backup/" target="_blank">Download</a><br />
<a href="http://www.ilfilosofo.com/blog/wp-db-backup" target="_blank">Plugin HomePage</a></p>
<p>WordPress database backup creates backups of your core WordPress tables as well as other tables of your choice in the same database.</p>
<h3><strong>42. WP-DBManager</strong></h3>
<p><a href="http://wordpress.org/extend/plugins/wp-dbmanager/" target="_blank">Download</a><br />
<a title="Plugin HomePage" href="http://lesterchan.net/portfolio/programming/php/" target="_blank">Plugin HomePage</a></p>
<p>Allows you to optimize database, repair database, backup database, restore database, delete backup database , drop/empty tables and run selected queries. Supports automatic scheduling of backing up and optimizing of database.</p>
<h3>43. BackUpWordPress</h3>
<p><a title="Download BackUpWordPress" href="http://wordpress.org/extend/plugins/backupwordpress/" target="_blank">Download</a><br />
<a title="Plugin HomePage" href="http://wordpress.designpraxis.at/" target="_blank">Plugin HomePage</a></p>
<p>BackUpWordPress is a Backup &amp; Recovery Suite for your WordPress website. This Plugin allows you to backup database as well as files and comes with a rich set of options.</p>
</div>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.hungry-hackers.com/2010/01/43-excellent-wordpress-security-tips-and-plugins.html&amp;title=43+Excellent+Wordpress+Security+Tips+%26+Plugins" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.hungry-hackers.com/2010/01/43-excellent-wordpress-security-tips-and-plugins.html&amp;title=43+Excellent+Wordpress+Security+Tips+%26+Plugins" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.hungry-hackers.com/2010/01/43-excellent-wordpress-security-tips-and-plugins.html&amp;title=43+Excellent+Wordpress+Security+Tips+%26+Plugins" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.hungry-hackers.com/2010/01/43-excellent-wordpress-security-tips-and-plugins.html&amp;title=43+Excellent+Wordpress+Security+Tips+%26+Plugins" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.hungry-hackers.com/2010/01/43-excellent-wordpress-security-tips-and-plugins.html&amp;submitHeadline=43+Excellent+Wordpress+Security+Tips+%26+Plugins&amp;submitSummary=After%20putting%20in%20all%20of%20the%20time%2C%20and%20perhaps%20money%2C%20into%20your%20Wordpress%20website%20or%20blog%2C%20its%20now%20time%20to%20secure%20and%20protect%20it%20from%20outside%20enemies%20and%20general%20bad%20guys%3A%20hackers%2C%20spammers%20and%20all%20round%20tossers.%0D%0A%0D%0AWithout%20a%20doubt%2C%20for%20a%20self-hosted%20blog%2C%20WordPress%20is%20the%20best%20blog%20CMS%20that%20you%20can%20&amp;submitCategory=world_news&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.hungry-hackers.com/2010/01/43-excellent-wordpress-security-tips-and-plugins.html&amp;Title=43+Excellent+Wordpress+Security+Tips+%26+Plugins" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=1329&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2010/01/43-excellent-wordpress-security-tips-and-plugins.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
