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

<channel>
	<title>My Literature Tech blog</title>
	<atom:link href="http://www.myliteraturetechlife.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.myliteraturetechlife.com</link>
	<description></description>
	<lastBuildDate>Thu, 18 Feb 2010 12:55:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cannot reattach screen session</title>
		<link>http://www.myliteraturetechlife.com/cannot-reattach-screen-session/</link>
		<comments>http://www.myliteraturetechlife.com/cannot-reattach-screen-session/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 12:55:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Problem]]></category>
		<category><![CDATA[reattaching]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=403</guid>
		<description><![CDATA[Some time you get error when you try to reattach with your screen session after you disconnected. So here are some tricks.
To see existing screen sessions

# screen -list


This will display for your current sessions
Get rid of dead sessions

# screen -wipe

To detach a screen

# screen -D

If there are more then one screens then

# Screen -D {hostname}

Once [...]]]></description>
		<wfw:commentRss>http://www.myliteraturetechlife.com/cannot-reattach-screen-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing screen on CentOS 5.x</title>
		<link>http://www.myliteraturetechlife.com/installing-screen-on-centos-5-x/</link>
		<comments>http://www.myliteraturetechlife.com/installing-screen-on-centos-5-x/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 12:50:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[Using]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=400</guid>
		<description><![CDATA[Screen &#8230; It let you have multiple virtual windows in one physical terminal session, and very necessary to use if you are compiling remotely and your internet connection is not reliable.
1) Download latest RPM

http://www.rpmfind.net/linux/rpm2html/search.php?query=screen


2) Install screen dependencies

#yum -y install ncurses-devel texinfo pam-devel libtool

3) Install screen

#rpmbuild --rebuild screen-4.0.2-5.src.rpm
#rpm -ivh /usr/src/redhat/RPMS/i386/screen-4.0.2-5.src.rpm

4) Show screen

#screen -ls

5)Create Screen Session

#screen

