<?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>Weblog Tools</title>
	<atom:link href="http://www.weblogtools.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weblogtools.org</link>
	<description></description>
	<lastBuildDate>Fri, 30 Mar 2012 10:03:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>WordPress Pagination without plugins</title>
		<link>http://www.weblogtools.org/wordpress-pagination-without-plugins/</link>
		<comments>http://www.weblogtools.org/wordpress-pagination-without-plugins/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 10:03:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.weblogtools.org/?p=36</guid>
		<description><![CDATA[http://bacsoftwareconsulting.com/blog/index.php/web-programming/add-custom-wordpress-pagination-without-plugin/]]></description>
			<content:encoded><![CDATA[<p>http://bacsoftwareconsulting.com/blog/index.php/web-programming/add-custom-wordpress-pagination-without-plugin/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weblogtools.org/wordpress-pagination-without-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security</title>
		<link>http://www.weblogtools.org/security/</link>
		<comments>http://www.weblogtools.org/security/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 07:10:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.weblogtools.org/?p=29</guid>
		<description><![CDATA[yum install mod_security mod_security configuration files /etc/httpd/conf.d/mod_security.conf &#8211; main configuration file for the mod_security Apache module. /etc/httpd/modsecurity.d/ &#8211; all other configuration files for the mod_security Apache. /etc/httpd/modsecurity.d/modsecurity_crs_10_config.conf &#8211; Configuration contained in this file should be customized for your specific requirements before deployment. /var/log/httpd/modsec_debug.log &#8211; Use debug messages for debugging mod_security rules and other problems. /var/log/httpd/modsec_audit.log [...]]]></description>
			<content:encoded><![CDATA[<p>yum install mod_security</p>
<p>mod_security configuration files</p>
<p>/etc/httpd/conf.d/mod_security.conf &#8211; main configuration file for the mod_security Apache module.<br />
/etc/httpd/modsecurity.d/ &#8211; all other configuration files for the mod_security Apache.<br />
/etc/httpd/modsecurity.d/modsecurity_crs_10_config.conf &#8211; Configuration contained in this file should be customized for your specific requirements before deployment.<br />
/var/log/httpd/modsec_debug.log &#8211; Use debug messages for debugging mod_security rules and other problems.<br />
/var/log/httpd/modsec_audit.log &#8211; All requests that trigger a ModSecurity events (as detected) or a serer error are logged (&#8220;RelevantOnly&#8221;) are logged into this file.<br />
Open /etc/httpd/modsecurity.d/modsecurity_crs_10_config.conf file, enter:<br />
# vi /etc/httpd/modsecurity.d/modsecurity_crs_10_config.conf</p>
<p>Make sure SecRuleEngine set to &#8220;On&#8221; to protect webserver for the attacks:</p>
<p>SecRuleEngine On<br />
Turn on other required options and policies as per your requirements. Finally, restart httpd:<br />
# service httpd restart</p>
<p>Make sure everything is working:<br />
# tail -f /var/log/httpd/error_log</p>
<p>#######################################################################################################</p>
<p>http://www.cyberciti.biz/faq/rhel-linux-install-suhosin-php-protection/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weblogtools.org/security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increase WordPress Loading Speed</title>
		<link>http://www.weblogtools.org/increase-wordpress-loading-speed/</link>
		<comments>http://www.weblogtools.org/increase-wordpress-loading-speed/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 17:59:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.weblogtools.org/?p=22</guid>
		<description><![CDATA[Disqus after page load Page Speed embed-facebook-twitter-google-plus-without-javascript/]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.myatus.com/2011/03/20/lazy-loading-disqus-in-wordpress/" title="Disqus after page load">Disqus after page load</a></p>
<p><a href="http://www.masternewmedia.org/how-to-speed-up-your-website-page-load-performance-by-delaying-the-load-of-javascript-and-widgets-part-2/" title="Page Speed  Tips">Page Speed</a></p>
<p><a href="http://www.ghacks.net/2011/11/30/embed-facebook-twitter-google-plus-without-javascript/" title="Social withou js">embed-facebook-twitter-google-plus-without-javascript/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weblogtools.org/increase-wordpress-loading-speed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Commands</title>
		<link>http://www.weblogtools.org/linux-commands/</link>
		<comments>http://www.weblogtools.org/linux-commands/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 20:14:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.weblogtools.org/?p=14</guid>
		<description><![CDATA[Linux commands I find usefull. free -m ( show free memory ) htop sync; echo 3 > /proc/sys/vm/drop_caches (clears cache from ram) top -b -n 1 &#124; grep -i apache ( shows apache memory consumption) df -h (free disk space) sudo useradd testuser -p testpass -d /var/www/vhosts/tvshow.com/ dscacheutil -flushcache sudo nano /private/etc/hosts Virtual Hosts Examples: [...]]]></description>
			<content:encoded><![CDATA[<p>Linux commands I find usefull.</p>
<p><strong>free -m</strong><br />
 ( show free memory )</p>
<p><strong>htop</strong></p>
<p><strong><br />
sync; echo 3 > /proc/sys/vm/drop_caches</strong><br />
(clears cache from ram)</p>
<p><strong>top -b -n 1 | grep -i apache</strong><br />
( shows apache memory consumption)<br />
<strong><br />
df -h</strong><br />
(free disk space)</p>
<p>sudo useradd testuser -p testpass -d /var/www/vhosts/tvshow.com/</p>
<p>dscacheutil -flushcache<br />
sudo nano /private/etc/hosts</p>
<p><strong>Virtual Hosts Examples:<br />
</strong></p>
<p>http://httpd.apache.org/docs/2.2/vhosts/examples.html</p>
<p>Vhosts:</p>
<p><a href="http://articles.slicehost.com/2010/5/19/apache-virtual-hosts-on-centos-part-1" title="vh">http://articles.slicehost.com/2010/5/19/apache-virtual-hosts-on-centos-part-1</a></p>
<p>Console Speed Test:<br />
wget &#8211;output-document=/dev/null http://speedtest.wdc01.softlayer.com/downloads/test500.zip</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weblogtools.org/linux-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My list</title>
		<link>http://www.weblogtools.org/hello-world/</link>
		<comments>http://www.weblogtools.org/hello-world/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 16:36:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.weblogtools.org/?p=1</guid>
		<description><![CDATA[Platinum Seo Pack  (Optimizes your WordPress blog for Search Engines (Search Engine Optimization).) W3 Total Cache   (caching) WP-DBManager (database) WP-PageNavi (page navigation)]]></description>
			<content:encoded><![CDATA[<ol>
<li><strong><strong><a title="Seo" href="http://wordpress.org/extend/plugins/platinum-seo-pack/" target="_blank">Platinum Seo Pack </a> (</strong></strong><strong>Optimizes</strong> your WordPress blog for Search Engines (<strong>Search Engine Optimization</strong>).<strong>)</strong></li>
<li><strong><a title="w3" href="http://wordpress.org/extend/plugins/w3-total-cache/" target="_blank">W3 Total Cache</a>   (caching)</strong></li>
<li><strong><a title="db" href="http://wordpress.org/extend/plugins/wp-dbmanager/" target="_blank">WP-DBManager</a> (database)</strong></li>
<li><strong><a href="http://wordpress.org/extend/plugins/wp-pagenavi/" target="_blank">WP-PageNavi</a> (page navigation)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.weblogtools.org/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

