<?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>TechieSouls &#187; Linux</title>
	<atom:link href="http://www.techiesouls.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techiesouls.com</link>
	<description>Technology &#124; Gadgetry &#124; Tips Tricks</description>
	<lastBuildDate>Sun, 30 May 2010 04:08:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Check if your Computer Supports ‘Hardware Virtualization’ in Linux</title>
		<link>http://www.techiesouls.com/2009/05/11/how-to-check-if-your-computer-supports-%e2%80%98hardware-virtualization%e2%80%99-in-linux/</link>
		<comments>http://www.techiesouls.com/2009/05/11/how-to-check-if-your-computer-supports-%e2%80%98hardware-virtualization%e2%80%99-in-linux/#comments</comments>
		<pubDate>Mon, 11 May 2009 20:02:06 +0000</pubDate>
		<dc:creator>MOin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.techiesouls.com/?p=1560</guid>
		<description><![CDATA[Yesterday I wrote about how to check if you computer supports Windows 7 XP mode. Today I am going to tell you how to check if your processor supports Hardware Virtualization under Linux. I already mentioned in this post that XP mode requires that your processor supports Hardware Virtualization. If you are switching to Windows [...]


Related posts:<ol><li><a href='http://www.techiesouls.com/2009/05/10/check-if-your-computer-support-windows-7-%e2%80%98xp-mode%e2%80%99-feature-or-not/' rel='bookmark' title='Permanent Link: Check if Your Computer Support Windows 7 ‘XP mode’ feature or not'>Check if Your Computer Support Windows 7 ‘XP mode’ feature or not</a> <small>Win7&#8242;s XP Mode uses VirtualPC to run some XP apps....</small></li><li><a href='http://www.techiesouls.com/2008/08/12/damn-small-linux-only-50mb/' rel='bookmark' title='Permanent Link: Damn Small Linux only 50mb'>Damn Small Linux only 50mb</a> <small>I&#8217;ve been using linux from 3 years and most of...</small></li><li><a href='http://www.techiesouls.com/2009/05/15/how-to-schedule-computer-shutdown-after-specific-period-of-time/' rel='bookmark' title='Permanent Link: How to : Schedule Computer Shutdown After Specific Period of Time'>How to : Schedule Computer Shutdown After Specific Period of Time</a> <small>Sometimes when you want to download something or have to...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Yesterday I wrote about how to check if you computer supports Windows 7 XP mode. Today I am going to tell you how to check if your processor supports Hardware Virtualization under Linux. I already mentioned in <a href="http://www.techiesouls.com/2009/05/10/check-if-your-computer-support-windows-7-%e2%80%98xp-mode%e2%80%99-feature-or-not/" target="_blank">this post</a> that <a href="http://www.techiesouls.com/2009/05/10/how-to-run-xp-compatible-files-in-windows-7/" target="_blank">XP mode</a> requires that your processor supports <a href="http://www.techiesouls.com/2009/05/10/check-if-your-computer-support-windows-7-%e2%80%98xp-mode%e2%80%99-feature-or-not/">Hardware Virtualization</a>. If you are switching to Windows 7 from Linux and you are sure that you&#8217;ll need to use XP mode then this post will guide you through.</p>
<p><span id="more-1560"></span>If you are running your Linux under &#8220;Intel&#8221; based processor then open your terminal and paste the following command and then press enter.</p>
<blockquote><p>if [ 'grep -c vmx /proc/cpuinfo' -ge 1 ]; then echo Supports Intel VT; else echo No Support for Intel  VT; fi</p></blockquote>
<p>If you are running your Linux under &#8220;AMD&#8221; based processor then open your terminal and paste the following command and then press enter.</p>
<blockquote><p>if [ 'egrep -c '(vmx|svm)' /proc/cpuinfo' -ge 1 ]; then echo Supports VT; else echo No Support for VT; fi</p></blockquote>


<p>Related posts:<ol><li><a href='http://www.techiesouls.com/2009/05/10/check-if-your-computer-support-windows-7-%e2%80%98xp-mode%e2%80%99-feature-or-not/' rel='bookmark' title='Permanent Link: Check if Your Computer Support Windows 7 ‘XP mode’ feature or not'>Check if Your Computer Support Windows 7 ‘XP mode’ feature or not</a> <small>Win7&#8242;s XP Mode uses VirtualPC to run some XP apps....</small></li><li><a href='http://www.techiesouls.com/2008/08/12/damn-small-linux-only-50mb/' rel='bookmark' title='Permanent Link: Damn Small Linux only 50mb'>Damn Small Linux only 50mb</a> <small>I&#8217;ve been using linux from 3 years and most of...</small></li><li><a href='http://www.techiesouls.com/2009/05/15/how-to-schedule-computer-shutdown-after-specific-period-of-time/' rel='bookmark' title='Permanent Link: How to : Schedule Computer Shutdown After Specific Period of Time'>How to : Schedule Computer Shutdown After Specific Period of Time</a> <small>Sometimes when you want to download something or have to...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.techiesouls.com/2009/05/11/how-to-check-if-your-computer-supports-%e2%80%98hardware-virtualization%e2%80%99-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wifi Radar For Linux to Manage and Detect Wireless connections</title>
		<link>http://www.techiesouls.com/2009/03/14/wifi-radar-for-linux-to-manage-and-detect-wireless-connections/</link>
		<comments>http://www.techiesouls.com/2009/03/14/wifi-radar-for-linux-to-manage-and-detect-wireless-connections/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 19:08:49 +0000</pubDate>
		<dc:creator>MOin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.techiesouls.com/?p=1371</guid>
		<description><![CDATA[Wifi Radar is a free small utility for Linux which help you find wifi connections near you and give you option to automatically connect to network and overview signal strength. You can create new profiles and set connection priority if a network is inaccessible you’ll automatically be connected to other network you specified. Wifi Radar’s [...]


Related posts:<ol><li><a href='http://www.techiesouls.com/2008/08/10/monitor-wireless-connections-with-wirelessnetview/' rel='bookmark' title='Permanent Link: Monitor Wireless Connections With WirelessNetView'>Monitor Wireless Connections With WirelessNetView</a> <small>Living between Wireless connections can be sometime messy when you...</small></li><li><a href='http://www.techiesouls.com/2008/08/12/damn-small-linux-only-50mb/' rel='bookmark' title='Permanent Link: Damn Small Linux only 50mb'>Damn Small Linux only 50mb</a> <small>I&#8217;ve been using linux from 3 years and most of...</small></li><li><a href='http://www.techiesouls.com/2008/11/27/collection-of-50-best-looking-linux-gnomeubuntu-themes-to-download/' rel='bookmark' title='Permanent Link: Collection of 50 Best Looking Linux Gnome/Ubuntu Themes'>Collection of 50 Best Looking Linux Gnome/Ubuntu Themes</a> <small>I recently installed new version of linux (Ubuntu Intrepid ibex)...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1374" title="wifi-radar_icon" src="http://www.techiesouls.com/wp-content/uploads/2009/03/wifi-radar_icon.png" alt="wifi radar icon Wifi Radar For Linux to Manage and Detect Wireless connections" width="99" height="79" />Wifi Radar is a free small utility for Linux which help you find wifi connections near you and give you option to automatically connect to network and overview signal strength. You can create new profiles and set connection priority if a network is inaccessible you’ll automatically be connected to other network you specified.</p>
<p>Wifi Radar’s interface is pretty simple and its very usable utility because nothing like this comes by default in Linux so for people using laptops and wifi this free piece of software is a must have.</p>
<p><span id="more-1371"></span><img class="alignnone size-full wp-image-1372" title="wifi-radar" src="http://www.techiesouls.com/wp-content/uploads/2009/03/wifi-radar.png" alt="wifi radar Wifi Radar For Linux to Manage and Detect Wireless connections" width="474" height="344" /></p>
<p>How to Install:</p>
<p>Installing from source:</p>
<p class="MsoNormal" style="margin-left: 0.25in;"><span style="color: darkslategray;">Download and untar the latest &#8220;Official Tarball&#8221; or do an anonymous checkout from SVN </span><span style="font-size: 10pt; color: darkslategray;">(See the &#8220;Download&#8221; box on the left)</span><span style="color: darkslategray;">.</span></p>
<p class="MsoNormal" style="margin-left: 0.25in;"><span style="color: darkslategray;">Move into the wifi-radar source directory.</span></p>
<p class="MsoNormal" style="margin-left: 0.25in;"><span style="color: darkslategray;">Type &#8220;<strong>sudo make install</strong>&#8220;.<br />
</span><span style="font-size: 10pt; color: darkslategray;">(or &#8220;<strong>sudo make install sysconfdir=/etc/wifi-radar</strong>&#8220;)</span></p>
<p>2. Usage Instructions</p>
<p class="MsoNormal" style="margin-left: 0.25in;"><span style="color: darkslategray;">To do a quick scan and connect to any available profile:<strong></strong></span></p>
<pre style="margin-left: 0.5in;"><strong><span style="color: darkslategray;">sudo wifi-radar -d</span></strong></pre>
<p class="MsoNormal" style="margin-left: 0.25in;"><span style="color: darkslategray;">To show the UI and manage profiles:<strong></strong></span></p>
<pre style="margin-left: 0.5in;"><strong><span style="color: darkslategray;">sudo wifi-radar
</span></strong></pre>
<p><img class="alignnone size-full wp-image-1373" title="wifi-radar_profile" src="http://www.techiesouls.com/wp-content/uploads/2009/03/wifi-radar_profile.png" alt="wifi radar profile Wifi Radar For Linux to Manage and Detect Wireless connections" width="274" height="595" /></p>
<p><a href="http://wifi-radar.systemimager.org/" target="_blank">Wifi Radar Official Page</a></p>
<p class="MsoNormal">


<p>Related posts:<ol><li><a href='http://www.techiesouls.com/2008/08/10/monitor-wireless-connections-with-wirelessnetview/' rel='bookmark' title='Permanent Link: Monitor Wireless Connections With WirelessNetView'>Monitor Wireless Connections With WirelessNetView</a> <small>Living between Wireless connections can be sometime messy when you...</small></li><li><a href='http://www.techiesouls.com/2008/08/12/damn-small-linux-only-50mb/' rel='bookmark' title='Permanent Link: Damn Small Linux only 50mb'>Damn Small Linux only 50mb</a> <small>I&#8217;ve been using linux from 3 years and most of...</small></li><li><a href='http://www.techiesouls.com/2008/11/27/collection-of-50-best-looking-linux-gnomeubuntu-themes-to-download/' rel='bookmark' title='Permanent Link: Collection of 50 Best Looking Linux Gnome/Ubuntu Themes'>Collection of 50 Best Looking Linux Gnome/Ubuntu Themes</a> <small>I recently installed new version of linux (Ubuntu Intrepid ibex)...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.techiesouls.com/2009/03/14/wifi-radar-for-linux-to-manage-and-detect-wireless-connections/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>USB 3.0 vs FireWire 3200</title>
		<link>http://www.techiesouls.com/2008/12/03/usb-30-vs-firewire-3200/</link>
		<comments>http://www.techiesouls.com/2008/12/03/usb-30-vs-firewire-3200/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 20:44:03 +0000</pubDate>
		<dc:creator>MOin</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Laptops]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://www.techiesouls.com/?p=869</guid>
		<description><![CDATA[This is a guest post by Daniel Shain from LaptopLogic.com &#8211; visit them to read notebook reviews, find a laptop or get the latest laptop news. After long way of 8 years finally news came out that “USB got its first update” and with the promised transfer speed that is ten times faster than before, [...]


Related posts:<ol><li><a href='http://www.techiesouls.com/2009/06/16/12-most-wicked-looking-external-hard-drives-available-in-the-market/' rel='bookmark' title='Permanent Link: 12 Most Wicked Looking External Hard Drives Available In the Market'>12 Most Wicked Looking External Hard Drives Available In the Market</a> <small>A few weeks ago I bought an external hard drive...</small></li><li><a href='http://www.techiesouls.com/2009/05/06/quick-windows-7-performance-tweak/' rel='bookmark' title='Permanent Link: Quick Windows 7 Performance Tweak'>Quick Windows 7 Performance Tweak</a> <small>In this small and point to point post I am...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><em>This is a guest post by Daniel Shain from LaptopLogic.com &#8211; visit them to read <a href="http://laptoplogic.com/reviews/">notebook reviews</a>, <a href="http://laptoplogic.com/laptop-finder/">find a laptop</a> or get the latest laptop news.</em></p>
<p><img class="aligncenter size-full wp-image-870" title="usb_firewire" src="http://www.techiesouls.com/wp-content/uploads/2008/12/usb_firewire.jpg" alt="usb firewire USB 3.0 vs FireWire 3200" width="400" height="300" /></p>
<p>After long way of 8 years finally news came out that “USB got its first update” and with the promised transfer speed that is ten times faster than before, race for speed has begun.  Many reporters have written that this will lead to the death of the competition, but they forgot to mention that FireWire has an update of its own.  FireWire 3200 recently had its specifications ratified just as USB 3.0 did, and the two will certainly be competitive.  But which one is better?</p>
<p><span id="more-869"></span><br />
USB 3.0 is capable of transferring files at an impressive 4.8Gbps (gigabits per second), which is considerably faster than FireWire’s capabilities.  The USB folks have made sure that the new USB is backwards compatible with USB 2.0, and although you can’t get USB 3.0 speeds without new hardware, you will still be able to run everything just the same.  The power efficiency has also been revamped so that it should be less of a draw on your laptops or other computers, and the power output has been increased from 100 milliamps to 900 milliamps to make it faster to charge devices and easier to power them through USB too.</p>
<p>&nbsp;</p>
<p>FireWire 3200 has a maximum capability of a 3.2Gbps transfer rate, which is 1.6Gbps slower than USB 3.0.  However, it should also be noted that the P2P (peer to peer) architecture can usually deliver a higher percentage of the maximum rate than the master/slave architecture of USB can.  FireWire 3200 is also backwards compatible with FireWire 800, and you can even plug your new FireWire 3200 hardware into the old FireWire 800 ports and instantly get the new 3.2Gbps speed.  FireWire still has an edge in power output over USB too, even after all the improvements, making it even more capable of charging items or powering them through the cables.</p>
<p>&nbsp;</p>
<p>There’s a lot to love about both specifications.  USB 3.0 certainly constitutes a huge improvement over USB 2.0, and FireWire 3200 is also a useful (if less spectacular) update over FireWire 800.  Despite the extra ground made up by USB 3.0, FireWire still maintains an edge in technical categories like the power management, the compatibility with previous versions, and quite possibly even the actual transfer rate.  USB has two key things going for it though &#8211; it’s cheaper and more popular – which means it’s easier to buy (for your wallet) and easier to use (for your mainstream devices).  FireWire has long been supported by Apple, whereas USB has been found in most Microsoft machines, and the difference reminds me a lot of the difference between the two companies.  It’s important to remember that while USB 3.0 is great, and really does work well, FireWire is pretty great and works well too.  Despite Apple seeming to back off of FireWire a little bit by not including it in the new MacBook, we should expect this specification to be around for a long time still.  For the right jobs and the right people, it is still the best one out there.</p>


<p>Related posts:<ol><li><a href='http://www.techiesouls.com/2009/06/16/12-most-wicked-looking-external-hard-drives-available-in-the-market/' rel='bookmark' title='Permanent Link: 12 Most Wicked Looking External Hard Drives Available In the Market'>12 Most Wicked Looking External Hard Drives Available In the Market</a> <small>A few weeks ago I bought an external hard drive...</small></li><li><a href='http://www.techiesouls.com/2009/05/06/quick-windows-7-performance-tweak/' rel='bookmark' title='Permanent Link: Quick Windows 7 Performance Tweak'>Quick Windows 7 Performance Tweak</a> <small>In this small and point to point post I am...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.techiesouls.com/2008/12/03/usb-30-vs-firewire-3200/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Collection of 50 Best Looking Linux Gnome/Ubuntu Themes</title>
		<link>http://www.techiesouls.com/2008/11/27/collection-of-50-best-looking-linux-gnomeubuntu-themes-to-download/</link>
		<comments>http://www.techiesouls.com/2008/11/27/collection-of-50-best-looking-linux-gnomeubuntu-themes-to-download/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 20:18:06 +0000</pubDate>
		<dc:creator>MOin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Mobiles]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[freewares]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.techiesouls.com/?p=776</guid>
		<description><![CDATA[I recently installed new version of linux (Ubuntu Intrepid ibex) on my secondary computer and i wanted to customize it like i am used to customize windows. I tried a lot of gnome themes and found many beautiful and elegant looking themes which enhance your desktop with different colors, corners, buttons and scroll bar styles. [...]


Related posts:<ol><li><a href='http://www.techiesouls.com/2008/08/12/damn-small-linux-only-50mb/' rel='bookmark' title='Permanent Link: Damn Small Linux only 50mb'>Damn Small Linux only 50mb</a> <small>I&#8217;ve been using linux from 3 years and most of...</small></li><li><a href='http://www.techiesouls.com/2008/12/02/how-to-create-your-own-custom-iphone-themes-easily/' rel='bookmark' title='Permanent Link: How to: Create Your Own Custom iPhone Themes Easily'>How to: Create Your Own Custom iPhone Themes Easily</a> <small>There are tons of iphone themes available for download but...</small></li><li><a href='http://www.techiesouls.com/2008/11/07/best-high-quality-windows-7-wallpapers/' rel='bookmark' title='Permanent Link: Huge Collection of Best High Quality Windows 7 Wallpapers'>Huge Collection of Best High Quality Windows 7 Wallpapers</a> <small>Microsoft windows seven formerly codenamed as Blackcomb and Vienna was...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techiesouls.com/wp-content/uploads/2008/11/linux_themes_post_cover.jpg"><img class="size-full wp-image-803 alignnone" title="linux_themes_post_cover" src="http://www.techiesouls.com/wp-content/uploads/2008/11/linux_themes_post_cover.jpg" border="0" alt="linux themes post cover Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="450" height="200" /></a><br />
I recently installed new version of linux (Ubuntu Intrepid ibex) on my secondary computer and i wanted to customize it like i am used to customize windows. I tried a lot of gnome themes and found many beautiful and elegant looking themes which enhance your desktop with different colors, corners, buttons and scroll bar styles. I filtered some of the best looking gnome themes to share on TechieSouls.  <span id="more-776"></span> After downloading themes you have to install them, the following screenshot will guide you how to install theme in ubuntu and gnome interface. Install apply and enjoy <img src='http://www.techiesouls.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' title="Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" /> </p>
<p><a href="http://www.techiesouls.com/wp-content/uploads/2008/11/untitled.jpg"><img class="alignnone size-thumbnail wp-image-781" title="untitled" src="http://www.techiesouls.com/wp-content/uploads/2008/11/untitled-150x150.jpg" alt="untitled 150x150 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="150" height="150" /></a></p>
<p>(<span style="color: #ff0000;">you have to click on thumbnails to view larger image of screenshot</span>)</p>
<p><a href="http://gnome-look.org/CONTENT/content-pre1/93022-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme_1" src="http://www.techiesouls.com/wp-content/uploads/2008/11/93022-1.jpg" alt="93022 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="320" /></a></p>
<p><a href="http://gnome-look.org/content/show.php/Progex+Official+Themes?content=93022" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/CONTENT/content-pre1/92992-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme_3" src="http://www.techiesouls.com/wp-content/uploads/2008/11/92992-1.jpg" alt="92992 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="320" /></a> <a href="http://gnome-look.org/content/show.php/Dust+Cold?content=92992" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Dust+Cold?content=92992" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/CONTENT/content-pre1/92795-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/92795-1.jpg" alt="92795 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/UbuntuBlueMod?content=92795" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/UbuntuBlueMod?content=92795" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/UbuntuBlueMod?content=92795" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre1/92681-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/92681-1.jpg" alt="92681 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/Dust+Mac?content=92681" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Dust+Mac?content=92681" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/CONTENT/content-pre1/91399-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/91399-1.jpg" alt="91399 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/xl_Monochrome?content=91399" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/xl_Monochrome?content=91399" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/xl_Monochrome?content=91399" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre1/89831-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/89831-1.jpg" alt="89831 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="320" /></a> <a href="http://gnome-look.org/content/show.php/Mira?content=89831" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Mira?content=89831" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/Mira?content=89831" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre1/86844-1.png" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/86844-1.jpg" alt="86844 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/willibex?content=86844" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/willibex?content=86844" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/willibex?content=86844" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre2/86717-2.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/86717-2.jpg" alt="86717 2 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/Shiki-Colors?content=86717" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Shiki-Colors?content=86717" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/Shiki-Colors?content=86717" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre1/86653-1.png" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/86653-1.jpg" alt="86653 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="325" /></a> <a href="http://gnome-look.org/content/show.php/KDE4+Oxygen+new+port+for+GNOME?content=86653" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/KDE4+Oxygen+new+port+for+GNOME?content=86653" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/KDE4+Oxygen+new+port+for+GNOME?content=86653" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre1/86048-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/86048-1.jpg" alt="86048 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/Raptor+(Slickness+remix)?content=86048" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Raptor+(Slickness+remix)?content=86048" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/Raptor+(Slickness+remix)?content=86048" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre1/85765-1.png" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/85765-1.jpg" alt="85765 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="450" /></a> <a href="http://gnome-look.org/content/show.php/Carbonfibre?content=85765" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Carbonfibre?content=85765" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/Carbonfibre?content=85765" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre1/85477-1.png" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/85477-1.jpg" alt="85477 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/GrayWin?content=85477" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/GrayWin?content=85477" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/GrayWin?content=85477" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre1/79463-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/79463-1.jpg" alt="79463 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a></p>
<p><a href="http://gnome-look.org/content/show.php/TechniX?content=79463" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/TechniX?content=79463" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre1/78633-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/78633-1.jpg" alt="78633 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="320" /></a> <a href="http://gnome-look.org/content/show.php/BlueSpace+II?content=78633" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/BlueSpace+II?content=78633" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/BlueSpace+II?content=78633" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre1/78410-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/78410-1.jpg" alt="78410 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/XNTricity?content=78410" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/XNTricity?content=78410" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/XNTricity?content=78410" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre2/77747-2.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/77747-2.jpg" alt="77747 2 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/Moomex-Ultimatum?content=77747" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Moomex-Ultimatum?content=77747" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/Moomex-Ultimatum?content=77747" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre1/81214-1.png" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/81214-1.jpg" alt="81214 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/Aurora+E17-Detour?content=81214" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Aurora+E17-Detour?content=81214" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/CONTENT/content-pre1/77642-1.jpeg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/77642-1.jpg" alt="77642 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="320" /></a> <a href="http://gnome-look.org/content/show.php/Shiftie+Black?content=77642" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Shiftie+Black?content=77642" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/CONTENT/content-pre1/74813-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/74813-1.jpg" alt="74813 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/Overglossed?content=74813" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Overglossed?content=74813" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/CONTENT/content-pre1/74553-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/74553-1.jpg" alt="74553 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/Elegant+Brit?content=74553" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Elegant+Brit?content=74553" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/CONTENT/content-pre1/74374-1.png" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/74374-1.jpg" alt="74374 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="288" /></a> <a href="http://gnome-look.org/content/show.php/StudioLooks?content=74374" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/StudioLooks?content=74374" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/CONTENT/content-pre1/72479-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/72479-1.jpg" alt="72479 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="312" /></a> <a href="http://gnome-look.org/content/show.php/Sandwich+Gtk+and+Emerald?content=72479" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Sandwich+Gtk+and+Emerald?content=72479" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/CONTENT/content-pre2/72003-2.png" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/72003-2.jpg" alt="72003 2 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a></p>
<p><a href="http://gnome-look.org/content/show.php/Blue-Junior0.9-9?content=72003" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/Blue-Junior0.9-9?content=72003" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre1/71999-1.jpeg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/71999-1.jpg" alt="71999 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="300" /></a> <a href="http://gnome-look.org/content/show.php/Mac4Lin+ver.0.4+GTK+Metacity+Theme?content=71999" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Mac4Lin+ver.0.4+GTK+Metacity+Theme?content=71999" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/Mac4Lin+ver.0.4+GTK+Metacity+Theme?content=71999" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre2/71481-2.png" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/71481-2.jpg" alt="71481 2 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/Tehks_Silver-Blue-Graphite?content=71481" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Tehks_Silver-Blue-Graphite?content=71481" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/Tehks_Silver-Blue-Graphite?content=71481" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre1/71398-1.jpeg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/71398-1.jpg" alt="71398 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/Murrina+Inspirat?content=71398" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Murrina+Inspirat?content=71398" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/Murrina+Inspirat?content=71398" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre1/93000-1.png" target="_blank"><img class="alignnone" title="ubuntu_theme_2" src="http://www.techiesouls.com/wp-content/uploads/2008/11/93000-1.jpg" alt="93000 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/Conte+Murrina?content=93000" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Conte+Murrina?content=93000" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/Conte+Murrina?content=93000" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre1/80431-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/80431-2.jpg" alt="80431 2 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/Aurora+Smooth?content=80431" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Aurora+Smooth?content=80431" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/Aurora+Smooth?content=80431" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre2/70893-2.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/70893-2.jpg" alt="70893 2 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/Glasa+%2B+Glasa-Pro?content=70893" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Glasa+%2B+Glasa-Pro?content=70893" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/Glasa+%2B+Glasa-Pro?content=70893" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre1/70264-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/70264-1.jpg" alt="70264 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/ClearlooksMetallico?content=70264" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/ClearlooksMetallico?content=70264" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/CONTENT/content-pre2/69913-2.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/69913-2.jpg" alt="69913 2 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="320" /></a></p>
<p><a href="http://gnome-look.org/content/show.php/gommapiuma+looks+(gummina+mod)?content=69913" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/CONTENT/content-pre1/69886-1.png" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/69886-1.jpg" alt="69886 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="300" /></a></p>
<p><a href="http://gnome-look.org/content/show.php/Dark+Ice?content=69886" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/CONTENT/content-pre1/69315-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/69315-1.jpg" alt="69315 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/Creamy?content=69315" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Creamy?content=69315" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/CONTENT/content-pre1/69263-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/69263-1.jpg" alt="69263 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/Neon?content=69263" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Neon?content=69263" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/CONTENT/content-pre3/69165-3.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/69165-3.jpg" alt="69165 3 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="300" /></a> <a href="http://gnome-look.org/content/show.php/Murrina+Personal?content=69165" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Murrina+Personal?content=69165" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/CONTENT/content-pre1/67866-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/67866-1.jpg" alt="67866 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="320" /></a></p>
<p><a href="http://gnome-look.org/content/show.php/Royalty?content=67866" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/Royalty?content=67866" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre1/67854-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/67854-1.jpg" alt="67854 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="320" /></a> <a href="http://gnome-look.org/content/show.php/Soffice?content=67854" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Soffice?content=67854" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/Soffice?content=67854" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre1/67813-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/67813-1.jpg" alt="67813 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/gommapiuma+looks+(gummina+mod)?content=69913" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/gommapiuma+looks+(gummina+mod)?content=69913" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/gommapiuma+looks+(gummina+mod)?content=69913" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre1/64953-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/64953-1.jpg" alt="64953 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="320" /></a></p>
<p><a href="http://gnome-look.org/content/show.php/Laza+Theme+Pack?content=64953" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/CONTENT/content-pre1/63623-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/63623-1.jpg" alt="63623 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/Murrina+Dreamy?content=63623" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Murrina+Dreamy?content=63623" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/CONTENT/content-pre1/63246-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/63246-1.jpg" alt="63246 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="320" /></a> <a href="http://gnome-look.org/content/show.php/GAIA?content=63246" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/GAIA?content=63246" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/CONTENT/content-pre1/62968-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/62968-2.jpg" alt="62968 2 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="320" /></a> <a href="http://gnome-look.org/content/show.php/White%3F!?content=62968" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/White%3F!?content=62968" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/CONTENT/content-pre1/62434-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/62434-1.jpg" alt="62434 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="320" /></a> <a href="http://gnome-look.org/content/show.php/OrangeLiNstaBlackPlastic?content=62434" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/OrangeLiNstaBlackPlastic?content=62434" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/OrangeLiNstaBlackPlastic?content=62434" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre1/56438-1.png" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/56438-1.jpg" alt="56438 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="300" /></a> <a href="http://gnome-look.org/content/show.php/Aurora+Gtk+Engine?content=56438" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Aurora+Gtk+Engine?content=56438" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/Aurora+Gtk+Engine?content=56438" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre1/55876-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/55876-1.jpg" alt="55876 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="320" /></a></p>
<p><a href="http://gnome-look.org/content/show.php/Reuben?content=55876" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/CONTENT/content-pre2/55578-2.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/55578-2.jpg" alt="55578 2 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/Schwermetall?content=55578" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Schwermetall?content=55578" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/CONTENT/content-pre1/44495-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/44495-1.jpg" alt="44495 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="320" /></a></p>
<p><a href="http://gnome-look.org/content/show.php/Elegance?content=44495" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/content/show.php/Elegance?content=44495" target="_blank"></a> <a href="http://gnome-look.org/CONTENT/content-pre2/42755-2.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/42755-2.jpg" alt="42755 2 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="320" /></a></p>
<p><a href="http://gnome-look.org/content/show.php/Murrine+GTK2+Cairo+Engine?content=42755" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/CONTENT/content-pre1/93096-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/93096-1.jpg" alt="93096 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/Murrina+Smoothie+and+Latte?content=93096" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Murrina+Smoothie+and+Latte?content=93096" target="_blank">Download Theme</a></p>
<p align="left">
<p><a href="http://gnome-look.org/CONTENT/content-pre1/57063-1.jpg" target="_blank"><img class="alignnone" title="ubuntu_theme" src="http://www.techiesouls.com/wp-content/uploads/2008/11/57063-1.jpg" alt="57063 1 Collection of 50 Best Looking Linux Gnome/Ubuntu Themes" width="400" height="250" /></a> <a href="http://gnome-look.org/content/show.php/Moomex-Theme?content=57063" target="_blank"></a></p>
<p><a href="http://gnome-look.org/content/show.php/Moomex-Theme?content=57063" target="_blank">Download Theme</a><br />
<script type="text/javascript"></script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></p>


<p>Related posts:<ol><li><a href='http://www.techiesouls.com/2008/08/12/damn-small-linux-only-50mb/' rel='bookmark' title='Permanent Link: Damn Small Linux only 50mb'>Damn Small Linux only 50mb</a> <small>I&#8217;ve been using linux from 3 years and most of...</small></li><li><a href='http://www.techiesouls.com/2008/12/02/how-to-create-your-own-custom-iphone-themes-easily/' rel='bookmark' title='Permanent Link: How to: Create Your Own Custom iPhone Themes Easily'>How to: Create Your Own Custom iPhone Themes Easily</a> <small>There are tons of iphone themes available for download but...</small></li><li><a href='http://www.techiesouls.com/2008/11/07/best-high-quality-windows-7-wallpapers/' rel='bookmark' title='Permanent Link: Huge Collection of Best High Quality Windows 7 Wallpapers'>Huge Collection of Best High Quality Windows 7 Wallpapers</a> <small>Microsoft windows seven formerly codenamed as Blackcomb and Vienna was...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.techiesouls.com/2008/11/27/collection-of-50-best-looking-linux-gnomeubuntu-themes-to-download/feed/</wfw:commentRss>
		<slash:comments>89</slash:comments>
		</item>
		<item>
		<title>21 Best Of The Best Greasemonkey Scripts For Better Web Experience</title>
		<link>http://www.techiesouls.com/2008/09/28/21-best-of-the-best-greasemonkey-scripts-for-better-web-experience/</link>
		<comments>http://www.techiesouls.com/2008/09/28/21-best-of-the-best-greasemonkey-scripts-for-better-web-experience/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 18:26:30 +0000</pubDate>
		<dc:creator>MOin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[freeware]]></category>

		<guid isPermaLink="false">http://www.techiesouls.com/?p=517</guid>
		<description><![CDATA[First few words for those who want to know what greasemonkey is and what wonders it can do, Greasemonkey is Firefox add-on which let you edit the way web looks and works with the help of wide variety of already available scripts and you can also write your own. Greasemonkey works simply scripts available are [...]


Related posts:<ol><li><a href='http://www.techiesouls.com/2009/05/12/add-twitter-search-to-firefox-with-twitter-search-addon/' rel='bookmark' title='Permanent Link: Add Twitter Search to Firefox with Twitter Search Addon'>Add Twitter Search to Firefox with Twitter Search Addon</a> <small>Twitter search became the most popular real time search facility...</small></li><li><a href='http://www.techiesouls.com/2008/08/07/how-to-hide-ads-in-your-facebook-profile/' rel='bookmark' title='Permanent Link: How to: Hide Ads In Your Facebook Profile'>How to: Hide Ads In Your Facebook Profile</a> <small>Ads can sometime be so much annoying specially ads on...</small></li><li><a href='http://www.techiesouls.com/2008/09/13/track-your-backlinks-and-search-engine-index-with-itracker/' rel='bookmark' title='Permanent Link: Track Your Backlinks And Search Engine Index With iTracker'>Track Your Backlinks And Search Engine Index With iTracker</a> <small>iTracker is a free php based tool which let you...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/10/greasemonkey.jpg"><img class="size-full wp-image-547 aligncenter" title="greasemonkey" src="http://www.techiesouls.com/wp-content/uploads/2008/10/greasemonkey.jpg" alt="greasemonkey 21 Best Of The Best Greasemonkey Scripts For Better Web Experience" width="440" height="297" /></a></p>
<p style="text-align: left;">First few words for those who want to know what greasemonkey is and what wonders it can do, <a href="http://www.greasespot.net/" target="_blank">Greasemonkey</a> is Firefox add-on which let you edit the way web looks and works with the help of wide variety of already available scripts and you can also write your own. Greasemonkey works simply scripts available are assigned for specific urls where it will only work and javascript change the functionality or visually the way webpage looks (it depends for what script was made)</p>
<p style="text-align: left;"><span id="more-517"></span></p>
<p style="text-align: left;">To use Greasemonkey first you need <a href="www.mozilla.com/firefox/" target="_blank">Firefox</a> then <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a> (<a href="https://addons.mozilla.org/en-US/firefox/downloads/file/30326/greasemonkey-0.8.20080609.0-fx.xpi">install</a>) simply click on install script and Greasemonkey will do rest of the job simply enjoy changing the web your own way.</p>
<blockquote style="text-align: left;"><p>According to <a href="http://www.blogsdna.com" target="_blank">BlogsDNA</a></p>
<p>Whenever you will download any Greasemonkey script, your Greasemonkey Firefox add-on will automatically detects site for which that script is applicable and applys that script to the site as soon as you open it.</p></blockquote>
<p style="text-align: left;">As promised the following are 21 most useful and best of the best Greasemonkey scripts which can change the whole user experience of any specific web application. (i chosen them from best lists out there worth 2 hours i found some new and better ones)</p>
<p style="text-align: left;">
<p style="text-align: left;">
<h3 style="text-align: left;">1. <a href="http://userscripts.org/scripts/show/6198" target="_blank">Youtube Googler</a> (<a href="http://userscripts.org/scripts/source/6198.user.js">Install Script</a>)</h3>
<p style="text-align: left;">This script is so useful when you always want to see videos in bigger size still not full screen but moderately large so pixel don&#8217;t explode in the video. This greasemonkey script makes youtube more look like Google Videos making the video area covering most of the screen (which is obviously a user concern on that page) striping comment area and video suggestion all together on the left just like a sidebar image reference available below.</p>
<p style="text-align: left;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/09/yourtube-googler.jpg" target="_blank"><img class="alignnone size-medium wp-image-530" title="yourtube-googler" src="http://www.techiesouls.com/wp-content/uploads/2008/09/yourtube-googler-300x187.jpg" alt="yourtube googler 300x187 21 Best Of The Best Greasemonkey Scripts For Better Web Experience" width="300" height="187" /></a></p>
<p style="text-align: left;">
<p style="text-align: left;">
<h3 class="MsoNormal" style="text-align: left;">2. <a href="http://userscripts.org/scripts/show/13955" target="_blank">Youtube Alternative Video Player</a> (<a href="http://userscripts.org/scripts/source/13955.user.js">Install Script</a>)</h3>
<p class="MsoNormal" style="text-align: left;">Do you hate auto playing of youtube videos like i do? when I am searching for some videos i open 3 or maybe 4 videos at once then i have to manually pause them to see any one of them which is totally un acceptable. we have another option with this script, it replaces the stock Youtube Video Player with one that keep the video paused until &#8216;Play&#8217; button is pressed but it keep buffering the video without playing them so when you press play you get already loaded video.</p>
<p class="MsoNormal" style="text-align: left;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/09/yt.jpg" target="_blank"><img class="alignnone size-medium wp-image-518" title="yt" src="http://www.techiesouls.com/wp-content/uploads/2008/09/yt-275x300.jpg" alt="yt 275x300 21 Best Of The Best Greasemonkey Scripts For Better Web Experience" width="275" height="300" /></a></p>
<p style="text-align: left;">
<p style="text-align: left;">
<h3 class="MsoNormal" style="text-align: left;">3. <a href="http://userscripts.org/scripts/show/8177" target="_blank">Download Youtube Video III</a> (<a href="http://userscripts.org/scripts/source/8177.user.js">Install Script</a>)</h3>
<p class="MsoNormal" style="text-align: left;">If you are everyday youtube user you must came across videos that you badly want to save on your hard disk for future usage. If yes give this script a try it will fulfill all your video downloading needs very nicely when you click on download video icon (that appears with icons under video after installing script) the download pop up will come up from where you can take video to your download manager if you want faster downloads. Linux users need to Right Click and choose &#8216;Save as&#8217;.</p>
<p class="MsoNormal" style="text-align: left;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/09/imagemtf4.jpg" target="_blank"><img class="alignnone size-medium wp-image-525" title="imagemtf4" src="http://www.techiesouls.com/wp-content/uploads/2008/09/imagemtf4-300x102.jpg" alt="imagemtf4 300x102 21 Best Of The Best Greasemonkey Scripts For Better Web Experience" width="300" height="102" /></a></p>
<p style="text-align: left;">
<p style="text-align: left;">
<h3 class="MsoNormal" style="text-align: left;">4. <a href="http://userscripts.org/scripts/show/11058" target="_blank">Youtube &#8220;Lights Out&#8221;</a> (<a href="http://userscripts.org/scripts/source/11058.user.js">Install Script</a>)</h3>
<p class="MsoNormal" style="text-align: left;">This script is eye saver I say sometimes video is too dark or too light that you literally want youtube page&#8217;s base colour to be black so you can concentrate on video and watch it properly without hurting your eyes. well now you can do something about it this script gives you a little button to switch the lights off and watch the video easily when you click on &#8216;Lights Out&#8217; button everything on the page (except video) turns dark gray when you click again everything turns Black. When it’s too dark and you can find &#8216;Lights Out&#8217; button don’t panic clicking anywhere on the page will turn lights on.</p>
<p class="MsoNormal" style="text-align: left;"><img class="alignnone size-medium wp-image-526" title="lightsoutcalloutkt3" src="http://www.techiesouls.com/wp-content/uploads/2008/09/lightsoutcalloutkt3.png" alt="lightsoutcalloutkt3 21 Best Of The Best Greasemonkey Scripts For Better Web Experience" width="208" height="84" /></p>
<p class="MsoNormal" style="text-align: left;">
<p style="text-align: left;"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--[if !mso]><span class="mceItemObject"   classid="clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D" id=ieooui></span></p>
<p><mce:style><!<br />
st1\:*{behavior:url(#ieooui) }<br />
--><!--[endif]--></p>
<p style="text-align: left;"><!--[if gte mso 10]></p>
<p><mce:style><!<br />
/* Style Definitions */<br />
table.MsoNormalTable<br />
{mso-style-name:"Table Normal";<br />
mso-tstyle-rowband-size:0;<br />
mso-tstyle-colband-size:0;<br />
mso-style-noshow:yes;<br />
mso-style-parent:"";<br />
mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
mso-para-margin:0in;<br />
mso-para-margin-bottom:.0001pt;<br />
mso-pagination:widow-orphan;<br />
font-size:10.0pt;<br />
font-family:"Times New Roman";<br />
mso-ansi-language:#0400;<br />
mso-fareast-language:#0400;<br />
mso-bidi-language:#0400;}<br />
--><!--[endif]--></p>
<p style="text-align: left;">
<p style="text-align: left;">
<h3 class="MsoNormal" style="text-align: left;">5. <a href="http://userscripts.org/scripts/show/9589" target="_blank">Flickr &#8220;Lights Out&#8221;</a> (<a href="http://userscripts.org/scripts/source/9589.user.js">Install Script</a>)</h3>
<p class="MsoNormal" style="text-align: left;">Flickr Lights Out works same as &#8216;Youtube Lights Out&#8217; so you can watch pictures easily when lighting condition is not all good matching with picture the only difference is &#8216;Light Out&#8217; button is on top of picture.</p>
<p style="text-align: left;">
<p style="text-align: left;">
<h3 class="MsoNormal" style="text-align: left;">6. <a href="http://userscripts.org/scripts/show/7671" target="_blank">Text Areabackup</a> (<a href="http://userscripts.org/scripts/source/7671.user.js">Install Script</a>)</h3>
<p class="MsoNormal" style="text-align: left;">Remembering everything you write on the web is not as easy as it sounds this script gona ease your mind. Text Areabackup work as a remembering machine while you browse the web and putting your emails, website addresses in short everything you write will be save in a virtual memory of this script. (Note: this script don&#8217;t work with Gmail)</p>
<p style="text-align: left;">
<p style="text-align: left;">
<h3 style="text-align: left;">7. <a href="http://userscripts.org/scripts/show/9524" target="_blank">Google Image Relinker with Mouseover</a> (<a href="http://userscripts.org/scripts/source/9524.user.js">Install Script</a>)<a href="http://userscripts.org/scripts/show/9524" target="_blank"><br />
</a></h3>
<p style="text-align: left;">This is one of my favourite script because of its function and how much ease it gives when you searching for images in Google Image Search. Normally you when you search for images you have to do a lot of mouse clicks to get to the actual image but now things are a little bit interesting when this script is installed you just &#8216;Mouse Over&#8217; or we say &#8216;Hover&#8217; over any image thumbnail and see the image preview first then click on it and you get to the image directly instead of clicking again for &#8216;full size image&#8217; its mean only one click and you get the image. How sweet!</p>
<p style="text-align: left;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/09/g-image-relinker-mouseover.jpg" target="_blank"><img class="alignnone size-medium wp-image-521" title="g-image-relinker-mouseover" src="http://www.techiesouls.com/wp-content/uploads/2008/09/g-image-relinker-mouseover-300x187.jpg" alt="g image relinker mouseover 300x187 21 Best Of The Best Greasemonkey Scripts For Better Web Experience" width="300" height="187" /></a></p>
<p style="text-align: left;">
<p style="text-align: left;">
<h3 style="text-align: left;">8. <a href="http://userscripts.org/scripts/show/16341" target="_blank">Google Account Multi-Login</a> (<a href="http://userscripts.org/scripts/source/16341.user.js">Install Script</a>)</h3>
<p style="text-align: left;">I am using more than two gmail accounts one for work purpose and one my personal so i had to find this script for multiple account usage at once because signing out and signing in again isn’t as easy as it sounds and waste bit of time too. After installing script your &#8216;Sign Out&#8217; will turn into drop down box with a couple of options there you can add as many accounts as much you want and switch them with a single click of mouse.</p>
<p style="text-align: left;"><img class="alignnone size-full wp-image-522" title="gmailloginny0" src="http://www.techiesouls.com/wp-content/uploads/2008/09/gmailloginny0.jpg" alt="gmailloginny0 21 Best Of The Best Greasemonkey Scripts For Better Web Experience" width="382" height="137" /></p>
<p style="text-align: left;">
<p style="text-align: left;">
<h3 style="text-align: left;">9. <a href="http://userscripts.org/scripts/show/6171" target="_blank">GoogleTagCloudMaker</a> (<a href="http://userscripts.org/scripts/source/6171.user.js">Install Script</a>)</h3>
<p style="text-align: left;">GTCM is really very useful script when you can&#8217;t decide proper keyword of your desired search result. It makes a tag cloud at your right pane with suggestion of many relevant keywords to choose from this also help you finding related search results of what you are looking for.</p>
<p style="text-align: left;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/09/google-tag-cloud.jpg" target="_blank"><img class="alignnone size-medium wp-image-523" title="google-tag-cloud" src="http://www.techiesouls.com/wp-content/uploads/2008/09/google-tag-cloud-300x130.jpg" alt="google tag cloud 300x130 21 Best Of The Best Greasemonkey Scripts For Better Web Experience" width="300" height="130" /></a></p>
<p style="text-align: left;">
<p style="text-align: left;">
<h3 style="text-align: left;">10. <a href="http://userscripts.org/scripts/show/8026" target="_blank">Google Ads Remover+</a> (<a href="http://userscripts.org/scripts/source/8026.user.js">Install Script</a>)<a href="http://userscripts.org/scripts/show/8026" target="_blank"><br />
</a></h3>
<p style="text-align: left;">Sometimes ads are really annoying specially when your connection is slow and web page stuck when it’s loading ads. Now you can remove Google ads from any website you want for faster browsing as a side note I won&#8217;t recommend disabling ads because sometimes you really find good resources and considerable product offers out of them so if you have no problem with them then leave as they are. Other usage of this script is to configure it to disable ads from a specific url not the whole web just like i did it with my website so I don’t accidentally click them and penalize for click fraud.</p>
<p style="text-align: left;">
<p style="text-align: left;">
<h3 class="MsoNormal" style="text-align: left;">11. <a href="http://userscripts.org/scripts/show/8433" target="_blank">Google Image Auto Pager</a> (<a href="http://userscripts.org/scripts/source/8433.user.js">Install Script</a>)<a href="http://userscripts.org/scripts/show/8433" target="_blank"><br />
</a></h3>
<p class="MsoNormal" style="text-align: left;">This is another script for google image search to make searching images easier. Google image auto pager makes ‘image search page’ advance by giving you option to load next set of images on the second page loads on the very same page where you start. When you search for some image you get a lots of results when you are done with first page simply &#8216;Double Click&#8217; any where on the page to load next set of images doing this again will stop the loading process.</p>
<p class="MsoNormal" style="text-align: left;">
<p class="MsoNormal" style="text-align: left;">
<p class="MsoNormal" style="text-align: left;">
<p class="MsoNormal" style="text-align: left;">
<p style="text-align: left;">
<h3 class="MsoNormal" style="text-align: left;">12. <a href="http://userscripts.org/scripts/show/3637" target="_blank">Disable Text Ads</a> (<a href="http://userscripts.org/scripts/source/3637.user.js">Install Script</a>)</h3>
<p class="MsoNormal" style="text-align: left;">I know I know sometimes text ads (Contextual ads) are so much annoying that you badly want them not to disturb and make hurdles during browsing. This script work simply you install it and get rid of text ads forever. Currently this script is removing ads from following Advertisement networks &#8220;Vibrant Media (IntelliTXT), AdBrite, Infolicious (lingoSpot), Kontera, Linkworth, EchoTopic, Targetpoint and MediaText.&#8221;</p>
<p class="MsoNormal" style="text-align: left;">
<p class="MsoNormal" style="text-align: left;">
<p class="MsoNormal" style="text-align: left;">
<p class="MsoNormal" style="text-align: left;">
<p style="text-align: left;">
<h3 class="MsoNormal" style="text-align: left;">13. <a href="http://userscripts.org/scripts/show/9517" target="_blank">Pre-fill Comments</a> (<a href="http://userscripts.org/scripts/source/9517.user.js">Install Script</a>)</h3>
<p class="MsoNormal" style="text-align: left;">Pre-fill Comment is really a life saver script because the one&#8217;s who comment on blogs, products or webpages will love this script for life. I know no body likes to write his name, e-mail and url everytime he want to visit a new blog then how about just pressing &#8216;Alt+C&#8217; and the fields will be filled automatically sounds very easy, yeah obviously it is.</p>
<p class="MsoNormal" style="text-align: left;">
<p class="MsoNormal" style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<h3 class="MsoNormal" style="text-align: left;">14. <a href="http://userscripts.org/scripts/show/9620" target="_blank">LookItUp2</a> (<a href="http://userscripts.org/scripts/source/9620.user.js">Intsall Script</a>)</h3>
<p class="MsoNormal" style="text-align: left;">This script is more than just a greasemonkey script because when i first saw this i never believed just a script can do this much. You can add whichever website in it to look up what ever you want to just like add wikipedia and search for &#8216;Al Pacino&#8217; now you get information without exploring all over the website. Many search sources comes when you install the script and you can add many more according to your choice i prefer you to visit this script&#8217;s homepage so you know all information about it because features are vast and I can&#8217;t review it all here.</p>
<p class="MsoNormal" style="text-align: left;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/09/lookitup2.png" target="_blank"><img class="alignnone size-medium wp-image-527" title="lookitup2" src="http://www.techiesouls.com/wp-content/uploads/2008/09/lookitup2-300x257.png" alt="lookitup2 300x257 21 Best Of The Best Greasemonkey Scripts For Better Web Experience" width="300" height="257" /></a></p>
<p class="MsoNormal" style="text-align: left;">
<p class="MsoNormal" style="text-align: left;">
<p class="MsoNormal" style="text-align: left;">
<p class="MsoNormal" style="text-align: left;">
<p class="MsoNormal" style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<h3 class="MsoNormal" style="text-align: left;">15. <a href="http://userscripts.org/scripts/show/23813" target="_blank">Digg Friend Easier</a> (<a href="http://userscripts.org/scripts/source/23813.user.js">Install Script</a>)</h3>
<p class="MsoNormal" style="text-align: left;">Making your digg profile healthy is all about friends, and users becomes friends when you regularly digg their submissions. This script make things a lot easier than you can ever think now you can digg your friend&#8217;s submissions in bulk you do it everyday and they&#8217;ll consider making you mutual friend someday. When you install this script submission pages &#8216;/friends/submissions&#8217; and &#8216;/friends/shoutsin&#8217; will be having &#8216;digg it&#8217; shortcut under every submission so you just click on it and ajaxly it will be dugg instantly. Keep on digging &#8216;easily&#8217;</p>
<p class="MsoNormal" style="text-align: left;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/09/digg-friend.png"><img src="http://www.techiesouls.com/wp-content/uploads/2008/09/digg-friend.png" alt="digg friend 21 Best Of The Best Greasemonkey Scripts For Better Web Experience" width="383" height="223" title="21 Best Of The Best Greasemonkey Scripts For Better Web Experience" /></a></p>
<p class="MsoNormal" style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<h3 class="MsoNormal" style="text-align: left;">16. <a href="http://userscripts.org/scripts/show/23729" target="_blank">Always Open New Windows in Digg</a> (<a href="http://userscripts.org/scripts/source/23729.user.js">Install Script</a>)</h3>
<p class="MsoNormal" style="text-align: left;">If you are a regular digger spend hour or two just digging then your your left hand always picking up CTRL key (there are also other ways to open new window except holding CTRL key while clicking link) to open external links in new window well now you don&#8217;t really need to worry about this problem just install this simple little script and click the links in digg they&#8217;ll open in new window always.</p>
<p class="MsoNormal" style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<h3 class="MsoNormal" style="text-align: left;">17. <a href="http://userscripts.org/scripts/show/27158" target="_blank">Advanced Search Options on Digg&#8217;s Search Forms</a> (<a href="http://userscripts.org/scripts/source/27158.user.js">Install Script</a>)</h3>
<p class="MsoNormal" style="text-align: left;">Sometimes while searching on digg you get a lot of irrelevant results but now that wont be a problem any more with this tiny script search forms are advance more than ever and have a lot of options that a search form needs. you can also customized the way search results show look the following screenshot for reference.</p>
<p class="MsoNormal" style="text-align: left;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/09/advanceddiggsearchscripaz9.jpg" target="_blank"><img class="alignnone size-medium wp-image-519" title="advanceddiggsearchscripaz9" src="http://www.techiesouls.com/wp-content/uploads/2008/09/advanceddiggsearchscripaz9-300x174.jpg" alt="advanceddiggsearchscripaz9 300x174 21 Best Of The Best Greasemonkey Scripts For Better Web Experience" width="300" height="174" /></a></p>
<p class="MsoNormal" style="text-align: left;">
<p class="MsoNormal" style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<h3 class="MsoNormal" style="text-align: left;">18. <a href="http://userscripts.org/scripts/show/13067" target="_blank">SU Visual Editor Plus</a> (<a href="http://userscripts.org/scripts/source/13067.user.js">Install Script</a>)</h3>
<p class="MsoNormal" style="text-align: left;">This script enhance the way your text editor of your stumble upon page looks and works. Installing &#8216;SU Visual Editor Plus&#8217; won&#8217;t do such any wonders but it can increase functionality such as increased width, increased height, background colours matched of the editor etc</p>
<p class="MsoNormal" style="text-align: left;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/09/su-visual-editor.png" target="_blank"><img class="alignnone size-medium wp-image-529" title="su-visual-editor" src="http://www.techiesouls.com/wp-content/uploads/2008/09/su-visual-editor-300x218.png" alt="su visual editor 300x218 21 Best Of The Best Greasemonkey Scripts For Better Web Experience" width="300" height="218" /></a></p>
<p class="MsoNormal" style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<h3 class="MsoNormal" style="text-align: left;">19. <a href="http://userscripts.org/scripts/show/15613" target="_blank">Stumbleupon Avatar Bubbles</a> (<a href="http://userscripts.org/scripts/source/15613.user.js">Install Script</a>)</h3>
<p class="MsoNormal" style="text-align: left;">This script works so simple yet interesting and i thought every stumbler would loving using it. After installing SU Avatar Bubbles you get option to see Avatar images bigger when you hover your mouse over them so you dont need to open profile then click profile image to see actual size of the avatar.</p>
<p class="MsoNormal" style="text-align: left;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/09/stumbleuponavatarbubbles.jpg" target="_blank"><img class="alignnone size-medium wp-image-528" title="stumbleuponavatarbubbles" src="http://www.techiesouls.com/wp-content/uploads/2008/09/stumbleuponavatarbubbles-300x155.jpg" alt="stumbleuponavatarbubbles 300x155 21 Best Of The Best Greasemonkey Scripts For Better Web Experience" width="300" height="155" /></a></p>
<p class="MsoNormal" style="text-align: left;">
<p class="MsoNormal" style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<h3 class="MsoNormal" style="text-align: left;">20. <a href="http://userscripts.org/scripts/show/34354" target="_blank">AJAX Twitter Refresh</a> (<a href="http://userscripts.org/scripts/source/34354.user.js">Install Script</a>)</h3>
<p class="MsoNormal" style="text-align: left;">If you use twitter from web then you won’t be able to see new tweets unless you refresh the page. After installing this script your twitter page will be automatically refresh every after a minute (70 times per hour) this twitter page refresh scripts is better from others because you won’t notice when page refreshes actually its ajaxly refreshed.</p>
<p style="text-align: left;">
<p style="text-align: left;">
<h3 class="MsoNormal" style="text-align: left;">21. <a href="http://userscripts.org/scripts/show/24398" target="_blank">Endless Tweets</a> (<a href="http://userscripts.org/scripts/source/24398.user.js">Install Script</a>)</h3>
<p class="MsoNormal" style="text-align: left;">If you are a die hard twitter and use to tweet everyday and explore people twitter timeline then this script is surely for you. The script automatically loads next set of tweets when you scroll the bottom of the timeline page unlike you click &#8216;Older&#8217; button and read the tweets on second page. Endless Tweets saves a lot of time and preloading of tweets is also very fast.</p>
<p class="MsoNormal" style="text-align: left;">
<blockquote style="text-align: left;">
<p class="MsoNormal">Some other resources for the betterment of human kind <img src='http://www.techiesouls.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' title="21 Best Of The Best Greasemonkey Scripts For Better Web Experience" /> </p>
<p class="MsoNormal">If you are interested in making your orkut profile more interesting you should visit <a href="http://www.blogsdna.com/175/how-to-change-orkut-theme.htm" target="_blank">this post at BlogsDNA</a> where he tells you how to theme your orkut profile and some good orkut themes too.</p>
<p class="MsoNormal">If you don&#8217;t like using Firefox (i doubt though) you should visit <a href="http://techie-buzz.com/tips-and-tricks/greasemonkey-alternatives-for-ie-opera-and-safari.html" target="_blank">this post at Techie-Buzz</a> where you know how to use Greasemonkey Scripts with IE, Opera and Safari.</p>
</blockquote>
<p class="MsoNormal" style="text-align: left;">
<p class="MsoNormal" style="text-align: left;">
<p class="MsoNormal" style="text-align: left;">
<p class="MsoNormal" style="text-align: left;">
<p class="MsoNormal" style="text-align: left;">


<p>Related posts:<ol><li><a href='http://www.techiesouls.com/2009/05/12/add-twitter-search-to-firefox-with-twitter-search-addon/' rel='bookmark' title='Permanent Link: Add Twitter Search to Firefox with Twitter Search Addon'>Add Twitter Search to Firefox with Twitter Search Addon</a> <small>Twitter search became the most popular real time search facility...</small></li><li><a href='http://www.techiesouls.com/2008/08/07/how-to-hide-ads-in-your-facebook-profile/' rel='bookmark' title='Permanent Link: How to: Hide Ads In Your Facebook Profile'>How to: Hide Ads In Your Facebook Profile</a> <small>Ads can sometime be so much annoying specially ads on...</small></li><li><a href='http://www.techiesouls.com/2008/09/13/track-your-backlinks-and-search-engine-index-with-itracker/' rel='bookmark' title='Permanent Link: Track Your Backlinks And Search Engine Index With iTracker'>Track Your Backlinks And Search Engine Index With iTracker</a> <small>iTracker is a free php based tool which let you...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.techiesouls.com/2008/09/28/21-best-of-the-best-greasemonkey-scripts-for-better-web-experience/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Damn Small Linux only 50mb</title>
		<link>http://www.techiesouls.com/2008/08/12/damn-small-linux-only-50mb/</link>
		<comments>http://www.techiesouls.com/2008/08/12/damn-small-linux-only-50mb/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 19:48:07 +0000</pubDate>
		<dc:creator>MOin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[freeware]]></category>

		<guid isPermaLink="false">http://www.techiesouls.com/?p=441</guid>
		<description><![CDATA[I&#8217;ve been using linux from 3 years and most of the time Ubuntu or Kubuntu 2 months with suse because of its killer GUI. Today i found an incredible distro of linux which is only 50mb small and its free plus its open source its called &#8216;Damn Small Linux&#8216; There are a couple of benefits [...]


Related posts:<ol><li><a href='http://www.techiesouls.com/2009/03/14/wifi-radar-for-linux-to-manage-and-detect-wireless-connections/' rel='bookmark' title='Permanent Link: Wifi Radar For Linux to Manage and Detect Wireless connections'>Wifi Radar For Linux to Manage and Detect Wireless connections</a> <small>Wifi Radar is a free small utility for Linux which...</small></li><li><a href='http://www.techiesouls.com/2008/11/27/collection-of-50-best-looking-linux-gnomeubuntu-themes-to-download/' rel='bookmark' title='Permanent Link: Collection of 50 Best Looking Linux Gnome/Ubuntu Themes'>Collection of 50 Best Looking Linux Gnome/Ubuntu Themes</a> <small>I recently installed new version of linux (Ubuntu Intrepid ibex)...</small></li><li><a href='http://www.techiesouls.com/2009/05/11/how-to-check-if-your-computer-supports-%e2%80%98hardware-virtualization%e2%80%99-in-linux/' rel='bookmark' title='Permanent Link: How to Check if your Computer Supports ‘Hardware Virtualization’ in Linux'>How to Check if your Computer Supports ‘Hardware Virtualization’ in Linux</a> <small>Yesterday I wrote about how to check if you computer...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-442" title="dsl-1rc1a" src="http://www.techiesouls.com/wp-content/uploads/2008/08/dsl-1rc1a.jpg" alt="dsl 1rc1a Damn Small Linux only 50mb" width="500" height="400" /></p>
<p>I&#8217;ve been using linux from 3 years and most of the time Ubuntu or Kubuntu 2 months with suse because of its killer GUI. Today i found an incredible distro of linux which is only 50mb small and its free plus its open source its called &#8216;<a href="http://www.damnsmalllinux.org" target="_blank">Damn Small Linux</a>&#8216; There are a couple of benefits in using linux the key ones are its secure, most of them are free, they attracts geeks because of more vast developing features This distro is too small that you can take it any where with you on any media possible boots.</p>
<p><span id="more-441"></span></p>
<p>DSL (Damn Small Linux) is really having a lot of kool options more than it sounds and compared to its small size, you run it directly from usb drive, cd or dvd or you can install it on hard disk and it will then turn into a Debian base OS and the developer if DSL says you can run DSL on  Intel 486DX with 16 mb Ram thats amazing i mean that was a slooooooooooooooooooow machine (my father had it so i know well) compared to current era.</p>
<p>DSL can be really helpful for a couple of reasons, it can be good for a business man having presentations and need his own personalized interface where he can show things well, a lot helpful as a backup OS when you lost your primary OS and want to backup files now what should you do grab an old usb even 128mb would do the job and make a backup OS as DSL and keep it for bad times or just a CD or we say mini CD&#8217;s will be good for this purpose. you can also install further packages to make things according to you basic packages are already install with the download package including firefox and basic media files audio and video, e-mail client, pdf reader, word processor, file anager image software and many more head over to <a href="http://www.damnsmalllinux.org/applications.html" target="_blank">this page</a> for more packages information.</p>
<p>According to DSL website:</p>
<ul>
<blockquote>
<li>Boot from a business card CD as a live linux distribution (LiveCD)</li>
<li>Boot from a USB pen drive</li>
<li>Boot from within a host operating system (that&#8217;s right, it can run *inside* Windows)</li>
<li>Run very nicely from an IDE Compact Flash drive via a method we call &#8220;frugal install&#8221;</li>
<li>Transform into a Debian OS with a traditional hard drive install</li>
<li>Run light enough to power a 486DX with 16MB of Ram</li>
<li>Run fully in RAM with as little as 128MB (you will be amazed at how fast your computer can be!)</li>
<li>Modularly grow &#8212; DSL is highly extendable without the need to customize</li>
</blockquote>
</ul>
<p><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/dsl_snapshot2.png" target="_blank"><img class="alignnone size-medium wp-image-443" title="dsl_snapshot2" src="http://www.techiesouls.com/wp-content/uploads/2008/08/dsl_snapshot2-300x224.png" alt="dsl snapshot2 300x224 Damn Small Linux only 50mb" width="300" height="224" /></a></p>
<p><a href="http://www.damnsmalllinux.org/download.html" target="_blank">Download Damn Small Linux</a></p>


<p>Related posts:<ol><li><a href='http://www.techiesouls.com/2009/03/14/wifi-radar-for-linux-to-manage-and-detect-wireless-connections/' rel='bookmark' title='Permanent Link: Wifi Radar For Linux to Manage and Detect Wireless connections'>Wifi Radar For Linux to Manage and Detect Wireless connections</a> <small>Wifi Radar is a free small utility for Linux which...</small></li><li><a href='http://www.techiesouls.com/2008/11/27/collection-of-50-best-looking-linux-gnomeubuntu-themes-to-download/' rel='bookmark' title='Permanent Link: Collection of 50 Best Looking Linux Gnome/Ubuntu Themes'>Collection of 50 Best Looking Linux Gnome/Ubuntu Themes</a> <small>I recently installed new version of linux (Ubuntu Intrepid ibex)...</small></li><li><a href='http://www.techiesouls.com/2009/05/11/how-to-check-if-your-computer-supports-%e2%80%98hardware-virtualization%e2%80%99-in-linux/' rel='bookmark' title='Permanent Link: How to Check if your Computer Supports ‘Hardware Virtualization’ in Linux'>How to Check if your Computer Supports ‘Hardware Virtualization’ in Linux</a> <small>Yesterday I wrote about how to check if you computer...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.techiesouls.com/2008/08/12/damn-small-linux-only-50mb/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>26 Fantastic Looking Alienware Wallpapers</title>
		<link>http://www.techiesouls.com/2008/08/04/26-fantastic-looking-alienware-wallpapers/</link>
		<comments>http://www.techiesouls.com/2008/08/04/26-fantastic-looking-alienware-wallpapers/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 12:43:26 +0000</pubDate>
		<dc:creator>MOin</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[dekstop]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[freewares]]></category>
		<category><![CDATA[wallpapers]]></category>

		<guid isPermaLink="false">http://www.techiesouls.com/?p=346</guid>
		<description><![CDATA[Today i am going to share some amazing looking Alienware wallpapers, i was supposed to be minimalistic choice guy who thought things looks beautiful when simple but now i am changing the way of thinking now its like a thing looks beautiful with some colors and appealing overlay and i think i am good now [...]


Related posts:<ol><li><a href='http://www.techiesouls.com/2008/12/07/give-your-pc-alien-look-with-alienware-windowblinds-skins-wallpapers/' rel='bookmark' title='Permanent Link: Give Your PC Alien Look with Alienware WindowBlinds Skins &#038; Wallpapers'>Give Your PC Alien Look with Alienware WindowBlinds Skins &#038; Wallpapers</a> <small>With Alienware skins for Window Blinds you can give your...</small></li><li><a href='http://www.techiesouls.com/2008/11/07/best-high-quality-windows-7-wallpapers/' rel='bookmark' title='Permanent Link: Huge Collection of Best High Quality Windows 7 Wallpapers'>Huge Collection of Best High Quality Windows 7 Wallpapers</a> <small>Microsoft windows seven formerly codenamed as Blackcomb and Vienna was...</small></li><li><a href='http://www.techiesouls.com/2009/05/06/free-theme-to-make-windows-vista-look-like-windows-7/' rel='bookmark' title='Permanent Link: Free Theme to Make Windows Vista look like Windows 7'>Free Theme to Make Windows Vista look like Windows 7</a> <small>I noticed more than enough people haven&#8217;t installed windows 7...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/alienware_techiesouls.jpg"><img class="size-full wp-image-400" title="alienware_techiesouls" src="http://www.techiesouls.com/wp-content/uploads/2008/08/alienware_techiesouls.jpg" alt="alienware techiesouls 26 Fantastic Looking Alienware Wallpapers" width="400" height="385" /></a></p>
<p>Today i am going to share some amazing looking <a href="http://www.alienware.com" target="_blank">Alienware</a> wallpapers, i was supposed to be minimalistic choice guy who thought things looks beautiful when simple but now i am changing the way of thinking now its like a thing looks beautiful with some colors and appealing overlay and i think i am good now you must&#8217;ve noticed my previous post about 30 best icon packs for iconpackager in which i shared a lot of icon packages to serve your desktop needs and today they are wallpapers.</p>
<p><span id="more-346"></span></p>
<p>Some of them are taken from <a href="http://www.alienware.com" target="_blank">Alienware website</a> but from there you can download each wallpaper in zip this is  long way they and you also have to provide your e-mail to download from them many of them are my search from all over wallpaper websites and i am sharing here direct .JPG files the easy way obviously =)</p>
<ul>
<li>
<h2>Click on images for High Resolution view</h2>
</li>
</ul>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/alienware_alien.jpg" target="_blank"><img class="size-full wp-image-348" title="alienware_alien_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/alienware_alien_pre.jpg" alt="alienware alien pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="320" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/alienware_area_51.jpg" target="_blank"><img class="aligncenter size-full wp-image-349" title="alienware_area_51_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/alienware_area_51_pre.jpg" alt="alienware area 51 pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="320" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/alienware_aurora_malx_notebooks.jpg" target="_blank"><img class="aligncenter size-full wp-image-350" title="alienware_aurora_malx_notebooks_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/alienware_aurora_malx_notebooks_pre.jpg" alt="alienware aurora malx notebooks pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="320" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/alienware.jpg" target="_blank"><img class="aligncenter size-full wp-image-351" title="alienware_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/alienware_pre.jpg" alt="alienware pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="320" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/alx_1600x1200.jpg" target="_blank"><img class="aligncenter size-full wp-image-352" title="alx_1600x1200_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/alx_1600x1200_pre.jpg" alt="alx 1600x1200 pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="320" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/aw_1600x1200.jpg" target="_blank"><img class="aligncenter size-full wp-image-353" title="aw_1600x1200_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/aw_1600x1200_pre.jpg" alt="aw 1600x1200 pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="320" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/aw_xenomorph1600.jpg" target="_blank"><img class="aligncenter size-full wp-image-354" title="aw_xenomorph1600_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/aw_xenomorph1600_pre.jpg" alt="aw xenomorph1600 pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="320" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/blup2-1280.jpg" target="_blank"><img class="aligncenter size-full wp-image-355" title="blup2-1280_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/blup2-1280_pre.jpg" alt="blup2 1280 pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="320" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/bp2-1280.jpg" target="_blank"><img class="aligncenter size-full wp-image-356" title="bp2-1280_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/bp2-1280_pre.jpg" alt="bp2 1280 pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="320" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/darkstar.jpg" target="_blank"><img class="aligncenter size-full wp-image-357" title="darkstar_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/darkstar_pre.jpg" alt="darkstar pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="320" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/alienware-1280x1024.jpg" target="_blank"><img class="aligncenter size-full wp-image-373" title="alienware-1280x1024_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/alienware-1280x1024_pre.jpg" alt="alienware 1280x1024 pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="320" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/innovation-desktop1280.jpg" target="_blank"><img class="aligncenter size-full wp-image-358" title="innovation-desktop1280_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/innovation-desktop1280_pre.jpg" alt="innovation desktop1280 pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="320" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/invaderdark1280.jpg" target="_blank"><img class="aligncenter size-full wp-image-359" title="invaderdark1280_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/invaderdark1280_pre.jpg" alt="invaderdark1280 pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="320" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/p2-1280.jpg" target="_blank"><img class="aligncenter size-full wp-image-360" title="p2-1280_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/p2-1280_pre.jpg" alt="p2 1280 pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="320" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/post-42-1091904443.jpg" target="_blank"><img class="aligncenter size-full wp-image-361" title="post-42-1091904443_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/post-42-1091904443_pre.jpg" alt="post 42 1091904443 pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="320" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/vn.jpg" target="_blank"><img class="aligncenter size-full wp-image-362" title="vn_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/vn_pre.jpg" alt="vn pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="320" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/wh8-desktop1600.jpg" target="_blank"><img class="aligncenter size-full wp-image-363" title="wh8-desktop1600_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/wh8-desktop1600_pre.jpg" alt="wh8 desktop1600 pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="320" /></a></p>
<ul>
<li>
<h2 style="text-align: left;">WIDESCREENS</h2>
</li>
</ul>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/ws_alienware.jpg" target="_blank"><img class="aligncenter size-full wp-image-364" title="ws_alienware_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/ws_alienware_pre.jpg" alt="ws alienware pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="250" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/ws_aw_wallpaper_7500_1280x800.jpg" target="_blank"><img class="aligncenter size-full wp-image-365" title="ws_aw_wallpaper_7500_1280x800_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/ws_aw_wallpaper_7500_1280x800_pre.jpg" alt="ws aw wallpaper 7500 1280x800 pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="250" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/ws_aw_wallpaper_7500_m15x_1280x800.jpg" target="_blank"><img class="aligncenter size-full wp-image-366" title="ws_aw_wallpaper_7500_m15x_1280x800_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/ws_aw_wallpaper_7500_m15x_1280x800_pre.jpg" alt="ws aw wallpaper 7500 m15x 1280x800 pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="250" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/ws_aw_wallpaper_m15x_02_1280x800.jpg" target="_blank"><img class="aligncenter size-full wp-image-367" title="ws_aw_wallpaper_m15x_02_1280x800_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/ws_aw_wallpaper_m15x_02_1280x800_pre.jpg" alt="ws aw wallpaper m15x 02 1280x800 pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="250" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/ws_aw_wallpaper_m15x_1280x800.jpg" target="_blank"><img class="aligncenter size-full wp-image-368" title="ws_aw_wallpaper_m15x_1280x800_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/ws_aw_wallpaper_m15x_1280x800_pre.jpg" alt="ws aw wallpaper m15x 1280x800 pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="250" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/ws_alienware-1280x800.jpg" target="_blank"><img class="aligncenter size-full wp-image-372" title="ws_alienware-1280x800_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/ws_alienware-1280x800_pre.jpg" alt="ws alienware 1280x800 pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="250" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/ws_w01.jpg" target="_blank"><img class="aligncenter size-full wp-image-369" title="ws_w01_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/ws_w01_pre.jpg" alt="ws w01 pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="250" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/ws_w03.jpg" target="_blank"><img class="aligncenter size-full wp-image-370" title="ws_w03_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/ws_w03_pre.jpg" alt="ws w03 pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="250" /></a></p>
<p style="text-align: center;"><a href="http://www.techiesouls.com/wp-content/uploads/2008/08/ws_w04.jpg" target="_blank"><img class="aligncenter size-full wp-image-371" title="ws_w04_pre" src="http://www.techiesouls.com/wp-content/uploads/2008/08/ws_w04_pre.jpg" alt="ws w04 pre 26 Fantastic Looking Alienware Wallpapers" width="400" height="250" /></a></p>


<p>Related posts:<ol><li><a href='http://www.techiesouls.com/2008/12/07/give-your-pc-alien-look-with-alienware-windowblinds-skins-wallpapers/' rel='bookmark' title='Permanent Link: Give Your PC Alien Look with Alienware WindowBlinds Skins &#038; Wallpapers'>Give Your PC Alien Look with Alienware WindowBlinds Skins &#038; Wallpapers</a> <small>With Alienware skins for Window Blinds you can give your...</small></li><li><a href='http://www.techiesouls.com/2008/11/07/best-high-quality-windows-7-wallpapers/' rel='bookmark' title='Permanent Link: Huge Collection of Best High Quality Windows 7 Wallpapers'>Huge Collection of Best High Quality Windows 7 Wallpapers</a> <small>Microsoft windows seven formerly codenamed as Blackcomb and Vienna was...</small></li><li><a href='http://www.techiesouls.com/2009/05/06/free-theme-to-make-windows-vista-look-like-windows-7/' rel='bookmark' title='Permanent Link: Free Theme to Make Windows Vista look like Windows 7'>Free Theme to Make Windows Vista look like Windows 7</a> <small>I noticed more than enough people haven&#8217;t installed windows 7...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.techiesouls.com/2008/08/04/26-fantastic-looking-alienware-wallpapers/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>7zip: The Future Of File Compression</title>
		<link>http://www.techiesouls.com/2008/07/25/7zip-the-future-of-file-compression/</link>
		<comments>http://www.techiesouls.com/2008/07/25/7zip-the-future-of-file-compression/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 22:12:24 +0000</pubDate>
		<dc:creator>MOin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[softawre]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://www.techiesouls.com/?p=259</guid>
		<description><![CDATA[Any PC user use file compression tools everyday to compress files or uncompress files, file compression in pc&#8217;s are really famous these days where ever in the world anyone is sharing a file he&#8217;ll compress it make it zip (most popular compression format) so you always have to use a software to uncompress theme. there [...]


Related posts:<ol><li><a href='http://www.techiesouls.com/2008/11/29/how-to-unlock-jailbreak-iphone-22-firmware/' rel='bookmark' title='Permanent Link: How to: Unlock / Jailbreak iPhone 2.2 Firmware'>How to: Unlock / Jailbreak iPhone 2.2 Firmware</a> <small>A couple of days ago new firmware for iphone version...</small></li><li><a href='http://www.techiesouls.com/2008/07/21/make-your-text-files-password-protected-with-locknote/' rel='bookmark' title='Permanent Link: Make Your Text Files Password Protected With LockNote'>Make Your Text Files Password Protected With LockNote</a> <small>Everybody use text files to save text data&#8217;s sometimes the...</small></li><li><a href='http://www.techiesouls.com/2008/07/16/free-tool-to-track-you-stolen-laptop/' rel='bookmark' title='Permanent Link: Free Tool to Track your Stolen Laptop'>Free Tool to Track your Stolen Laptop</a> <small>These days mobility is what everybody needs like laptops, pda&#8217;s,...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techiesouls.com/wp-content/uploads/2008/07/7zip.png"><img class="alignleft size-full wp-image-260" title="7zip" src="http://www.techiesouls.com/wp-content/uploads/2008/07/7zip.png" alt="7zip 7zip: The Future Of File Compression" width="240" height="138" /></a>Any PC user use file compression tools everyday to compress files or uncompress files, file compression in pc&#8217;s are really famous these days where ever in the world anyone is sharing a file he&#8217;ll compress it make it zip (most popular compression format) so you always have to use a software to uncompress theme. there are many compression softwares available in the market which help you compressing files and uncompressing files some are free and some are paid one&#8217;s but in my humble opinion &#8216;<a href="http://www.7-zip.org/" target="_blank"><strong>7zip</strong></a>&#8216; is the best from all of them and i think this is the real future of file compression this is what i am going to talk about in this post <img src='http://www.techiesouls.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="7zip: The Future Of File Compression" /> </p>
<p><span id="more-259"></span></p>
<p>7zip is nice and light weight app which is totally free of cost and i think even better than many paid softwares and by size it is under 1 mb. The technology with 7zip compress and uncompress files is the best from all and the compression rate of 7zip is best from all too.</p>
<p>7zip do whatever other compression utility do but 7zip is having very simple interface it uses .7z extension for compressing files and compressing and uncompressing speed is very fast compared to winrar (this is what i was using before 7zip) but winrar is a paid software and there is nothing in winrar that 7zip misses without even a penny, 7zip supports many formats such as RAR, ARJ, Z, gzip, bzip2, LHA, tar, tar.gz, cpio, smzip, JAR, rpm, zip, cab, deb and sometimes i was able to extract MSI files too.</p>
<p>7zip uses LZMA technology which&#8217;s compression ratio&#8217;s are relatively best of all others i was able to make 7z file of 6gb junk of different files without any issues and i am pretty sure it can handle even more, you can also password protect files with 7z and encryption method is really tough it is 256-bit AES which also encrypt file names which zip format lacks. if the file names are corrupted in some archive like other than windows language then other utilities fail to extract them but 7zip has ability to extract those files too but you have to rename files while extracting you can also make self extracting archives with 7zip and can password protect them as well.</p>
<p>Final thoughts i was using winzip 5 years ago after 2 years i adapted winrar and from 1 year i am on free 7zip and i am pretty sure i am not turning back or looking elsewhere now i am so happy to have this better than paid software for free. the only flaw with 7zip i found so far was there is no GUI version for linux, mac &amp; unix based systems however command line versions are available for free obviously.</p>
<p>Options in right click context menu:</p>
<p><a href="http://www.techiesouls.com/wp-content/uploads/2008/07/untitled-27.png"><img class="alignnone size-full wp-image-261" title="7zip" src="http://www.techiesouls.com/wp-content/uploads/2008/07/untitled-27.png" alt="7zip" width="500" height="249" /></a></p>
<p>This is how it looks when compressing:</p>
<p><a href="http://www.techiesouls.com/wp-content/uploads/2008/07/untitled-34.png"><img class="alignnone size-full wp-image-262" title="7zip" src="http://www.techiesouls.com/wp-content/uploads/2008/07/untitled-34.png" alt="7zip" width="500" height="288" /></a></p>
<p>Download 7zip now:</p>
<p><a href="http://downloads.sourceforge.net/sevenzip/7z457.exe" target="_blank">Download .exe</a></p>
<p><a href="http://downloads.sourceforge.net/sevenzip/7z457-x64.msi" target="_blank">Download .msi</a></p>


<p>Related posts:<ol><li><a href='http://www.techiesouls.com/2008/11/29/how-to-unlock-jailbreak-iphone-22-firmware/' rel='bookmark' title='Permanent Link: How to: Unlock / Jailbreak iPhone 2.2 Firmware'>How to: Unlock / Jailbreak iPhone 2.2 Firmware</a> <small>A couple of days ago new firmware for iphone version...</small></li><li><a href='http://www.techiesouls.com/2008/07/21/make-your-text-files-password-protected-with-locknote/' rel='bookmark' title='Permanent Link: Make Your Text Files Password Protected With LockNote'>Make Your Text Files Password Protected With LockNote</a> <small>Everybody use text files to save text data&#8217;s sometimes the...</small></li><li><a href='http://www.techiesouls.com/2008/07/16/free-tool-to-track-you-stolen-laptop/' rel='bookmark' title='Permanent Link: Free Tool to Track your Stolen Laptop'>Free Tool to Track your Stolen Laptop</a> <small>These days mobility is what everybody needs like laptops, pda&#8217;s,...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.techiesouls.com/2008/07/25/7zip-the-future-of-file-compression/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.948 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-09 04:16:01 -->