6) Create [...]]]></description>
		<wfw:commentRss>http://www.myliteraturetechlife.com/installing-screen-on-centos-5-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing &amp; configuring shorewall firewall in Ubuntu/Debian</title>
		<link>http://www.myliteraturetechlife.com/installing-configuring-shorewall-firewall-in-ubuntudebian/</link>
		<comments>http://www.myliteraturetechlife.com/installing-configuring-shorewall-firewall-in-ubuntudebian/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 21:19:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Firewalls]]></category>
		<category><![CDATA[Web Servers Security]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[shorewall]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=398</guid>
		<description><![CDATA[Shore line firewall known as &#8220;Shorewall&#8221;, it is a very high level firewall and very easy to install and ocnfigure
How to install :-

sudo apt-get install shorewall


configuring shorewall startup service :-

nano /etc/default/shorewall

#Now simply change the line below from 0 to 1

startup = 0
to
startup = 1

#save, and exit.
Shorewall configuration files are stored in two separate places
/etc/shorewall stores [...]]]></description>
		<wfw:commentRss>http://www.myliteraturetechlife.com/installing-configuring-shorewall-firewall-in-ubuntudebian/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Easy way to optimize apache,php &amp; MySQL</title>
		<link>http://www.myliteraturetechlife.com/easy-way-to-optimize-apachephp-mysql/</link>
		<comments>http://www.myliteraturetechlife.com/easy-way-to-optimize-apachephp-mysql/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 14:10:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Easy]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[way]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=393</guid>
		<description><![CDATA[There are 2 important scripts to optimize apache,php and mysql very easily. They are
MySQLTuner (Perl) and  MySQL Performance Tuning Primer (shell)
They can help diagnose MySQL database performance issues, and provide recommendations on how to solve them.


# Download MySQLTuner and MySQL Performance Tuning Primer to ~/scripts.
# To avoid having to invoke Perl/SH each time, make [...]]]></description>
		<wfw:commentRss>http://www.myliteraturetechlife.com/easy-way-to-optimize-apachephp-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php 5.3 is now available in cpanel&#8217;s easyapache</title>
		<link>http://www.myliteraturetechlife.com/php-5-3-is-now-available-in-cpanels-easyapache/</link>
		<comments>http://www.myliteraturetechlife.com/php-5-3-is-now-available-in-cpanels-easyapache/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 13:55:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[available]]></category>
		<category><![CDATA[cpanel's]]></category>
		<category><![CDATA[easyapache]]></category>
		<category><![CDATA[php 5.3]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=389</guid>
		<description><![CDATA[Cpanel has released php 5.3 in easyapache but there are several features which are missing in php 5.3.
Like php 5.3 does not support Zend. However PHP 5.3.1 introduces namespaces, late static binding, decreased memory usage (YMMV), several new extensions, and improved MySQL support.  Be sure to check your scripts for compatibility before going live with [...]]]></description>
		<wfw:commentRss>http://www.myliteraturetechlife.com/php-5-3-is-now-available-in-cpanels-easyapache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple has announced IPAD &#8211; A tablet for you</title>
		<link>http://www.myliteraturetechlife.com/apple-has-announced-ipad-a-tablet-for-you/</link>
		<comments>http://www.myliteraturetechlife.com/apple-has-announced-ipad-a-tablet-for-you/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 21:36:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc.]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[IPAD]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[tablet]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=370</guid>
		<description><![CDATA[There is a good news for Apple&#8217;s lovers. Apple has announced its new product IPAD
The iPad has a 9.7-inch touch screen, is a half-inch thick, weighs 1.5 pounds and comes with 16, 32 or 64 gigabytes of flash memory storage. The basic iPad models will cost $499, $599 and $699, depending on the storage size. It will be available [...]]]></description>
		<wfw:commentRss>http://www.myliteraturetechlife.com/apple-has-announced-ipad-a-tablet-for-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increasing traffic for your blog in 4 ways</title>
		<link>http://www.myliteraturetechlife.com/increasing-traffic-for-your-blog-in-4-ways/</link>
		<comments>http://www.myliteraturetechlife.com/increasing-traffic-for-your-blog-in-4-ways/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 15:15:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[4 simple steps]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[increase]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=368</guid>
		<description><![CDATA[Most of the bloggers cry that no matter how much they work hard, they cannot increase their reader and traffic for blog. If you have same situation then you should read following 4 simple ways

1) Mind blowing, killer articles



Just Spend 45 min daily, research on topic, storm your brain and write a KILLER article. Your [...]]]></description>
		<wfw:commentRss>http://www.myliteraturetechlife.com/increasing-traffic-for-your-blog-in-4-ways/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy 125×125 Ad Management Plugins For WordPress</title>
		<link>http://www.myliteraturetechlife.com/easy-125%c3%97125-ad-management-plugins-for-wordpress/</link>
		<comments>http://www.myliteraturetechlife.com/easy-125%c3%97125-ad-management-plugins-for-wordpress/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 10:01:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[125×125]]></category>
		<category><![CDATA[Ad Management]]></category>
		<category><![CDATA[Easy]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=365</guid>
		<description><![CDATA[If you are selling ad space on your blog, then you will know how difficult it is to manage ads and then remove then after expiry. But there are 2 plugins to make work easy
1) UBD Block Ad
2)  WP125

You can check this video for more detail

]]></description>
		<wfw:commentRss>http://www.myliteraturetechlife.com/easy-125%c3%97125-ad-management-plugins-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Tweaks, Extensions and Optimizations</title>
		<link>http://www.myliteraturetechlife.com/firefox-tweaks-extensions-and-optimizations/</link>
		<comments>http://www.myliteraturetechlife.com/firefox-tweaks-extensions-and-optimizations/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 09:51:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[make it faster]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[tweak]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=363</guid>
		<description><![CDATA[I just read an article by &#8220;Chris Morrell&#8221; about optimizing Firefox. He explained very simple way to tweak and optimize firefox, you can read it by clicking here.
]]></description>
		<wfw:commentRss>http://www.myliteraturetechlife.com/firefox-tweaks-extensions-and-optimizations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enableing passive mode in FTP server with CSF firewall</title>
		<link>http://www.myliteraturetechlife.com/enableing-passive-mode-in-ftp-server-with-csf-firewall/</link>
		<comments>http://www.myliteraturetechlife.com/enableing-passive-mode-in-ftp-server-with-csf-firewall/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 12:31:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Firewalls]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[CSF firewall]]></category>
		<category><![CDATA[Enable]]></category>
		<category><![CDATA[FTP server]]></category>
		<category><![CDATA[passive mode]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=359</guid>
		<description><![CDATA[Passive mode is always very important for ftp servers, if you are running csf firewall and cannot connect to ftp server then it means that range of passive ports is blocked in firewall. Here are simple steps
1) Add Passive Port range 30000-350000 to your Pureftp or Proftp configuration file
i) For Pure FTP

open /etc/pure-ftpd.conf, and this [...]]]></description>
		<wfw:commentRss>http://www.myliteraturetechlife.com/enableing-passive-mode-in-ftp-server-with-csf-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
