<?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; How To</title>
	<atom:link href="http://tech.gaeatimes.com/index.php/category/how-to/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 ... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-parition-a-new-drive-before-adding-to-raid-array-in-linux/">Read more : 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 .... <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/">Original article &nbsp;: 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 make Case-Sensitive Search in MySQL for a Particular Field / Column?</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-make-case-sensitive-search-in-mysql-for-a-particular-field-column/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-make-case-sensitive-search-in-mysql-for-a-particular-field-column/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 00:31:49 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Database]]></category>

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

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

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

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

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

		<category><![CDATA[case-sensitive column]]></category>

		<category><![CDATA[case-sensitive field]]></category>

		<category><![CDATA[case-sensitive search]]></category>

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

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

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/how-to-make-case-sensitive-search-in-mysql-for-a-particular-field-column/</guid>
		<description><![CDATA[
more images

Databases in MySQL are known to correspond to directories within the data directory. Each table within a database relate to at least one file within the database directory (and possibly more, depending on the storage engine). Standing on these grounds the fact remains that, the case sensitivity of the underlying operating system plays a .... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-make-case-sensitive-search-in-mysql-for-a-particular-field-column/">Read the original article &nbsp;: How to make Case-Sensitive Search in MySQL for a Particular Field / Column?</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-make-case-sensitive-search-in-mysql-for-a-particular-field-column/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to to Set the Collation for the Table (or column) to be either Binary or Case-Sensitive?</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-to-set-the-collation-for-the-table-or-column-to-be-either-binary-or-case-sensitive/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-to-set-the-collation-for-the-table-or-column-to-be-either-binary-or-case-sensitive/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 00:27:04 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Database]]></category>

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

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

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

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

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

		<category><![CDATA[Case-Sensitive]]></category>

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

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/how-to-to-set-the-collation-for-the-table-or-column-to-be-either-binary-or-case-sensitive/</guid>
		<description><![CDATA[
more images

First thing first, you need to check out with the available collations in the system. SHOW COLLATION can do that for you. This statement lists collations supported by the server. By default, the output from SHOW COLLATION includes all available collations. The LIKE clause, if present, indicates which collation names to match. The WHERE ... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-to-set-the-collation-for-the-table-or-column-to-be-either-binary-or-case-sensitive/">Original source on Gaea Times at  : How to to Set the Collation for the Table (or column) to be either Binary or Case-Sensitive?</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-to-set-the-collation-for-the-table-or-column-to-be-either-binary-or-case-sensitive/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to ALTER a Table to make it Case-Sensitive in MySQL?</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-alter-a-table-to-make-it-case-sensitive-in-mysql/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-alter-a-table-to-make-it-case-sensitive-in-mysql/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 23:43:31 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Database]]></category>

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

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

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

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

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

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

		<category><![CDATA[Case-Sensitive]]></category>

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/how-to-alter-a-table-to-make-it-case-sensitive-in-mysql/</guid>
		<description><![CDATA[
more images

ALTER TABLE enables you to change       the structure of an existing table. For example, you can add or       delete columns, create or destroy indexes, change the type of       existing columns, or rename columns or the table ... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-alter-a-table-to-make-it-case-sensitive-in-mysql/" title="How to ALTER a Table to make it Case-Sensitive in MySQL?">Read more >></a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-alter-a-table-to-make-it-case-sensitive-in-mysql/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to CREATE a Case-Sensitive Table in MySQL?</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-create-a-case-sensitive-table-in-mysql/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-create-a-case-sensitive-table-in-mysql/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 23:29:27 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Database]]></category>

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

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

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

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

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

		<category><![CDATA[Case-Sensitive]]></category>

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/how-to-create-a-case-sensitive-table-in-mysql/</guid>
		<description><![CDATA[
more images

MySQL creates new columns for all elements in the         SELECT.
For example:
mysql&#62; CREATE TABLE test (a INT NOT NULL AUTO_INCREMENT,
    -&#62;        PRIMARY KEY (a), KEY(b))
    -&#62;        ENGINE=User_avik ... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-create-a-case-sensitive-table-in-mysql/">Read the original article on Gaea Times at  : How to CREATE a Case-Sensitive Table in MySQL?</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-create-a-case-sensitive-table-in-mysql/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Clean Your Linux Boot Menu With Automated Bash Files</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-clean-your-linux-boot-menu-with-automated-bash-files/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-clean-your-linux-boot-menu-with-automated-bash-files/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 23:52:23 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

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

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

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

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/how-to-clean-your-linux-boot-menu-with-automated-bash-files/</guid>
		<description><![CDATA[
more images

The Ubintu/Linux boot menu after using the same installation for many times would look incredibly messy with entries of older Linux kernels remaining active. One way to get rid of them is by manually uninstalling the older kernels. Understandably that process can lead to huge complications and if any thing goes wrong? Well you .... Source article on Gaea Times at  &nbsp;: <a href="http://tech.gaeatimes.com/index.php/archive/how-to-clean-your-linux-boot-menu-with-automated-bash-files/">How To Clean Your Linux Boot Menu With Automated Bash Files</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-clean-your-linux-boot-menu-with-automated-bash-files/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To remove Restriction From Sites Like Megavideo, Megaupload or Veoh</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-remove-restriction-from-sites-like-megavideo-megaupload-or-veoh/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-remove-restriction-from-sites-like-megavideo-megaupload-or-veoh/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 23:34:55 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/how-to-remove-restriction-from-sites-like-megavideo-megaupload-or-veoh/</guid>
		<description><![CDATA[
more images

If you are tired of the draconian limitations of the popular video sharing sites like Megavideo, Megaupload or Veoh we have got just the hack for you. A program that serves as Browser Extension like Illimitux is going to be the ray of light for the annoyed souls.
The software will play more than the .... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-remove-restriction-from-sites-like-megavideo-megaupload-or-veoh/">Source article &nbsp;: How To remove Restriction From Sites Like Megavideo, Megaupload or Veoh</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-remove-restriction-from-sites-like-megavideo-megaupload-or-veoh/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Get Rid Of Unwanted Options From &#8220;Open With&#8221; Contextual Menu in Mac</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-get-rid-of-unwanted-options-from-open-with-contextual-menu-in-mac/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-get-rid-of-unwanted-options-from-open-with-contextual-menu-in-mac/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 22:38:52 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Apple]]></category>

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

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

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

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

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/how-to-get-rid-of-unwanted-options-from-open-with-contextual-menu-in-mac/</guid>
		<description><![CDATA[
more images

The Mac may be a pinnacle of utility and usability. But even the most veteran Mac lover admits that the open with contextual menu may get be a little too crowded thanks to duplicates doing the rounds. Well that is were we come in.
When you have this sort of problems it generally means that .... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-get-rid-of-unwanted-options-from-open-with-contextual-menu-in-mac/">Original article &nbsp;: How to Get Rid Of Unwanted Options From &#8220;Open With&#8221; Contextual Menu in Mac</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-get-rid-of-unwanted-options-from-open-with-contextual-menu-in-mac/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to monitor NFS, Lustre File System Performance using Collectl</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-monitor-nfs-lustre-file-system-performance-using-collectl/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-monitor-nfs-lustre-file-system-performance-using-collectl/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 16:52:46 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/how-to-monitor-nfs-lustre-file-system-performance-using-collectl/</guid>
		<description><![CDATA[
more images

What makes Collectl, a performance monitor for benchmarking, monitoring a system&#8217;s general heath different from other monitoring tools is that unlike most tools that focus on a small set of statistics and runs either in an iterative manner or a daemon it tries to do it all. The user is free to choose any .... Original article &nbsp;: <a href="http://tech.gaeatimes.com/index.php/archive/how-to-monitor-nfs-lustre-file-system-performance-using-collectl/">How to monitor NFS, Lustre File System Performance using Collectl</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-monitor-nfs-lustre-file-system-performance-using-collectl/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  [..] <a href="http://tech.gaeatimes.com/index.php/archive/how-to-fully-backup-hard-drive-on-linux-intelligently-without-using-dd/">Read the original article: here</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 : 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
.... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-add-a-new-partition-to-raid-array-in-linux-using-mdadm/" title="How to add a new partition to RAID array in Linux using mdadm">Source &nbsp;: Gaea News Network</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
... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-remove-a-drive-from-raid-array-in-linux-using-mdadm/">Read more : 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 .... Original article &nbsp;: <a href="http://tech.gaeatimes.com/index.php/archive/how-to-check-symbolic-link-in-java-and-why-apache-commoniofileutils-implementation-is-wrong/">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 Set Up a File Transfer Protocol (FTP)?</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-set-up-a-file-transfer-protocol-ftp/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-set-up-a-file-transfer-protocol-ftp/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 16:52:14 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

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

		<category><![CDATA[File Transfer Setup]]></category>

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

		<category><![CDATA[FTP Server Connection]]></category>

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/how-to-set-up-a-file-transfer-protocol-ftp/</guid>
		<description><![CDATA[
A file transfer protocol (FTP) program is what lets users get connected to an FTP server. This protocol provides the liberty for users to upload, exchange or sync files from their computer with the FTP server. There are quite a number of FTP programs that can be found and used to perform the FTP service .... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-set-up-a-file-transfer-protocol-ftp/">Source &nbsp;: How To Set Up a File Transfer Protocol (FTP)?</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-set-up-a-file-transfer-protocol-ftp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Build a Quantum Computer?</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-build-a-quantum-computer/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-build-a-quantum-computer/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 00:22:15 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

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

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

		<category><![CDATA[Quantum Computing]]></category>

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/how-to-build-a-quantum-computer/</guid>
		<description><![CDATA[
more images

Quantum computing today is quite considered to be the &#8220;nirvana state&#8221; as far as most technical researches are concerned. The concept is backed up by the underlying theory of Quantum Physics.
What is Quantum Physics?
Quantum physics is a branch of science that deals with discrete, indivisible units of energy called quanta as described by the  [..] <a href="http://tech.gaeatimes.com/index.php/archive/how-to-build-a-quantum-computer/">Read the original article: here</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-build-a-quantum-computer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Hide Photos From Certain Users In Facebook: Most Popular Suggestions</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-hide-photos-from-certain-users-in-facebook-most-popular-suggestions/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-hide-photos-from-certain-users-in-facebook-most-popular-suggestions/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 21:22:07 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Facebook]]></category>

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

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

		<category><![CDATA[Social Networking]]></category>

		<category><![CDATA[Hide Photos]]></category>

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/how-to-hide-photos-from-certain-users-in-facebook-most-popular-suggestions/</guid>
		<description><![CDATA[
more images

As it is Facebook happens to be the most accessed social network site these days and with immense popularity the risk factor also counts in. You don&#8217;t want yourself to be exposed do you. So, its better to have some measures taken before the consequences can have their take on you.
Facebook though is known ... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-hide-photos-from-certain-users-in-facebook-most-popular-suggestions/">Original article on  : How To Hide Photos From Certain Users In Facebook: Most Popular Suggestions</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-hide-photos-from-certain-users-in-facebook-most-popular-suggestions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Jailbreak iOS 4.2 (Tethered) Using Redsn0w 0.9.6b4</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-jailbreak-ios-42-tethered-using-redsn0w-096b4/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-jailbreak-ios-42-tethered-using-redsn0w-096b4/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 21:42:36 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Apple]]></category>

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

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

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

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

		<category><![CDATA[iOS 4.2.1]]></category>

		<category><![CDATA[Jailbreak iOS 4.2]]></category>

		<category><![CDATA[Tethered Jailbreak]]></category>

		<category><![CDATA[Tethethring iOS 4.2.1]]></category>

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/how-to-jailbreak-ios-42-tethered-using-redsn0w-096b4/</guid>
		<description><![CDATA[
more images

With Apple up with its iOS 4.2 release, the iPhone Dev-Team now has unveiled the antidote. Yes, you got it right the Redsn0w 0.9.6b4 which happens to be based on the Geohot&#8217;s Limera1n exploit holds the potential to jailbreak mostly all the devices on iOS 4.2.1 with an exception of the iPad.
Let me tell .... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-jailbreak-ios-42-tethered-using-redsn0w-096b4/">Source &nbsp;: How To Jailbreak iOS 4.2 (Tethered) Using Redsn0w 0.9.6b4</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-jailbreak-ios-42-tethered-using-redsn0w-096b4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Set Up an Email Server on Local LAN?</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-set-up-an-email-server-on-local-lan/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-set-up-an-email-server-on-local-lan/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 23:09:25 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

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

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

		<category><![CDATA[Email Server]]></category>

		<category><![CDATA[Local LAN]]></category>

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/how-to-set-up-an-email-server-on-local-lan/</guid>
		<description><![CDATA[
more images

Now, let me brief you here what an email server does is to liberate users to filter, verify and authenticate emails before sending them to the designated recipients. IF it is a necessity for you to have a mail server on your own LAN then you can well achieve it, by installing the optional ... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-set-up-an-email-server-on-local-lan/" title="How to Set Up an Email Server on Local LAN?">Read more >></a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-set-up-an-email-server-on-local-lan/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Restore Your Hacked/Deleted Twitter Account?</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-restore-your-hackeddeleted-twitter-account/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-restore-your-hackeddeleted-twitter-account/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 19:55:58 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

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

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

		<category><![CDATA[Social Networking]]></category>

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

		<category><![CDATA[Suggestion PRofile Restoration]]></category>

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/how-to-restore-your-hackeddeleted-twitter-account/</guid>
		<description><![CDATA[
more images

Oh! No! Did you get your account deleted? Was it hacked? Some kinda Phising attack? All is not lost my friend. If it hasn&#8217;t been a month to the mishap, then you might have everything in place again.
Twitting is fun. As most of you already know, Twitter happens to be a free social networking ... Original article on  : <a href="http://tech.gaeatimes.com/index.php/archive/how-to-restore-your-hackeddeleted-twitter-account/">How to Restore Your Hacked/Deleted Twitter Account?</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-restore-your-hackeddeleted-twitter-account/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Track Profile Views On Facebook?</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-track-profile-views-on-facebook/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-track-profile-views-on-facebook/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 17:29:40 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Facebook]]></category>

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

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

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

		<category><![CDATA[Social Networking]]></category>

		<category><![CDATA[Facebook Profile Views]]></category>

		<category><![CDATA[Suggestion on Profile View]]></category>

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/how-to-track-profile-views-on-facebook/</guid>
		<description><![CDATA[
more images

Are you interested to know who viewed your profile? Is somebody spying on you? Want to get hold of that secret admirer of yours? Well, come now here is the solution.
Is it that you have had a feeling that someone or the other is peeping on you, but you just can&#8217;t catch him/her red-handed? ... Original source on Gaea Times at  : <a href="http://tech.gaeatimes.com/index.php/archive/how-to-track-profile-views-on-facebook/">How To Track Profile Views On Facebook?</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-track-profile-views-on-facebook/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Appear Offline To Specific Facebook Friends</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-appear-offline-to-specific-facebook-friends/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-appear-offline-to-specific-facebook-friends/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 22:15:25 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Facebook]]></category>

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

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

		<category><![CDATA[Social Networking]]></category>

		<category><![CDATA[Customize Friendlist]]></category>

		<category><![CDATA[facebook chat]]></category>

		<category><![CDATA[Hide Friends]]></category>

		<category><![CDATA[Invisible Chat]]></category>

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/how-to-appear-offline-to-specific-facebook-friends/</guid>
		<description><![CDATA[
more images

Annoyed with so many friends buzzing around you? Need privacy? Well, here&#8217;s how you can achieve just what you need.


Follow the Steps:
1. Log into your Facebook account and locate the &#8220;Friends&#8221; tab in the left sidebar.

2. This is meant to take you to the &#8220;Find Friends&#8221; page where you can import the contacts list .... Source article on Gaea Times at  &nbsp;: <a href="http://tech.gaeatimes.com/index.php/archive/how-to-appear-offline-to-specific-facebook-friends/">How To Appear Offline To Specific Facebook Friends</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-appear-offline-to-specific-facebook-friends/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Prevent Auto Resuming Of Downloads When Firefox Restarts?</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-prevent-auto-resuming-of-downloads-when-firefox-restarts/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-prevent-auto-resuming-of-downloads-when-firefox-restarts/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 17:48:39 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

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

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

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

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/how-to-prevent-auto-resuming-of-downloads-when-firefox-restarts/</guid>
		<description><![CDATA[
more images


What was the feature I despised about Internet Explorer? Well I remember back in the day when I was stuck with a Windows PC on a 56.6 kbps dial-up and how the &#8220;Return To Castle Wolfenstein&#8221; got stuck at 98%. The line just dropped. I remember thanking the heavens the day I came across .... Read the original article &nbsp;: <a href="http://tech.gaeatimes.com/index.php/archive/how-to-prevent-auto-resuming-of-downloads-when-firefox-restarts/">here</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-prevent-auto-resuming-of-downloads-when-firefox-restarts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Backup &amp; Restore Firefox Preferences?</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-backup-restore-firefox-preferences/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-backup-restore-firefox-preferences/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 17:43:24 +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[Mozilla Firefox]]></category>

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/how-to-backup-restore-firefox-preferences/</guid>
		<description><![CDATA[

more images

The great thing about working in a place that really lets you get wild with technology is that you are learning something new everyday. The stuff ranges from tweaking every thing and product at your disposal without worrying what is going to be the impending consequence if something really goes hay wire. When tweaking ... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-backup-restore-firefox-preferences/">Original source on Gaea Times at  : How to Backup &#038; Restore Firefox Preferences?</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-backup-restore-firefox-preferences/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Estimate UPS Runtime</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-estimate-ups-runtime/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-estimate-ups-runtime/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 00:19:39 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

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

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

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

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

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/how-to-estimate-ups-runtime/</guid>
		<description><![CDATA[
more images

It is nearly impossible to know when the next power outage will occur and frankly, they can be rather damaging unless you have the tendency to save your work every 2 minutes. For those who don&#8217;t like to save their work every 2 minutes, using a UPS (Uninterruptible Power Supply) is the ultimate solution ... Original source on Gaea Times at  : <a href="http://tech.gaeatimes.com/index.php/archive/how-to-estimate-ups-runtime/">How to Estimate UPS Runtime</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-estimate-ups-runtime/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 ... Original source on Gaea Times at  : <a href="http://tech.gaeatimes.com/index.php/archive/how-to-make-wine-apps-match-your-gtk-theme/">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>How to Crack a Wi-Fi Network&#8217;s WEP Password with BackTrack</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-crack-a-wi-fi-networks-wep-password-with-backtrack/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-crack-a-wi-fi-networks-wep-password-with-backtrack/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 22:44:34 +0000</pubDate>
		<dc:creator>Taragana</dc:creator>
		
		<category><![CDATA[Computer Security]]></category>

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

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

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

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

		<category><![CDATA[Wi Fi]]></category>

		<guid isPermaLink="false">http://tech.gaeatimes.com/index.php/archive/how-to-crack-a-wi-fi-networks-wep-password-with-backtrack/</guid>
		<description><![CDATA[



What You&#8217;ll Need
Unless you&#8217;re a computer security  and networking ninja, chances are you don&#8217;t have all the tools on hand  to get this job done. Here&#8217;s what you&#8217;ll need:

A compatible wireless adapter :This is the biggest  requirement. You&#8217;ll need a wireless adapter that&#8217;s capable of packet  injection, and chances are the .... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-crack-a-wi-fi-networks-wep-password-with-backtrack/">Original source &nbsp;: How to Crack a Wi-Fi Network&#8217;s WEP Password with BackTrack</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-crack-a-wi-fi-networks-wep-password-with-backtrack/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Close or Archive Twitter Account of A Deceased Member Under New User Policy</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-close-or-archive-twitter-account-of-a-deceased-member-under-new-user-policy/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-close-or-archive-twitter-account-of-a-deceased-member-under-new-user-policy/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 14:07:06 +0000</pubDate>
		<dc:creator>Partho</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

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

		<category><![CDATA[Social Networking]]></category>

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

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

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

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

		<category><![CDATA[Twitter Account]]></category>

		<category><![CDATA[Twitter User Policy]]></category>

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



more images
Twitter made news after the announcement of its official Tweet Button, But the microblogging ace also addressed one of the lesser discussed issues relating to ownership of user account of the ones who have expired. Those concerned about such an account needs to produce relevant information about the account owner for Twitter to take .... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-close-or-archive-twitter-account-of-a-deceased-member-under-new-user-policy/">Original article on Gaea Times at  &nbsp;: How to Close or Archive Twitter Account of A Deceased Member Under New User Policy</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-close-or-archive-twitter-account-of-a-deceased-member-under-new-user-policy/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, .... Source &nbsp;: <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/" title="How to view Textual information embedded in an executable file (program) / binary data on Unix / Linux">Gaea News Network</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>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/">here</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 ... Read more : <a href="http://tech.gaeatimes.com/index.php/archive/how-to-remove-i386-packages-from-centos-fedora-rhel-installation/">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/">Read the original article on Gaea Times at  : 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 run Flash on Apple iPad using Frash</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-run-flash-on-apple-ipad-using-frash/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-run-flash-on-apple-ipad-using-frash/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 12:54:47 +0000</pubDate>
		<dc:creator>Partho</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

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

		<category><![CDATA[Adobe Flash]]></category>

		<category><![CDATA[Apple ipad]]></category>

		<category><![CDATA[Flash plug-in]]></category>

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

		<category><![CDATA[Kitten Cannon]]></category>

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

		<guid isPermaLink="false">http://blog.taragana.com/?p=29579</guid>
		<description><![CDATA[Even if Steve Jobs calls for a Flash-free era, a greater part of the web thrives on the interactivity and elegance of Flash.One of the much slogged issues with iPad was the absence of Flash. This was simply because Flash is not meant for its touchscreen technology. This has been proven wrong with a new ... Original article on  : <a href="http://tech.gaeatimes.com/index.php/archive/how-to-run-flash-on-apple-ipad-using-frash/">How to run Flash on Apple iPad using Frash</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-run-flash-on-apple-ipad-using-frash/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Hide Data and Programs within zip/jar file</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-hide-data-and-programs-within-zipjar-file/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-hide-data-and-programs-within-zipjar-file/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 14:53:06 +0000</pubDate>
		<dc:creator>Partho</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

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

		<category><![CDATA[file hiding]]></category>

		<category><![CDATA[jar file]]></category>

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

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

		<category><![CDATA[zip file]]></category>

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

Zip files are often used to assort files to send them to other people, usually via email. The utilities such as WinZip are used to create and open zip files that can be password protected. The Windows XP files are released with built-in zip capabilities. According to Microsoft these are called &#8220;compressed folders&#8221;. Users ... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-hide-data-and-programs-within-zipjar-file/">Read this article on Gaea Times at  : How to Hide Data and Programs within zip/jar file</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-hide-data-and-programs-within-zipjar-file/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/" title="3 Effective MySQL Performance Optimization Tips for MyISAM Storage Engine (Optimizes WordPress performance too)">Source &nbsp;: Gaea News Network</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). .... Source &nbsp;: <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/">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 ... Original source on Gaea Times at  : <a href="http://tech.gaeatimes.com/index.php/archive/how-to-remove-stop-software-mdadm-raid-array-on-linux-cent-os/">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>How to Run Old Software for Windows XP in Windows 7</title>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-run-old-software-for-windows-xp-in-windows-7/</link>
		<comments>http://tech.gaeatimes.com/index.php/archive/how-to-run-old-software-for-windows-xp-in-windows-7/#comments</comments>
		<pubDate>Thu, 27 May 2010 11:07:38 +0000</pubDate>
		<dc:creator>Partho</dc:creator>
		
		<category><![CDATA[Featured Article]]></category>

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

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

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

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

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

		<category><![CDATA[Compatibility mode]]></category>

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

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

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

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



more images
As Windows 7 is about to return Microsoft&#8217;s lost glory after the &#8220;Visaster&#8221; (Vista&#8217;s disaster), there remains hitch ups that users need to acclimatize with. Given that Windows 7 runs most of the apps in Windows XP, exceptions can never be overruled. In case a program in Windows XP doesn&#8217;t work in Windows 7,  [..] <a href="http://tech.gaeatimes.com/index.php/archive/how-to-run-old-software-for-windows-xp-in-windows-7/">Read the original article: here</a>.]]></description>
		<wfw:commentRss>http://tech.gaeatimes.com/index.php/archive/how-to-run-old-software-for-windows-xp-in-windows-7/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

