<?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>Server Management Tips by SupportPRO</title>
	<atom:link href="http://blog.supportpro.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.supportpro.com</link>
	<description>SupportPRO Blog</description>
	<lastBuildDate>Tue, 24 Apr 2012 10:09:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Change the time zone for a domain on shared server</title>
		<link>http://blog.supportpro.com/2012/04/change-the-time-zone-for-a-domain-on-shared-server/</link>
		<comments>http://blog.supportpro.com/2012/04/change-the-time-zone-for-a-domain-on-shared-server/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 09:30:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://blog.supportpro.com/?p=608</guid>
		<description><![CDATA[You can change the time zone for a particular domain via .htaccess or php.ini file. If the server PHP is compiled with apache (dso) then you can use .htaccess file to set the time zone.
==================
SetEnv TZ location
==================
For SuPHP servers, you can create custom php.ini file for that particular domain and add the following code.
===========================
date.timezone = [...]]]></description>
		<wfw:commentRss>http://blog.supportpro.com/2012/04/change-the-time-zone-for-a-domain-on-shared-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install CSF</title>
		<link>http://blog.supportpro.com/2012/04/how-to-install-csf/</link>
		<comments>http://blog.supportpro.com/2012/04/how-to-install-csf/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 08:53:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://blog.supportpro.com/?p=606</guid>
		<description><![CDATA[You can install CSF by downloading the package from www.configserver.com.
#wget www.configserver.com/free/csf.tgz 
Extract the package
#tar -zxvf csf.taz
#cd csf
 [CSF firewall requires to remove any currently running IP based firewall]
If any IP based firewall is running. Remove it
#./remove_apf_bfd.sh 
Install script
#./install.sh
we can start the firewall in testing mode using this commands.
#csf -s
//start the firewall
Configuration file of csf is [...]]]></description>
		<wfw:commentRss>http://blog.supportpro.com/2012/04/how-to-install-csf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Commenting multiple lines in a shell script using vi/vim in a single step</title>
		<link>http://blog.supportpro.com/2012/03/commenting-multiple-lines-in-a-shell-script-using-vivim-in-a-single-step/</link>
		<comments>http://blog.supportpro.com/2012/03/commenting-multiple-lines-in-a-shell-script-using-vivim-in-a-single-step/#comments</comments>
		<pubDate>Sun, 25 Mar 2012 08:03:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://blog.supportpro.com/?p=602</guid>
		<description><![CDATA[A text editor like vi or vim can be used to comment multiple lines in a shell script (or any other scrip or configuration file) in a single go rather than adding # or whatever that goes for a comment for the script in question. 
Open the file to be edited using vi/vim using the [...]]]></description>
		<wfw:commentRss>http://blog.supportpro.com/2012/03/commenting-multiple-lines-in-a-shell-script-using-vivim-in-a-single-step/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tracked?</title>
		<link>http://blog.supportpro.com/2012/03/tracked/</link>
		<comments>http://blog.supportpro.com/2012/03/tracked/#comments</comments>
		<pubDate>Sat, 24 Mar 2012 05:26:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://blog.supportpro.com/?p=594</guid>
		<description><![CDATA[Privacy is everybody main concern especially while using the internet. Would you like to be tracked? Everyone would have the answer “NO”. Therefore, here is a solution in the form of a plugin/add-on. Best of all; it is FREE. Its compatible with Windows, Linux and even Mac. Currently it is available for the browsers: Chrome, [...]]]></description>
		<wfw:commentRss>http://blog.supportpro.com/2012/03/tracked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re-Route SMTP Via  IP Tables</title>
		<link>http://blog.supportpro.com/2012/03/re-route-smtp-via-ip-tables/</link>
		<comments>http://blog.supportpro.com/2012/03/re-route-smtp-via-ip-tables/#comments</comments>
		<pubDate>Sun, 11 Mar 2012 06:34:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://blog.supportpro.com/?p=590</guid>
		<description><![CDATA[Consider a situation where the email server ip gets blacklisted in a server with any email server like exim or qmail, we can reroute the smtp via another IP using IP Tables.
For routing the SMTP via xxx.xxx.xx.xx, issue the following command:
iptables -t nat  -A POSTROUTING -o eth0 -p tcp –dport 25 -j SNAT –to [...]]]></description>
		<wfw:commentRss>http://blog.supportpro.com/2012/03/re-route-smtp-via-ip-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

