<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>Simple Thoughts - Java and Web Blog &#187; Linux</title>
	<atom:link href="http://tech.gaeatimes.com/index.php/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.gaeatimes.com</link>
	<description>News and views from a Software Architect and Web Entrepreneur on Java, PHP and Web 2.0 Technologies.</description>
	<pubDate>Mon, 27 Dec 2010 14:38:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to parition a new drive before adding to RAID array in Linux</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-parition-a-new-drive-before-adding-to-raid-array-in-linux/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-parition-a-new-drive-before-adding-to-raid-array-in-linux/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 14:37:18 +0000</pubDate>
		<dc:creator>angsuman</dc:creator>
		
		<category><![CDATA[Fedora 11]]></category>

		<category><![CDATA[Fedora 7]]></category>

		<category><![CDATA[Fedora Core 6]]></category>

		<category><![CDATA[How To]]></category>

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

		<category><![CDATA[Linux Migration]]></category>

		<category><![CDATA[Open Source Software]]></category>

		<category><![CDATA[Tech Note]]></category>

		<guid isPermaLink="false">http://tech.gaeatimes.com/?p=39424</guid>
		<description><![CDATA[Run the following command, after reading the notes below:
sfdisk -d /dev/sda &#124; sfdisk /dev/sdb

Notes:
1. This copies the parition information of sda to sdb. Be very careful with the drive letters, otherwise you might end up overriding the partition of a good drive with the partition from a new drive.
2. sda is the drive from which .... Original article &nbsp;: <a href="http://tech.gaeatimes.com/index.php/archive/how-to-parition-a-new-drive-before-adding-to-raid-array-in-linux/">How to parition a new drive before adding to RAID array in Linux</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-parition-a-new-drive-before-adding-to-raid-array-in-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to speed up compilation times in Linux / CentOS / RHEL / Fedora using Ramdisk, much faster than SSD / SAS</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-speed-up-compilation-times-in-linux-centos-rhel-fedora-using-ramdisk-much-faster-than-ssd-sas/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-speed-up-compilation-times-in-linux-centos-rhel-fedora-using-ramdisk-much-faster-than-ssd-sas/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 23:35:17 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

		<category><![CDATA[Fedora 11]]></category>

		<category><![CDATA[How To]]></category>

		<category><![CDATA[Information Technology]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/how-to-speed-up-compilation-times-in-linux-centos-rhel-fedora-using-ramdisk-much-faster-than-ssd-sas/</guid>
		<description><![CDATA[
more images

Compilation time is the time required by a compiler to successfully transform source code written in a programming language into an executable program. The time taken for compilation depends mainly on two important things- CPU speed i.e processor speed and the harddisk speed. Most of us are concerned about only the CPU speed performance ... Read more <a href="http://tech.gaeatimes.com/index.php/archive/how-to-speed-up-compilation-times-in-linux-centos-rhel-fedora-using-ramdisk-much-faster-than-ssd-sas/" title="How to speed up compilation times in Linux / CentOS / RHEL / Fedora using Ramdisk, much faster than SSD / SAS">>>></a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-speed-up-compilation-times-in-linux-centos-rhel-fedora-using-ramdisk-much-faster-than-ssd-sas/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to fully backup hard drive on Linux intelligently without using dd</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-fully-backup-hard-drive-on-linux-intelligently-without-using-dd/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-fully-backup-hard-drive-on-linux-intelligently-without-using-dd/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 12:14:55 +0000</pubDate>
		<dc:creator>angsuman</dc:creator>
		
		<category><![CDATA[Fedora 11]]></category>

		<category><![CDATA[Fedora 7]]></category>

		<category><![CDATA[Fedora Core 6]]></category>

		<category><![CDATA[How To]]></category>

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

		<category><![CDATA[Linux Migration]]></category>

		<category><![CDATA[Open Source Software]]></category>

		<category><![CDATA[Tech Note]]></category>

		<guid isPermaLink="false">http://tech.gaeatimes.com/?p=39434</guid>
		<description><![CDATA[dd, while an excellent tool to back drive / partition images, copies entire hard drive including unused blocks and even bad blocks (where possible). I have found another way to backup which not only creates an exact duplicate as far as operating system is concerned but also allows you to elongate and extract the remaining ... Original source on Gaea Times at  : <a href="http://tech.gaeatimes.com/index.php/archive/how-to-fully-backup-hard-drive-on-linux-intelligently-without-using-dd/">How to fully backup hard drive on Linux intelligently without using dd</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-fully-backup-hard-drive-on-linux-intelligently-without-using-dd/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to reduce space required by (Linux utility) dd created drive image</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-reduce-space-required-by-linux-utility-dd-created-drive-image/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-reduce-space-required-by-linux-utility-dd-created-drive-image/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 12:13:37 +0000</pubDate>
		<dc:creator>angsuman</dc:creator>
		
		<category><![CDATA[Fedora 11]]></category>

		<category><![CDATA[Fedora 7]]></category>

		<category><![CDATA[Fedora Core 6]]></category>

		<category><![CDATA[How To]]></category>

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

		<category><![CDATA[Linux Migration]]></category>

		<category><![CDATA[Open Source Software]]></category>

		<category><![CDATA[Tech Note]]></category>

		<guid isPermaLink="false">http://tech.gaeatimes.com/?p=39432</guid>
		<description><![CDATA[a. Use gzip
An example command:
dd if=/dev/hda1 bs=1k conv=sync,noerror &#124; gzip -c &#124; ssh -c blowfish user@hostname &#8220;dd of=filename.gz bs=1k&#8221;

Notes:
1. gzip ensures less storage requirement for the image
2. blowfish algorithm is used while transferring the data because it reduces overhead, which leads to faster transfer, for the SSL connection

b. Reduce storage space by zeroing unused blocks
dd ... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-reduce-space-required-by-linux-utility-dd-created-drive-image/">Read this article on Gaea Times at  : How to reduce space required by (Linux utility) dd created drive image</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-reduce-space-required-by-linux-utility-dd-created-drive-image/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to add a new partition to RAID array in Linux using mdadm</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-add-a-new-partition-to-raid-array-in-linux-using-mdadm/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-add-a-new-partition-to-raid-array-in-linux-using-mdadm/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 12:09:15 +0000</pubDate>
		<dc:creator>angsuman</dc:creator>
		
		<category><![CDATA[Fedora 11]]></category>

		<category><![CDATA[Fedora 7]]></category>

		<category><![CDATA[Fedora Core 6]]></category>

		<category><![CDATA[How To]]></category>

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

		<category><![CDATA[Open Source Software]]></category>

		<category><![CDATA[Tech Note]]></category>

		<guid isPermaLink="false">http://tech.gaeatimes.com/?p=39428</guid>
		<description><![CDATA[Behold the wonders of mdadm:
mdadm &#8211;manage /dev/md1 &#8211;add /dev/sdb2
Notes:
1. Replace md1 with the name of the raid array
2. Replace sdb2 with the name of the drive
.... Source &nbsp;: <a href="http://tech.gaeatimes.com/index.php/archive/how-to-add-a-new-partition-to-raid-array-in-linux-using-mdadm/">How to add a new partition to RAID array in Linux using mdadm</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-add-a-new-partition-to-raid-array-in-linux-using-mdadm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to remove a drive from RAID array in Linux using mdadm</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-remove-a-drive-from-raid-array-in-linux-using-mdadm/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-remove-a-drive-from-raid-array-in-linux-using-mdadm/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 12:04:00 +0000</pubDate>
		<dc:creator>angsuman</dc:creator>
		
		<category><![CDATA[Enterprise Software and Services]]></category>

		<category><![CDATA[Featured Article]]></category>

		<category><![CDATA[Fedora 11]]></category>

		<category><![CDATA[Fedora 7]]></category>

		<category><![CDATA[Fedora Core 6]]></category>

		<category><![CDATA[How To]]></category>

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

		<category><![CDATA[Open Source Software]]></category>

		<guid isPermaLink="false">http://tech.gaeatimes.com/?p=39422</guid>
		<description><![CDATA[Sometimes a little code is worth a thousand words, no?
mdadm &#8211;manage /dev/md1 &#8211;remove /dev/sdb2

Notes:
1. Replace md1 with the name of the raid array
2. Replace sdb2 with the name of the drive
... Read more <a href="http://tech.gaeatimes.com/index.php/archive/how-to-remove-a-drive-from-raid-array-in-linux-using-mdadm/" title="How to remove a drive from RAID array in Linux using mdadm">>>></a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-remove-a-drive-from-raid-array-in-linux-using-mdadm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to check symbolic link in Java and why Apache common.io.FileUtils implementation is wrong</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-check-symbolic-link-in-java-and-why-apache-commoniofileutils-implementation-is-wrong/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-check-symbolic-link-in-java-and-why-apache-commoniofileutils-implementation-is-wrong/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 09:20:44 +0000</pubDate>
		<dc:creator>angsuman</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

		<category><![CDATA[Fedora 11]]></category>

		<category><![CDATA[Fedora 7]]></category>

		<category><![CDATA[How To]]></category>

		<category><![CDATA[Java Software]]></category>

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

		<category><![CDATA[Open Source Software]]></category>

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

		<category><![CDATA[Tech Note]]></category>

		<guid isPermaLink="false">http://tech.gaeatimes.com/?p=39411</guid>
		<description><![CDATA[Checking for symbolic link (in supported platform) is a long time requirement of Java developers. 
Patrick @ onyxbits solved the problem using JNI which is a legitimate approach. However it is platform dependent and consequently you will have to provide precompiled binary for every supported platform.

Apache commons project used an interesting approach in an attempt .... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-check-symbolic-link-in-java-and-why-apache-commoniofileutils-implementation-is-wrong/">Source &nbsp;: How to check symbolic link in Java and why Apache common.io.FileUtils implementation is wrong</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-check-symbolic-link-in-java-and-why-apache-commoniofileutils-implementation-is-wrong/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Break Into Any Password Protected Windows/Mac Computers</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-break-into-any-password-protected-windowsmac-computers/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-break-into-any-password-protected-windowsmac-computers/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 20:51:03 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Featured Article]]></category>

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

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

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

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

		<category><![CDATA[Windows 7]]></category>

		<category><![CDATA[Windows XP]]></category>

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

		<category><![CDATA[Snow leopard]]></category>

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/how-to-break-into-any-password-protected-windowsmac-computers/</guid>
		<description><![CDATA[
more images

Do you really think that all your important files and documents are safe behind the haven of the password protected log on screen? Well think again. Because its as simple as dragging and dropping your files onto a pen drive. Well tell you how.
For Windows


more images

To break into your windows filesystem which is not .... Read the original article &nbsp;: <a href="http://tech.gaeatimes.com/index.php/archive/how-to-break-into-any-password-protected-windowsmac-computers/">How To Break Into Any Password Protected Windows/Mac Computers</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-break-into-any-password-protected-windowsmac-computers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Top 5 Best Popular Linux Distributions</title>
		<link>http://tech.gaeatimes.com/index.php/archive/top-5-best-popular-linux-distributions/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/top-5-best-popular-linux-distributions/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 00:01:04 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

		<category><![CDATA[Fedora 11]]></category>

		<category><![CDATA[Fedora 7]]></category>

		<category><![CDATA[Fedora Core 6]]></category>

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

		<category><![CDATA[Arch Linux]]></category>

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

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

		<category><![CDATA[Linux Mint]]></category>

		<category><![CDATA[Open Source Operating Systems]]></category>

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

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

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/top-5-best-popular-linux-distributions/</guid>
		<description><![CDATA[

Interestingly, a large number of Linux distributions are available, may be cause it comes free of cost and there are a lot of unique reasons to like them. Well, why not try reading this and figure out for yourself as to which open-source operating systems inspired our readers to provide our biggest Hive Five response ... <a href="http://tech.gaeatimes.com/index.php/archive/top-5-best-popular-linux-distributions/">Read the original article on Gaea Times at  : Top 5 Best Popular Linux Distributions</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/top-5-best-popular-linux-distributions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Make Wine Apps Match Your GTK Theme</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-make-wine-apps-match-your-gtk-theme/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-make-wine-apps-match-your-gtk-theme/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 23:04:48 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Browser]]></category>

		<category><![CDATA[Featured Article]]></category>

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

		<category><![CDATA[How To]]></category>

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

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

		<category><![CDATA[Open Source]]></category>

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

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

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/how-to-make-wine-apps-match-your-gtk-theme/</guid>
		<description><![CDATA[
more images

I always believed that the concept of Wine somewhat defeats the purpose of a Linux as an open source operating system. But anyways there is really no doubt that it is an incredible piece of software. But yes the Wine in its native form is somewhat of a highly dated look with the Windows .... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-make-wine-apps-match-your-gtk-theme/">Original source &nbsp;: How to Make Wine Apps Match Your GTK Theme</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-make-wine-apps-match-your-gtk-theme/feed/</wfw:commentRss>
		</item>
		<item>
		<title>VMware Bags Novell Suse to Compete Red Hat</title>
		<link>http://tech.gaeatimes.com/index.php/archive/vmware-bags-novell-suse-to-compete-red-hat/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/vmware-bags-novell-suse-to-compete-red-hat/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 18:47:02 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Enterprise Software and Services]]></category>

		<category><![CDATA[Featured Article]]></category>

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

		<category><![CDATA[virtual reality]]></category>

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

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

		<category><![CDATA[Open Source]]></category>

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

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

		<guid isPermaLink="false">http://blog.taragana.com/index.php/archive/vmware-bags-novell-suse-to-compete-red-hat/</guid>
		<description><![CDATA[

The elite VMware strikes again, and this time they will be hunting down Novell&#8217;s Suse unit.
Well, this word was spread by the much famed Wall Street Journal so I guess the claim they have made is backed up by whole lot of facts.
VMware is one of the most strategic companies of this era. They have .... <a href="http://tech.gaeatimes.com/index.php/archive/vmware-bags-novell-suse-to-compete-red-hat/">Original article &nbsp;: VMware Bags Novell Suse to Compete Red Hat</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/vmware-bags-novell-suse-to-compete-red-hat/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Linux Foundation Launches Open Compliance Program</title>
		<link>http://tech.gaeatimes.com/index.php/archive/linux-foundation-launches-open-compliance-program/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/linux-foundation-launches-open-compliance-program/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 16:30:03 +0000</pubDate>
		<dc:creator>Dipankar Das</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

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

		<category><![CDATA[Open Source Software]]></category>

		<category><![CDATA[Compliance Program]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Supply Chain]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/?p=33355</guid>
		<description><![CDATA[ The Linux Foundation, the nonprofit organization, instrumental for the growth of Linux,  recently unveiled the Open Compliance Program. The program offers compliance training, tools and  a standard  format to report software  information, consulting and a self-assessment checklist so that companies can comply with open source licenses.

As the demand for Linux and ... Read more : <a href="http://tech.gaeatimes.com/index.php/archive/linux-foundation-launches-open-compliance-program/">Linux Foundation Launches Open Compliance Program</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/linux-foundation-launches-open-compliance-program/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Six-year old Linux bug Eventually Fixed</title>
		<link>http://tech.gaeatimes.com/index.php/archive/six-year-old-linux-bug-eventually-fixed/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/six-year-old-linux-bug-eventually-fixed/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 14:35:56 +0000</pubDate>
		<dc:creator>Partho</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

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

		<category><![CDATA[kernel org]]></category>

		<category><![CDATA[Linux bug]]></category>

		<category><![CDATA[Linux kernel]]></category>

		<category><![CDATA[Open Source]]></category>

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

		<category><![CDATA[SUSE Linux]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/?p=32438</guid>
		<description><![CDATA[
more images

After six-years of unsuccessful fixing Linux kernel org finally devised a patch for critical privilege escalating bug. This hole could be exploited by hackers to execute code at the root from any GUI application. The flaw was reported on 17 June, and was addressed in two months. But, according to the security blog The .... <a href="http://tech.gaeatimes.com/index.php/archive/six-year-old-linux-bug-eventually-fixed/">Source &nbsp;: Six-year old Linux bug Eventually Fixed</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/six-year-old-linux-bug-eventually-fixed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to view Textual information embedded in an executable file (program) / binary data on Unix / Linux</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-view-textual-information-embedded-in-an-executable-file-program-binary-data-on-unix-linux/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-view-textual-information-embedded-in-an-executable-file-program-binary-data-on-unix-linux/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 07:35:08 +0000</pubDate>
		<dc:creator>Partho</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

		<category><![CDATA[How To]]></category>

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

		<category><![CDATA[hidden passwords]]></category>

		<category><![CDATA[Linux command]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[open source program]]></category>

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

		<guid isPermaLink="false">http://blog.taragana.com/?p=31528</guid>
		<description><![CDATA[
more images

How many times have you searched the net looking for documentation in an open source program (finding not much useful), and hoping that there was some way to peep into the executable code and find out what&#8217;s going on?
While the method below will not directly help you understand the process flow of the programs, ... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-view-textual-information-embedded-in-an-executable-file-program-binary-data-on-unix-linux/">Original article on  : How to view Textual information embedded in an executable file (program) / binary data on Unix / Linux</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-view-textual-information-embedded-in-an-executable-file-program-binary-data-on-unix-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Citrusleaf (No SQL, Non Relational, Scalable, Transactional, Distributed Database ) Review</title>
		<link>http://tech.gaeatimes.com/index.php/archive/citrusleaf-no-sql-non-relational-scalable-transactional-distributed-database-review/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/citrusleaf-no-sql-non-relational-scalable-transactional-distributed-database-review/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 10:38:59 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Cloud Computing]]></category>

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

		<category><![CDATA[Database Replication]]></category>

		<category><![CDATA[Enterprise Software and Services]]></category>

		<category><![CDATA[Featured Article]]></category>

		<category><![CDATA[Information Technology]]></category>

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

		<category><![CDATA[Server Management Software]]></category>

		<category><![CDATA[Software Outsourcing]]></category>

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

		<category><![CDATA[Distributed Database]]></category>

		<category><![CDATA[No SQL]]></category>

		<category><![CDATA[Non Relational Database]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/index.php/archive/citrusleaf-no-sql-non-relational-scalable-transactional-distributed-database-review/</guid>
		<description><![CDATA[
more images

Citrusleaf is a self-organizing, distributed, highly available, linearly scalable elastic system for data storage and retrieval. It is indeed an alternative to inflexible, non-scalable relational databases. The infrastructure is built on a Linux server base, designed to be integrated to your data center or cloud infrastructure such as AWS, Rackspace, or VMware.

Focus
Citrusleaf provides solution .... Read the original article &nbsp;: <a href="http://tech.gaeatimes.com/index.php/archive/citrusleaf-no-sql-non-relational-scalable-transactional-distributed-database-review/">Citrusleaf (No SQL, Non Relational, Scalable, Transactional, Distributed Database ) Review</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/citrusleaf-no-sql-non-relational-scalable-transactional-distributed-database-review/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Top 10 Free Cloud Infrastructure Software</title>
		<link>http://tech.gaeatimes.com/index.php/archive/top-10-free-cloud-infrastructure-software/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/top-10-free-cloud-infrastructure-software/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 13:39:41 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Cloud Computing]]></category>

		<category><![CDATA[Featured Article]]></category>

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

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

		<category><![CDATA[Free Cloud Infrastructure]]></category>

		<category><![CDATA[Free Cloud Software]]></category>

		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/index.php/archive/top-10-free-cloud-infrastructure-software/</guid>
		<description><![CDATA[



KOLKATA, INDIA (GaeaTimes.com) &#8212; Cloud computing is at its best in 2010. It has emerged as the next level of computation. Cloud computing has set trends all over the world. The Mammoths in the industry are all providing clouds for services today. According to Gartner senior analyst Ben Pring, &#8220;It&#8217;s become the phrase du jour.&#8221; ... <a href="http://tech.gaeatimes.com/index.php/archive/top-10-free-cloud-infrastructure-software/">Read the original article on Gaea Times at  : Top 10 Free Cloud Infrastructure Software</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/top-10-free-cloud-infrastructure-software/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to fix: jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file - Java Error on Linux</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-fix-jrelibi386xawtlibmawtso-libxtstso6-cannot-open-shared-object-file-java-error-on-linux/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-fix-jrelibi386xawtlibmawtso-libxtstso6-cannot-open-shared-object-file-java-error-on-linux/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 03:13:38 +0000</pubDate>
		<dc:creator>angsuman</dc:creator>
		
		<category><![CDATA[Fedora 11]]></category>

		<category><![CDATA[How To]]></category>

		<category><![CDATA[Java Software]]></category>

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

		<category><![CDATA[Open Source Software]]></category>

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

		<category><![CDATA[Tech Note]]></category>

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

		<category><![CDATA[JDK 7]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/?p=30452</guid>
		<description><![CDATA[I observed this error while trying to run a Java Awt based application. The typical error message in such situation is:

&#8230; jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory
You will most likely find, as I did, that libXtst.so.6 exists in your system and is in proper path but still libmawt.so is .... Read the original article &nbsp;: <a href="http://tech.gaeatimes.com/index.php/archive/how-to-fix-jrelibi386xawtlibmawtso-libxtstso6-cannot-open-shared-object-file-java-error-on-linux/">How to fix: jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file - Java Error on Linux</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-fix-jrelibi386xawtlibmawtso-libxtstso6-cannot-open-shared-object-file-java-error-on-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to remove i386 packages from CentOS / Fedora / RHEL installation</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-remove-i386-packages-from-centos-fedora-rhel-installation/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-remove-i386-packages-from-centos-fedora-rhel-installation/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 15:25:33 +0000</pubDate>
		<dc:creator>angsuman</dc:creator>
		
		<category><![CDATA[Fedora 11]]></category>

		<category><![CDATA[Fedora 7]]></category>

		<category><![CDATA[Fedora Core 6]]></category>

		<category><![CDATA[How To]]></category>

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

		<category><![CDATA[Open Source Software]]></category>

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

		<guid isPermaLink="false">http://blog.taragana.com/?p=29827</guid>
		<description><![CDATA[CentOS / RHEL / Fedora (same parentage) has the nasty habit of installing some i386 packages even though the corresponding i686 (for 32 bit machines) or x86_64 (for 64 bit machines) packages have already been installed. Here is a script to remove all i386 packages from your Linux box (assuming it uses an rpm based ... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-remove-i386-packages-from-centos-fedora-rhel-installation/">Read : How to remove i386 packages from CentOS / Fedora / RHEL installation</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-remove-i386-packages-from-centos-fedora-rhel-installation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to disable IPv6 on CentOS 5.5</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-disable-ipv6-on-centos-55/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-disable-ipv6-on-centos-55/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 13:53:20 +0000</pubDate>
		<dc:creator>angsuman</dc:creator>
		
		<category><![CDATA[Fedora 11]]></category>

		<category><![CDATA[Fedora 7]]></category>

		<category><![CDATA[How To]]></category>

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

		<category><![CDATA[Open Source Software]]></category>

		<category><![CDATA[Tech Note]]></category>

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

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

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

		<guid isPermaLink="false">http://blog.taragana.com/?p=29823</guid>
		<description><![CDATA[The reason for this article is simple. The recommended method from CentOS wiki doesn&#8217;t work while the other method works. Here is what will disable IPv6 on CentOS Linux and also prevent the module from loading.

Edit /etc/sysconfig/network and set &#8220;NETWORKING_IPV6&#8243; to &#8220;no&#8221;

This still loads the module but IPv6 is administratively disabled. Run the next command  [..] <a href="http://tech.gaeatimes.com/index.php/archive/how-to-disable-ipv6-on-centos-55/">Read the original article: here</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-disable-ipv6-on-centos-55/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to install sar, sadf, mpstat, iostat, pidstat and sa tools on CentOS / Fedora / RHEL</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-install-sar-sadf-mpstat-iostat-pidstat-and-sa-tools-on-centos-fedora-rhel/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-install-sar-sadf-mpstat-iostat-pidstat-and-sa-tools-on-centos-fedora-rhel/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 13:35:33 +0000</pubDate>
		<dc:creator>angsuman</dc:creator>
		
		<category><![CDATA[Fedora 11]]></category>

		<category><![CDATA[Fedora 7]]></category>

		<category><![CDATA[Fedora Core 6]]></category>

		<category><![CDATA[How To]]></category>

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

		<category><![CDATA[Open Source Software]]></category>

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

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

		<guid isPermaLink="false">http://blog.taragana.com/?p=29821</guid>
		<description><![CDATA[The following command can be used to install sar, sadf, mpstat, iostat, pidstat and sa tools on RPM based systems like CentOS, Fedora, RHEL (Red Hat Enterprise Linux):

As root type the followiung command (on console / terminal):
yum -y install sysstat
When you are not root but have sudo configured for your account then use:

sudo yum -y .... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-install-sar-sadf-mpstat-iostat-pidstat-and-sa-tools-on-centos-fedora-rhel/">Source article on Gaea Times at  &nbsp;: How to install sar, sadf, mpstat, iostat, pidstat and sa tools on CentOS / Fedora / RHEL</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-install-sar-sadf-mpstat-iostat-pidstat-and-sa-tools-on-centos-fedora-rhel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Open UIF File (MagicISO Custom ISO Format) in Linux / MacOS X</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-open-uif-file-magiciso-custom-iso-format-in-linux-macos-x/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-open-uif-file-magiciso-custom-iso-format-in-linux-macos-x/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 12:51:51 +0000</pubDate>
		<dc:creator>Partho</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

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

		<category><![CDATA[ISO format]]></category>

		<category><![CDATA[Mac OSX]]></category>

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

		<category><![CDATA[UIF File]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/?p=28344</guid>
		<description><![CDATA[Suppose you have received a UIF file from your friend and you work on a Mac OS X or Linux system. Surely you won&#8217;t be able to open the UIF file, as it is MagicISO&#8217;s proprietary format. The UIF file are only compatible with Windows PC. In case, you have no easy access to a .... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-open-uif-file-magiciso-custom-iso-format-in-linux-macos-x/">Original article on Gaea Times at  &nbsp;: How to Open UIF File (MagicISO Custom ISO Format) in Linux / MacOS X</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-open-uif-file-magiciso-custom-iso-format-in-linux-macos-x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Top 10 Linux Security Tips for System Administrators</title>
		<link>http://tech.gaeatimes.com/index.php/archive/top-10-linux-security-tips-for-system-administrators/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/top-10-linux-security-tips-for-system-administrators/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 15:00:59 +0000</pubDate>
		<dc:creator>Partho</dc:creator>
		
		<category><![CDATA[Computer Security]]></category>

		<category><![CDATA[Featured Article]]></category>

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

		<category><![CDATA[Open Source Software]]></category>

		<category><![CDATA[Linux distros]]></category>

		<category><![CDATA[Linux security]]></category>

		<category><![CDATA[Linux system]]></category>

		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/?p=28007</guid>
		<description><![CDATA[
more images

Like every other Operating System Linux not free from security issues. These issues can be anticipated and averted only with suitable preventive steps. However, sticking to the buttoned-down techniques for securing the Linux systems such as locking the network, minimizing risk by locking down the system and restricting the access to only a few ... <a href="http://tech.gaeatimes.com/index.php/archive/top-10-linux-security-tips-for-system-administrators/">Read the original article on Gaea Times at  : Top 10 Linux Security Tips for System Administrators</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/top-10-linux-security-tips-for-system-administrators/feed/</wfw:commentRss>
		</item>
		<item>
		<title>3 Effective MySQL Performance Optimization Tips for MyISAM Storage Engine (Optimizes WordPress performance too)</title>
		<link>http://tech.gaeatimes.com/index.php/archive/3-effective-mysql-performance-optimization-tips-for-myisam-storage-engine-optimizes-wordpress-performance-too/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/3-effective-mysql-performance-optimization-tips-for-myisam-storage-engine-optimizes-wordpress-performance-too/#comments</comments>
		<pubDate>Mon, 31 May 2010 03:50:27 +0000</pubDate>
		<dc:creator>angsuman</dc:creator>
		
		<category><![CDATA[Database]]></category>

		<category><![CDATA[Enterprise Software and Services]]></category>

		<category><![CDATA[Featured Article]]></category>

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

		<category><![CDATA[How To]]></category>

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

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

		<category><![CDATA[Open Source Software]]></category>

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

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

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

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

		<category><![CDATA[MySQL Performance]]></category>

		<category><![CDATA[WordPress Performance]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/?p=27966</guid>
		<description><![CDATA[
more images


more images
The first two tips should be used for heavily loaded MySQL databases using MyISAM storage engine. They are simple configuration options which can relieve your system to a significant extent. The third can be used for MyISAM or InnoDB but is likely to benefit MyISAM data storage more than InnoDB as per reports .... <a href="http://tech.gaeatimes.com/index.php/archive/3-effective-mysql-performance-optimization-tips-for-myisam-storage-engine-optimizes-wordpress-performance-too/">Read the original article &nbsp;: 3 Effective MySQL Performance Optimization Tips for MyISAM Storage Engine (Optimizes WordPress performance too)</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/3-effective-mysql-performance-optimization-tips-for-myisam-storage-engine-optimizes-wordpress-performance-too/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cheapest Performance Improvement Tip for Heavily Used File Systems (High IO Wait) / Heavily Loaded MySQL Database / Over worked WordPress</title>
		<link>http://tech.gaeatimes.com/index.php/archive/cheapest-performance-improvement-tip-for-heavily-used-file-systems-high-io-wait-heavily-loaded-mysql-database-over-worked-wordpress/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/cheapest-performance-improvement-tip-for-heavily-used-file-systems-high-io-wait-heavily-loaded-mysql-database-over-worked-wordpress/#comments</comments>
		<pubDate>Mon, 31 May 2010 02:47:59 +0000</pubDate>
		<dc:creator>angsuman</dc:creator>
		
		<category><![CDATA[Database]]></category>

		<category><![CDATA[Featured Article]]></category>

		<category><![CDATA[Fedora 11]]></category>

		<category><![CDATA[How To]]></category>

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

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

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

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

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

		<category><![CDATA[Cent OS]]></category>

		<category><![CDATA[MySQL Performance]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/?p=27962</guid>
		<description><![CDATA[
more images


more images
I am sure you have heard a lot of theoretical discussions on what is the best file systems to use, which IO scheduler and which storage device - ATA (obsolete), SATA, SAS, SSD etc. Today I will talk about my personal experience.
My production server was having wait times in excess of 50% (average). ... <a href="http://tech.gaeatimes.com/index.php/archive/cheapest-performance-improvement-tip-for-heavily-used-file-systems-high-io-wait-heavily-loaded-mysql-database-over-worked-wordpress/">Read : Cheapest Performance Improvement Tip for Heavily Used File Systems (High IO Wait) / Heavily Loaded MySQL Database / Over worked WordPress</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/cheapest-performance-improvement-tip-for-heavily-used-file-systems-high-io-wait-heavily-loaded-mysql-database-over-worked-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to remove / stop Software / mdadm Raid array on Linux - Cent OS</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-remove-stop-software-mdadm-raid-array-on-linux-cent-os/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-remove-stop-software-mdadm-raid-array-on-linux-cent-os/#comments</comments>
		<pubDate>Sat, 29 May 2010 16:21:33 +0000</pubDate>
		<dc:creator>angsuman</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

		<category><![CDATA[Fedora 11]]></category>

		<category><![CDATA[How To]]></category>

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

		<category><![CDATA[Tech Note]]></category>

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

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

		<guid isPermaLink="false">http://blog.taragana.com/?p=27938</guid>
		<description><![CDATA[There are three steps to this. First you need to unmount the RAID array if it is mounted, then stop the RAID array and finally change your configuration to prevent it from reloading in future.



more images



more images

How to unmount RAID array
Let&#8217;s assume your RAID array is /dev/mdx which is currently mounted. You can unmount it .... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-remove-stop-software-mdadm-raid-array-on-linux-cent-os/">Original source &nbsp;: How to remove / stop Software / mdadm Raid array on Linux - Cent OS</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-remove-stop-software-mdadm-raid-array-on-linux-cent-os/feed/</wfw:commentRss>
		</item>
		<item>
		<title>One Laptop Per Child organization to shelve the actual laptops, aim for sub-$100 tablet</title>
		<link>http://tech.gaeatimes.com/index.php/archive/one-laptop-per-child-organization-to-shelve-the-actual-laptops-aim-for-sub-100-tablet/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/one-laptop-per-child-organization-to-shelve-the-actual-laptops-aim-for-sub-100-tablet/#comments</comments>
		<pubDate>Thu, 27 May 2010 14:46:59 +0000</pubDate>
		<dc:creator>Jessica Mintz</dc:creator>
		
		<category><![CDATA[Apple]]></category>

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

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

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

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

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

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

		<category><![CDATA[Computer Hardware]]></category>

		<category><![CDATA[Computing And Information Technology]]></category>

		<category><![CDATA[Consumer Electronics]]></category>

		<category><![CDATA[Hundred-dollar Tablet Computer]]></category>

		<category><![CDATA[North America]]></category>

		<category><![CDATA[Products And Services]]></category>

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

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

		<category><![CDATA[United States]]></category>

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

		<guid isPermaLink="false">http://blog.taragana.com/index.php/archive/one-laptop-per-child-organization-to-shelve-the-actual-laptops-aim-for-sub-100-tablet/</guid>
		<description><![CDATA[
more images




more images


more images

One Laptop Per Child&#8217;s next move: the $100 tablet
SEATTLE — The nonprofit organization that has tried to produce a $100 laptop for children in the world&#8217;s poorest places is throwing in the towel on that idea __ and jumping on the tablet bandwagon.
One Laptop Per Child&#8217;s next computer will be based on ... Original source on Gaea Times at  : <a href="http://tech.gaeatimes.com/index.php/archive/one-laptop-per-child-organization-to-shelve-the-actual-laptops-aim-for-sub-100-tablet/">One Laptop Per Child organization to shelve the actual laptops, aim for sub-$100 tablet</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/one-laptop-per-child-organization-to-shelve-the-actual-laptops-aim-for-sub-100-tablet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Top 5 Free Linux Distributions for Servers in 2010</title>
		<link>http://tech.gaeatimes.com/index.php/archive/top-5-free-linux-distributions-for-servers-in-2010/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/top-5-free-linux-distributions-for-servers-in-2010/#comments</comments>
		<pubDate>Wed, 26 May 2010 15:24:39 +0000</pubDate>
		<dc:creator>Partho</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

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

		<category><![CDATA[Top 10]]></category>

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

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

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

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

		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/?p=27707</guid>
		<description><![CDATA[
more images

The ever proliferating array of Linux distros are baffling even for the seasoned pro&#8217;s. That said, the range of choice for open source software is what&#8217;s so great. We were looking for top 5 free distributions for servers in 2010. With ceaseless options comparisons are not too easy to draw. In case, you are ... Original source on Gaea Times at  : <a href="http://tech.gaeatimes.com/index.php/archive/top-5-free-linux-distributions-for-servers-in-2010/">Top 5 Free Linux Distributions for Servers in 2010</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/top-5-free-linux-distributions-for-servers-in-2010/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Top 5 Free Linux Distributions for Desktop Computing in 2010</title>
		<link>http://tech.gaeatimes.com/index.php/archive/top-5-free-linux-distributions-for-desktop-computing-in-2010/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/top-5-free-linux-distributions-for-desktop-computing-in-2010/#comments</comments>
		<pubDate>Mon, 24 May 2010 15:18:34 +0000</pubDate>
		<dc:creator>Partho</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

		<category><![CDATA[Gnome Desktop]]></category>

		<category><![CDATA[KDE Desktop]]></category>

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

		<category><![CDATA[Top 10]]></category>

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

		<category><![CDATA[Fedora Linux]]></category>

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

		<category><![CDATA[SUSE Linux]]></category>

		<category><![CDATA[Ubuntu 8.10]]></category>

		<category><![CDATA[Ubuntu Linux]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/?p=27553</guid>
		<description><![CDATA[
more images

According to Nick Carr, marketing director of Red Hat, Linux desktop has developed very rapidly over the past few years. Even from the technology viewpoint the Linux desktop is well developed, feature rich and mature. What adds to the merit is the low cost, better security and manageability. It&#8217;s also well suited to a ... Read more : <a href="http://tech.gaeatimes.com/index.php/archive/top-5-free-linux-distributions-for-desktop-computing-in-2010/">Top 5 Free Linux Distributions for Desktop Computing in 2010</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/top-5-free-linux-distributions-for-desktop-computing-in-2010/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New German tablet PC dubbed WePad set to rival Apple&#8217;s iPad</title>
		<link>http://tech.gaeatimes.com/index.php/archive/new-german-tablet-pc-dubbed-wepad-set-to-rival-apples-ipad/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/new-german-tablet-pc-dubbed-wepad-set-to-rival-apples-ipad/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 14:01:36 +0000</pubDate>
		<dc:creator>AP</dc:creator>
		
		<category><![CDATA[Apple]]></category>

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

		<category><![CDATA[Information Technology]]></category>

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

		<category><![CDATA[Mobile Phone]]></category>

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

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

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

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

		<category><![CDATA[Computer Hardware]]></category>

		<category><![CDATA[Computing And Information Technology]]></category>

		<category><![CDATA[Consumer Electronics]]></category>

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

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

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

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Western Europe]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/index.php/archive/new-german-tablet-pc-dubbed-wepad-set-to-rival-apples-ipad/</guid>
		<description><![CDATA[
more images



more images

German tablet PC sets out to rival Apple&#8217;s iPad
BERLIN — The German maker of a new tablet PC is setting out to rival Apple&#8217;s iPad with the promise of even more technology such as a bigger screen, a webcam and USB ports.
The touch screen WePad, however, is not an &#8220;iPad killer&#8221; as it ... Read this article on Gaea Times at  : <a href="http://tech.gaeatimes.com/index.php/archive/new-german-tablet-pc-dubbed-wepad-set-to-rival-apples-ipad/">New German tablet PC dubbed WePad set to rival Apple&#8217;s iPad</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/new-german-tablet-pc-dubbed-wepad-set-to-rival-apples-ipad/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Utah jury decides ownership battle for Unix computer systems in favor of Novell Inc.</title>
		<link>http://tech.gaeatimes.com/index.php/archive/utah-jury-decides-ownership-battle-for-unix-computer-systems-in-favor-of-novell-inc/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/utah-jury-decides-ownership-battle-for-unix-computer-systems-in-favor-of-novell-inc/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 22:11:08 +0000</pubDate>
		<dc:creator>Paul Foy</dc:creator>
		
		<category><![CDATA[IBM]]></category>

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

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

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

		<category><![CDATA[Computing And Information Technology]]></category>

		<category><![CDATA[North America]]></category>

		<category><![CDATA[Salt Lake City]]></category>

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

		<category><![CDATA[United States]]></category>

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

		<guid isPermaLink="false">http://blog.taragana.com/index.php/archive/utah-jury-decides-ownership-battle-for-unix-computer-systems-in-favor-of-novell-inc/</guid>
		<description><![CDATA[
more images



more images


more images


more images

Utah jury decides Unix battle in favor of Novell
SALT LAKE CITY — Novell Inc. never sold ownership rights to Unix computer software code when it allowed another company to take over the servicing of the venerable server operating system used by large corporations, a jury in Utah decided Tuesday.
The verdict was  [..] <a href="http://tech.gaeatimes.com/index.php/archive/utah-jury-decides-ownership-battle-for-unix-computer-systems-in-favor-of-novell-inc/">Read the original article: here</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/utah-jury-decides-ownership-battle-for-unix-computer-systems-in-favor-of-novell-inc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Utah jury weighing dispute between SCO Group, Novell over ownership of Unix software code</title>
		<link>http://tech.gaeatimes.com/index.php/archive/utah-jury-weighing-dispute-between-sco-group-novell-over-ownership-of-unix-software-code/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/utah-jury-weighing-dispute-between-sco-group-novell-over-ownership-of-unix-software-code/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 23:33:45 +0000</pubDate>
		<dc:creator>AP</dc:creator>
		
		<category><![CDATA[IBM]]></category>

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

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

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

		<category><![CDATA[North America]]></category>

		<category><![CDATA[Salt Lake City]]></category>

		<category><![CDATA[United States]]></category>

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

		<guid isPermaLink="false">http://blog.taragana.com/index.php/archive/utah-jury-weighing-dispute-between-sco-group-novell-over-ownership-of-unix-software-code/</guid>
		<description><![CDATA[
Ownership of Unix copyrights in hands of Utah jury

SALT LAKE CITY — A Salt Lake City jury has started deliberations in a case pitting two software companies that each claim ownership of the Unix computer operating systems used by large corporations.
The SCO Group, of Lindon, Utah, filed a lawsuit in 2004 asserting Waltham, Mass.-based Novell .... <a href="http://tech.gaeatimes.com/index.php/archive/utah-jury-weighing-dispute-between-sco-group-novell-over-ownership-of-unix-software-code/">Source article on Gaea Times at  &nbsp;: Utah jury weighing dispute between SCO Group, Novell over ownership of Unix software code</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/utah-jury-weighing-dispute-between-sco-group-novell-over-ownership-of-unix-software-code/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Software firm Red Hat 4Q profit rises 44 percent on subscription revenue gains</title>
		<link>http://tech.gaeatimes.com/index.php/archive/software-firm-red-hat-4q-profit-rises-44-percent-on-subscription-revenue-gains/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/software-firm-red-hat-4q-profit-rises-44-percent-on-subscription-revenue-gains/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 22:14:41 +0000</pubDate>
		<dc:creator>AP</dc:creator>
		
		<category><![CDATA[Information Technology]]></category>

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

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

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

		<category><![CDATA[North America]]></category>

		<category><![CDATA[North Carolina]]></category>

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

		<category><![CDATA[United States]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/index.php/archive/software-firm-red-hat-4q-profit-rises-44-percent-on-subscription-revenue-gains/</guid>
		<description><![CDATA[
more images


more images

Software firm Red Hat 4Q profit rises 44 percent
RALEIGH, N.C. — Red Hat Inc. on Wednesday reported a 44 percent increase in its fiscal fourth-quarter profit on the back of a strong gain in subscription revenue.
The developer of Linux operating systems software earned $23.4 million, or 12 cents per share, compared with $16.2 ... Read the original article on Gaea Times at  : <a href="http://tech.gaeatimes.com/index.php/archive/software-firm-red-hat-4q-profit-rises-44-percent-on-subscription-revenue-gains/">Software firm Red Hat 4Q profit rises 44 percent on subscription revenue gains</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/software-firm-red-hat-4q-profit-rises-44-percent-on-subscription-revenue-gains/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Install and Configure DKIM On Postfix With dkim-milter (2.8.x) on 64 bit CentOS 5</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-install-and-configure-dkim-on-postfix-with-dkim-milter-28x-on-64-bit-centos-5/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-install-and-configure-dkim-on-postfix-with-dkim-milter-28x-on-64-bit-centos-5/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 17:14:40 +0000</pubDate>
		<dc:creator>pratima</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

		<category><![CDATA[Fedora 11]]></category>

		<category><![CDATA[Fedora 7]]></category>

		<category><![CDATA[Fedora Core 6]]></category>

		<category><![CDATA[How To]]></category>

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

		<category><![CDATA[Open Source Software]]></category>

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

		<category><![CDATA[Spam Watch]]></category>

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

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

		<category><![CDATA[Cent OS]]></category>

		<category><![CDATA[Cent OS 5]]></category>

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

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

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

		<guid isPermaLink="false">http://blog.taragana.com/?p=22344</guid>
		<description><![CDATA[The following document was written after countless hours of research and experimentation, in the hope that you will not have to waste as much time in setting up DKIM on Postfix as we had to. The documents in internet on this subject are mostly old and deals with an old version of DKIM Milter.

What is ... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-install-and-configure-dkim-on-postfix-with-dkim-milter-28x-on-64-bit-centos-5/">Read this article on Gaea Times at  : How to Install and Configure DKIM On Postfix With dkim-milter (2.8.x) on 64 bit CentOS 5</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-install-and-configure-dkim-on-postfix-with-dkim-milter-28x-on-64-bit-centos-5/feed/</wfw:commentRss>
		</item>
		<item>
		<title>10 Best Minimal / Low-Footprint Linux distros</title>
		<link>http://tech.gaeatimes.com/index.php/archive/10-best-minimal-low-footprint-linux-distros/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/10-best-minimal-low-footprint-linux-distros/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 14:29:20 +0000</pubDate>
		<dc:creator>Partho</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

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

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

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

		<category><![CDATA[Linux distribution]]></category>

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

		<category><![CDATA[minimal footprint linux distro]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/?p=22080</guid>
		<description><![CDATA[
more images
With the emergence of netbooks there is an increasing demand for lightweight and faster OS with minimal/low-footprint. Google promises  Chrome OS for netbook to be a fastest and lighweight. But, as Bill Gates suggested it&#8217;s just another Linux.
One of the important aspects for any desktop operating system performance is the amount of system memory .... Source article &nbsp;: <a href="http://tech.gaeatimes.com/index.php/archive/10-best-minimal-low-footprint-linux-distros/">10 Best Minimal / Low-Footprint Linux distros</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/10-best-minimal-low-footprint-linux-distros/feed/</wfw:commentRss>
		</item>
		<item>
		<title>10 Best Linux Distributions / Distros in 2010</title>
		<link>http://tech.gaeatimes.com/index.php/archive/10-best-linux-distributions-distros-in-2010/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/10-best-linux-distributions-distros-in-2010/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 13:04:16 +0000</pubDate>
		<dc:creator>soumitra</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

		<category><![CDATA[Fedora 11]]></category>

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

		<category><![CDATA[Fedora Linux]]></category>

		<category><![CDATA[Linux distributions]]></category>

		<category><![CDATA[SUSE Linux]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/?p=21792</guid>
		<description><![CDATA[
more images

Before telling you about the Best Linux Distributions or Distros available for 2010, you have to tell me what kind of user you are.  There are several types of Distributions meant a particular working condition and there are also several types of Distros that are created for certain type of users. If you are ... <a href="http://tech.gaeatimes.com/index.php/archive/10-best-linux-distributions-distros-in-2010/" title="10 Best Linux Distributions / Distros in 2010">Read more >></a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/10-best-linux-distributions-distros-in-2010/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The iPad has company: Tablets and &#8217;smartbooks&#8217; aim to fill gap between PCs and phones</title>
		<link>http://tech.gaeatimes.com/index.php/archive/the-ipad-has-company-tablets-and-smartbooks-aim-to-fill-gap-between-pcs-and-phones/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/the-ipad-has-company-tablets-and-smartbooks-aim-to-fill-gap-between-pcs-and-phones/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 18:29:00 +0000</pubDate>
		<dc:creator>AP</dc:creator>
		
		<category><![CDATA[Apple]]></category>

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

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

		<category><![CDATA[Information Technology]]></category>

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

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

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

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

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

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

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

		<category><![CDATA[Communication Technology]]></category>

		<category><![CDATA[Computer Hardware]]></category>

		<category><![CDATA[Computing And Information Technology]]></category>

		<category><![CDATA[Consumer Electronics]]></category>

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

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

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

		<category><![CDATA[Mobile Communications]]></category>

		<category><![CDATA[North America]]></category>

		<category><![CDATA[Products And Services]]></category>

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

		<category><![CDATA[United States]]></category>

		<category><![CDATA[Western Europe]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/index.php/archive/the-ipad-has-company-tablets-and-smartbooks-aim-to-fill-gap-between-pcs-and-phones/</guid>
		<description><![CDATA[
more images



more images


more images


more images


more images

Tablets, smartbooks aim to fill PC-phone gap
BARCELONA, Spain — If you&#8217;ve got a car and a bicycle, do you need a motorcycle too? Wireless carriers are betting that you do. They&#8217;re making a big push this year for the motorcycles of the gadget world: devices that are bigger than a .... Read the original article &nbsp;: <a href="http://tech.gaeatimes.com/index.php/archive/the-ipad-has-company-tablets-and-smartbooks-aim-to-fill-gap-between-pcs-and-phones/">here</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/the-ipad-has-company-tablets-and-smartbooks-aim-to-fill-gap-between-pcs-and-phones/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Nokia and Intel join hands for Linux-based MeeGo Platform</title>
		<link>http://tech.gaeatimes.com/index.php/archive/nokia-and-intel-join-hands-for-linux-based-meego-platform/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/nokia-and-intel-join-hands-for-linux-based-meego-platform/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 13:42:33 +0000</pubDate>
		<dc:creator>Partho</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

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

		<category><![CDATA[Mobile Phone]]></category>

		<category><![CDATA[Add new tag]]></category>

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

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

		<category><![CDATA[MeeGo platform]]></category>

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

		<guid isPermaLink="false">http://blog.taragana.com/?p=21606</guid>
		<description><![CDATA[
more images

With Nokia and Intel joining hands to launch a mobile operating system, Symbian foundation the major OS provider for Nokia phones will have reasons to panic. The companies have joined hands to merge their mobile operating systems into Meego, a Linux-based, open operating system called MeeGo is a Linux-based open operating system for wide .... <a href="http://tech.gaeatimes.com/index.php/archive/nokia-and-intel-join-hands-for-linux-based-meego-platform/" title="Nokia and Intel join hands for Linux-based MeeGo Platform">Source &nbsp;: Gaea News Network</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/nokia-and-intel-join-hands-for-linux-based-meego-platform/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Nokia and Intel combine their software for phones, tablets, other devices</title>
		<link>http://tech.gaeatimes.com/index.php/archive/nokia-and-intel-combine-their-software-for-phones-tablets-other-devices/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/nokia-and-intel-combine-their-software-for-phones-tablets-other-devices/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 11:20:55 +0000</pubDate>
		<dc:creator>AP</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[Information Technology]]></category>

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

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

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

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

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

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

		<category><![CDATA[Communication Technology]]></category>

		<category><![CDATA[Computing And Information Technology]]></category>

		<category><![CDATA[Consumer Electronics]]></category>

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

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

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

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

		<category><![CDATA[Mobile Communications]]></category>

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

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

		<category><![CDATA[Western Europe]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/index.php/archive/nokia-and-intel-combine-their-software-for-phones-tablets-other-devices/</guid>
		<description><![CDATA[
more images


more images


more images


more images

Nokia, Intel to combine mobile phone software
BARCELONA, Spain — Nokia Corp. and Intel Corp. on Monday said they&#8217;re combining the software they&#8217;ve each been developing for smart phones, tablet computers and other Internet-connected devices.
The world&#8217;s largest maker of phones and the world&#8217;s largest maker of computer chips believe that together they ... Read this article on Gaea Times at  : <a href="http://tech.gaeatimes.com/index.php/archive/nokia-and-intel-combine-their-software-for-phones-tablets-other-devices/">Nokia and Intel combine their software for phones, tablets, other devices</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/nokia-and-intel-combine-their-software-for-phones-tablets-other-devices/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CentOS 5.4 : Synergy-Plus Crashing / Hanging on Linux Fixed</title>
		<link>http://tech.gaeatimes.com/index.php/archive/centos-54-synergy-plus-crashing-hanging-on-linux-fixed/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/centos-54-synergy-plus-crashing-hanging-on-linux-fixed/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 09:53:32 +0000</pubDate>
		<dc:creator>angsuman</dc:creator>
		
		<category><![CDATA[How To]]></category>

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

		<category><![CDATA[Open Source Software]]></category>

		<category><![CDATA[Cent OS 5]]></category>

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

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

		<category><![CDATA[Synergy-Plus]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/?p=21558</guid>
		<description><![CDATA[After recent updates in CentOS 5.4, I found that Synergy-Plus is crashing whenever I try to type anything in the client desktop / screen. This pretty much makes Synergy-Plus unusable on Cent OS 5.4. The solution is to downgrade Synergy-Plus. Read below for full details on how you can fix Synergy-Plus on Cent OS.

Note: The .... Original source &nbsp;: <a href="http://tech.gaeatimes.com/index.php/archive/centos-54-synergy-plus-crashing-hanging-on-linux-fixed/">CentOS 5.4 : Synergy-Plus Crashing / Hanging on Linux Fixed</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/centos-54-synergy-plus-crashing-hanging-on-linux-fixed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft to show off new phone software, hoping for comeback in tough market</title>
		<link>http://tech.gaeatimes.com/index.php/archive/microsoft-to-show-off-new-phone-software-hoping-for-comeback-in-tough-market/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/microsoft-to-show-off-new-phone-software-hoping-for-comeback-in-tough-market/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 16:57:57 +0000</pubDate>
		<dc:creator>AP</dc:creator>
		
		<category><![CDATA[Apple]]></category>

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

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

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

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

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

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

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

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

		<category><![CDATA[Communication Technology]]></category>

		<category><![CDATA[Computer Hardware]]></category>

		<category><![CDATA[Computing And Information Technology]]></category>

		<category><![CDATA[Consumer Electronics]]></category>

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

		<category><![CDATA[Mobile Communications]]></category>

		<category><![CDATA[New York]]></category>

		<category><![CDATA[North America]]></category>

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

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

		<category><![CDATA[United States]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/index.php/archive/microsoft-to-show-off-new-phone-software-hoping-for-comeback-in-tough-market/</guid>
		<description><![CDATA[
more images



more images


more images


more images

Seeking comeback, Microsoft to show phone software
NEW YORK — Microsoft Corp. is expected to announce a major revamp of its phone software Monday, in an attempt to regain momentum in a crucial market where it&#8217;s been overshadowed.
CEO Steve Ballmer will be speaking at Mobile World Congress in Barcelona, Spain, the world&#8217;s .... <a href="http://tech.gaeatimes.com/index.php/archive/microsoft-to-show-off-new-phone-software-hoping-for-comeback-in-tough-market/">Original article on Gaea Times at  &nbsp;: Microsoft to show off new phone software, hoping for comeback in tough market</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/microsoft-to-show-off-new-phone-software-hoping-for-comeback-in-tough-market/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

