<?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>techinterplay &#187; Linux</title>
	<atom:link href="http://techinterplay.com/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://techinterplay.com</link>
	<description>Bite into technology!</description>
	<lastBuildDate>Wed, 26 May 2010 05:37:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to enable DKIM in cPanel server.</title>
		<link>http://techinterplay.com/enabled-dkim-cpanel-server.html</link>
		<comments>http://techinterplay.com/enabled-dkim-cpanel-server.html#comments</comments>
		<pubDate>Tue, 25 May 2010 05:03:52 +0000</pubDate>
		<dc:creator>Faheem</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[DKIM]]></category>
		<category><![CDATA[dkim spam]]></category>
		<category><![CDATA[exim]]></category>

		<guid isPermaLink="false">http://techinterplay.com/?p=735</guid>
		<description><![CDATA[DomainKeys Identified Mail (DKIM) lets an organization take responsibility for a message while it is in transit and one can use this to prevent from getting blacklisted by the free email providers like Yahoo, MSN and Google. DKIM can increase the mail authenticity. cPanel does not have an interface to enable DKIM like we have for [...]]]></description>
		<wfw:commentRss>http://techinterplay.com/enabled-dkim-cpanel-server.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Exim: remove mails in queue from a particular sender.E</title>
		<link>http://techinterplay.com/remove-mails-exim-queue-sender.html</link>
		<comments>http://techinterplay.com/remove-mails-exim-queue-sender.html#comments</comments>
		<pubDate>Sat, 06 Mar 2010 19:30:38 +0000</pubDate>
		<dc:creator>Faheem</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cpanel delete mail queue]]></category>
		<category><![CDATA[cpanel delete mails from a sender. delete mails to a sender]]></category>
		<category><![CDATA[delete mails of a particular user]]></category>
		<category><![CDATA[exim delete sender]]></category>
		<category><![CDATA[exim queue management]]></category>

		<guid isPermaLink="false">http://techinterplay.com/?p=701</guid>
		<description><![CDATA[&#8220;spams&#8221;, its one of the major issue that a sys admin has to deal with throughout his job.  First you need to find the user who is generating it. You can get it from the mail headers.  Once you find the user, disable the script that was responsible for spams, but it may have already [...]]]></description>
		<wfw:commentRss>http://techinterplay.com/remove-mails-exim-queue-sender.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to configure NAT with iptables on a VPS.</title>
		<link>http://techinterplay.com/configure-nat-iptables-vps.html</link>
		<comments>http://techinterplay.com/configure-nat-iptables-vps.html#comments</comments>
		<pubDate>Tue, 02 Mar 2010 12:56:28 +0000</pubDate>
		<dc:creator>Faheem</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[enable NAT for iptables]]></category>
		<category><![CDATA[enable NAT on vps]]></category>
		<category><![CDATA[iptables NAT]]></category>
		<category><![CDATA[NAT for iptables]]></category>
		<category><![CDATA[vz NAT]]></category>

		<guid isPermaLink="false">http://techinterplay.com/?p=708</guid>
		<description><![CDATA[NAT ( network-address-translation ) with iptables  helps us in how to select the packets we want to mangle. We can easily configure NAT on a OpenVZ VPS by following the below steps. Lets first consider a VPS in which NAT is not enabled. Trying to POSTROUTE from VPS throws you errors. iptables -t nat -A [...]]]></description>
		<wfw:commentRss>http://techinterplay.com/configure-nat-iptables-vps.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to disable gzip output on lightspeed server accounts</title>
		<link>http://techinterplay.com/disable-gzip-output-lightspeed-server-accounts.html</link>
		<comments>http://techinterplay.com/disable-gzip-output-lightspeed-server-accounts.html#comments</comments>
		<pubDate>Thu, 25 Feb 2010 06:48:40 +0000</pubDate>
		<dc:creator>Faheem</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[disable gzip output]]></category>
		<category><![CDATA[lightspeed disable gzip]]></category>

		<guid isPermaLink="false">http://techinterplay.com/?p=705</guid>
		<description><![CDATA[You can use .htaccess to disable gzip output if your website is running under a lightspeed server. Open .htacess file and append following lines. php_flag zlib.output_compression Off RewriteEngine On RewriteRule . &#8211; [E=no-gzip:1] RewriteRule ^(.*)$ $1 [E=no-gzip:1] Add this to 100 bookmarks Share this on Bebo Submit this to Bitacoras Share this on Blinklist Engage [...]]]></description>
		<wfw:commentRss>http://techinterplay.com/disable-gzip-output-lightspeed-server-accounts.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Find Linux OS is 32 or 64bit.</title>
		<link>http://techinterplay.com/find-linux-machine-32bit-or-64bit.html</link>
		<comments>http://techinterplay.com/find-linux-machine-32bit-or-64bit.html#comments</comments>
		<pubDate>Fri, 19 Feb 2010 10:29:48 +0000</pubDate>
		<dc:creator>Faheem</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[23bit or 64bit]]></category>
		<category><![CDATA[linux 32 or 64bit.]]></category>
		<category><![CDATA[linux arcticture]]></category>

		<guid isPermaLink="false">http://techinterplay.com/?p=692</guid>
		<description><![CDATA[There are several situations where you need to confirm whether your Linux OS installed  is 32bit or 64bit. People normally use uname -a to find it. But the following command will tell you exactly the machine   architecture. getconf LONG_BIT getconf utility shall conform to the Base Definitions volume of IEEE Std 1003.1-2001, Section 12.2, [...]]]></description>
		<wfw:commentRss>http://techinterplay.com/find-linux-machine-32bit-or-64bit.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>songbird! iTunes for Ubuntu</title>
		<link>http://techinterplay.com/songbird-itunes-for-ubuntu.html</link>
		<comments>http://techinterplay.com/songbird-itunes-for-ubuntu.html#comments</comments>
		<pubDate>Thu, 04 Feb 2010 20:34:16 +0000</pubDate>
		<dc:creator>Faheem</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Songbird]]></category>
		<category><![CDATA[Songbird installation]]></category>
		<category><![CDATA[songbird installation on 9.10]]></category>

		<guid isPermaLink="false">http://techinterplay.com/?p=672</guid>
		<description><![CDATA[﻿﻿Songbird is a opensource music player that utilizes the cross platform frameworks and will runs in Linux, Apple, Solaris &#38; Windows. You can get it downloaded for free from here Linux System Requirements : glibc 2.3.4 or later XOrg 1.0 or later gtk+2.10 or later fontconfig (also known as xft) libstdc++6 1.5 GHz Pentium 4 [...]]]></description>
		<wfw:commentRss>http://techinterplay.com/songbird-itunes-for-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to transfer a cPanel account to DirectAdmin.</title>
		<link>http://techinterplay.com/how-to-transfer-a-cpanel-account-to-directadmin.html</link>
		<comments>http://techinterplay.com/how-to-transfer-a-cpanel-account-to-directadmin.html#comments</comments>
		<pubDate>Sat, 14 Nov 2009 11:45:43 +0000</pubDate>
		<dc:creator>Faheem</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[cPanel to directadmin]]></category>
		<category><![CDATA[directadmin]]></category>
		<category><![CDATA[tool to convert backup]]></category>

		<guid isPermaLink="false">http://techinterplay.com/?p=644</guid>
		<description><![CDATA[The file structure and back-ups for both control panels are entirely different and its quite difficult to restore the files transfered from one to another control panel manually. There is a script available which can convert a cPanel back-up to the format that of a DirectAdmin. The convert process is quite simple. Download the conversion [...]]]></description>
		<wfw:commentRss>http://techinterplay.com/how-to-transfer-a-cpanel-account-to-directadmin.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to change Linux root password temporarily.</title>
		<link>http://techinterplay.com/how-to-change-linux-root-password-temporarily.html</link>
		<comments>http://techinterplay.com/how-to-change-linux-root-password-temporarily.html#comments</comments>
		<pubDate>Sun, 18 Oct 2009 14:16:45 +0000</pubDate>
		<dc:creator>Faheem</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[change linux root password]]></category>
		<category><![CDATA[hack linux]]></category>

		<guid isPermaLink="false">http://techinterplay.com/?p=613</guid>
		<description><![CDATA[This is a simple technique by which you can have your our root password temporarily and change it back to the real one after use. The condition is * You are logged in as root and you don&#8217;t know the root password Back-up the current shadow file. [root@localhost ~]# cp /etc/shadow /etc/shadowbkup Change the current [...]]]></description>
		<wfw:commentRss>http://techinterplay.com/how-to-change-linux-root-password-temporarily.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install winrar for Linux</title>
		<link>http://techinterplay.com/how-to-install-winrar-for-linux.html</link>
		<comments>http://techinterplay.com/how-to-install-winrar-for-linux.html#comments</comments>
		<pubDate>Sat, 10 Oct 2009 18:11:59 +0000</pubDate>
		<dc:creator>Faheem</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux winrar]]></category>
		<category><![CDATA[winrar for linux]]></category>

		<guid isPermaLink="false">http://techinterplay.com/?p=600</guid>
		<description><![CDATA[You can install &#38; use winrar for Linux. The installation is quite simple to follow even for Linux newbies. Open a terminal, type sudo su &#8211; to switch to root. cd /usr/src wget -c http://www.rarlab.com/rar/rarlinux-x64-3.8.0.tar.gz tar -xzf rarlinux-x64-3.8.0.tar.gz cd rar make You are done. Now you can use the commands rar and unrar  for compressing [...]]]></description>
		<wfw:commentRss>http://techinterplay.com/how-to-install-winrar-for-linux.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Install file splitter for Linux.</title>
		<link>http://techinterplay.com/install-file-splitter-for-linux.html</link>
		<comments>http://techinterplay.com/install-file-splitter-for-linux.html#comments</comments>
		<pubDate>Fri, 02 Oct 2009 10:00:42 +0000</pubDate>
		<dc:creator>Faheem</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[file spliter]]></category>
		<category><![CDATA[file splitter for ubuntu]]></category>
		<category><![CDATA[free file splitter]]></category>
		<category><![CDATA[HJSplitlx file splitter]]></category>
		<category><![CDATA[linux file split]]></category>
		<category><![CDATA[linux file splitter]]></category>

		<guid isPermaLink="false">http://techinterplay.com/?p=561</guid>
		<description><![CDATA[Download HJSplitlx file splitter for Linux from here : tar -xzf hjsplitlx.tar.gz to extract the file HJSplitLX Install the basic requirements : http://redhat-archive.osmirror.nl/updates/7.1/en/os/i386/XFree86-libs-4.1.0-50.i386.rpm rpm -ivh XFree86-libs-4.1.0-50.i386.rpm http://biznetnetworks.dl.sourceforge.net/project/kylixlibs/kylixlibs3/Suse%208.2/kylixlibs3-runtime-3.0-rh.4.i386.rpm rpm -ivh kylixlibs3-borqt-3.0-rh.2.i386.rpm to start the software ./HJSplitLX You may get the following error :- [root@techinterplay src]# ./HJSplitLX ./HJSplitLX: symbol lookup error: ./HJSplitLX: undefined symbol: initPAnsiStrings Execute the [...]]]></description>
		<wfw:commentRss>http://techinterplay.com/install-file-splitter-for-linux.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
