<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>localhost</title>
	<atom:link href="http://shaydu.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://shaydu.wordpress.com</link>
	<description>www</description>
	<lastBuildDate>Fri, 16 Dec 2011 16:10:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='shaydu.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>localhost</title>
		<link>http://shaydu.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://shaydu.wordpress.com/osd.xml" title="localhost" />
	<atom:link rel='hub' href='http://shaydu.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Zend Model Extending from DB_Table Example</title>
		<link>http://shaydu.wordpress.com/2011/12/14/zend-model-extending-from-db_table-example/</link>
		<comments>http://shaydu.wordpress.com/2011/12/14/zend-model-extending-from-db_table-example/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 14:29:03 +0000</pubDate>
		<dc:creator>shaydu</dc:creator>
				<category><![CDATA[Data Modeling]]></category>

		<guid isPermaLink="false">http://shaydu.wordpress.com/?p=241</guid>
		<description><![CDATA[class Application_Model_DbTable_Activities extends Zend_Db_Table_Abstract { protected $_name = 'activities'; protected function activityReadById($aid) { $db = $this-&#62;getAdapter(); $sql = $db-&#62;select() -&#62;from($this-&#62;_name) -&#62;where('id = ' . $aid); $rows = $db-&#62;fetchRow($sql); return $rows; } public function activityRead($proposalId) { $db = $this-&#62;getAdapter(); $sql = $db-&#62;select() -&#62;from($this-&#62;_name) -&#62;where('proposal_id = ' . $proposalId); $rows = $db-&#62;fetchAll($sql); return $rows; }<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shaydu.wordpress.com&amp;blog=9514891&amp;post=241&amp;subd=shaydu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre>
class Application_Model_DbTable_Activities extends Zend_Db_Table_Abstract
{
    protected $_name = 'activities';

    protected function activityReadById($aid) {

        $db     = $this-&gt;getAdapter();
        $sql    = $db-&gt;select()
                     -&gt;from($this-&gt;_name)
                     -&gt;where('id = ' . $aid);
        $rows   = $db-&gt;fetchRow($sql);

        return $rows;
    }

    public function activityRead($proposalId) {

        $db     = $this-&gt;getAdapter();
        $sql    = $db-&gt;select()
                     -&gt;from($this-&gt;_name)
                     -&gt;where('proposal_id = ' . $proposalId);
        $rows   = $db-&gt;fetchAll($sql);

        return $rows;
    }
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shaydu.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shaydu.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shaydu.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shaydu.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shaydu.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shaydu.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shaydu.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shaydu.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shaydu.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shaydu.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shaydu.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shaydu.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shaydu.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shaydu.wordpress.com/241/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shaydu.wordpress.com&amp;blog=9514891&amp;post=241&amp;subd=shaydu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shaydu.wordpress.com/2011/12/14/zend-model-extending-from-db_table-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/edb0f748a72d1699dc9e9910dcdd4b91?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shaydu</media:title>
		</media:content>
	</item>
		<item>
		<title>MySQL Optimization Articles</title>
		<link>http://shaydu.wordpress.com/2011/11/18/mysql-optimization-articles/</link>
		<comments>http://shaydu.wordpress.com/2011/11/18/mysql-optimization-articles/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 21:25:11 +0000</pubDate>
		<dc:creator>shaydu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shaydu.wordpress.com/?p=234</guid>
		<description><![CDATA[installed mytop to monitor and log slow queries. usage: $/mytop -h localhost -u db_name -p &#62;pass&#60; -d db_name mytop HOWTOs labels – how to read output http://www.opensourcetutorials.com/tutorials/Server-Side-Coding/Administration/mytop/page2.html http://jeremy.zawodny.com/mysql/mytop/mytop.html Sleeping Query Debugging: http://www.mysqlperformanceblog.com/2007/02/08/debugging-sleeping-connections-with-mysql/ Materialized Views: http://nuts-and-bolts-of-cakephp.com/2010/09/20/speeding-things-up-with-materialized-views-and-mysql/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shaydu.wordpress.com&amp;blog=9514891&amp;post=234&amp;subd=shaydu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>installed mytop to monitor and log slow queries.</p>
<p>usage: $/mytop -h localhost -u db_name -p &gt;pass&lt; -d db_name</p>
<p>mytop HOWTOs<br />
labels – how to read output</p>
<p>http://www.opensourcetutorials.com/tutorials/Server-Side-Coding/Administration/mytop/page2.html</p>
<p>http://jeremy.zawodny.com/mysql/mytop/mytop.html</p>
<p>Sleeping Query Debugging:</p>
<p>http://www.mysqlperformanceblog.com/2007/02/08/debugging-sleeping-connections-with-mysql/</p>
<p>Materialized Views:</p>
<p>http://nuts-and-bolts-of-cakephp.com/2010/09/20/speeding-things-up-with-materialized-views-and-mysql/</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shaydu.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shaydu.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shaydu.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shaydu.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shaydu.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shaydu.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shaydu.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shaydu.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shaydu.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shaydu.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shaydu.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shaydu.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shaydu.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shaydu.wordpress.com/234/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shaydu.wordpress.com&amp;blog=9514891&amp;post=234&amp;subd=shaydu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shaydu.wordpress.com/2011/11/18/mysql-optimization-articles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/edb0f748a72d1699dc9e9910dcdd4b91?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shaydu</media:title>
		</media:content>
	</item>
		<item>
		<title>Flex Databinding Introduction</title>
		<link>http://shaydu.wordpress.com/2011/08/11/flex-databinding-introduction/</link>
		<comments>http://shaydu.wordpress.com/2011/08/11/flex-databinding-introduction/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 15:53:23 +0000</pubDate>
		<dc:creator>shaydu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shaydu.wordpress.com/?p=229</guid>
		<description><![CDATA[http://www.slideshare.net/michael.labriola/diving-in-the-flex-data-binding-waters-presentation<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shaydu.wordpress.com&amp;blog=9514891&amp;post=229&amp;subd=shaydu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://www.slideshare.net/michael.labriola/diving-in-the-flex-data-binding-waters-presentation</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shaydu.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shaydu.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shaydu.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shaydu.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shaydu.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shaydu.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shaydu.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shaydu.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shaydu.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shaydu.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shaydu.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shaydu.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shaydu.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shaydu.wordpress.com/229/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shaydu.wordpress.com&amp;blog=9514891&amp;post=229&amp;subd=shaydu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shaydu.wordpress.com/2011/08/11/flex-databinding-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/edb0f748a72d1699dc9e9910dcdd4b91?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shaydu</media:title>
		</media:content>
	</item>
		<item>
		<title>Updating Flex SDK version from 4.0 to 4.5.1 using Flash Builder 4</title>
		<link>http://shaydu.wordpress.com/2011/08/08/updating-flex-sdk-version-from-4-0-to-4-5-1-using-flash-builder-4/</link>
		<comments>http://shaydu.wordpress.com/2011/08/08/updating-flex-sdk-version-from-4-0-to-4-5-1-using-flash-builder-4/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 19:35:50 +0000</pubDate>
		<dc:creator>shaydu</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex 3.0]]></category>

		<guid isPermaLink="false">http://shaydu.wordpress.com/?p=230</guid>
		<description><![CDATA[first download the latest SDK from this link. http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4.5 then copy the contents into the sdk folder under 4.5.1. I found this folder here: C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\sdks open flash builder 4 go to window &#62; preferences &#62; Flash Builder &#62; Installed Flex SDKs &#62; add then select your new download folder. I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shaydu.wordpress.com&amp;blog=9514891&amp;post=230&amp;subd=shaydu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>first download the latest SDK from this link.</p>
<p>http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4.5</p>
<p>then copy the contents into the sdk folder under 4.5.1. I found this folder here:<br />
C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\sdks</p>
<p>open flash builder 4</p>
<p>go to window &gt; preferences &gt; Flash Builder &gt; Installed Flex SDKs &gt; add</p>
<p>then select your new download folder.</p>
<p>I had to uninstall Flash Player and download a new one due to this error:<br />
This project requires a more recent version of the Adobe Flash Player. You might need to install the Flash Player or reinstall Flash Builder.</p>
<p>This seems to have fixed the problems.</p>
<p>I&#8217;m not sure if the updaters do all of this automatically or not:</p>
<p>http://www.adobe.com/support/flex/downloads_updaters.html#flex4</p>
<p>That will be worth researching first before i do this again.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shaydu.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shaydu.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shaydu.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shaydu.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shaydu.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shaydu.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shaydu.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shaydu.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shaydu.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shaydu.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shaydu.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shaydu.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shaydu.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shaydu.wordpress.com/230/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shaydu.wordpress.com&amp;blog=9514891&amp;post=230&amp;subd=shaydu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shaydu.wordpress.com/2011/08/08/updating-flex-sdk-version-from-4-0-to-4-5-1-using-flash-builder-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/edb0f748a72d1699dc9e9910dcdd4b91?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shaydu</media:title>
		</media:content>
	</item>
		<item>
		<title>EC2 Tutorial for Noobs</title>
		<link>http://shaydu.wordpress.com/2011/08/04/ec2-tutorial-for-noobs/</link>
		<comments>http://shaydu.wordpress.com/2011/08/04/ec2-tutorial-for-noobs/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 22:25:21 +0000</pubDate>
		<dc:creator>shaydu</dc:creator>
				<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://shaydu.wordpress.com/?p=227</guid>
		<description><![CDATA[&#160; &#160; http://www.ermann.org/2011/03/installing-wordpress-on-amazon-ec2-centos-in-20-minutes/ &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shaydu.wordpress.com&amp;blog=9514891&amp;post=227&amp;subd=shaydu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://www.ermann.org/2011/03/installing-wordpress-on-amazon-ec2-centos-in-20-minutes/">http://www.ermann.org/2011/03/installing-wordpress-on-amazon-ec2-centos-in-20-minutes/</a></p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shaydu.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shaydu.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shaydu.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shaydu.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shaydu.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shaydu.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shaydu.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shaydu.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shaydu.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shaydu.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shaydu.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shaydu.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shaydu.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shaydu.wordpress.com/227/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shaydu.wordpress.com&amp;blog=9514891&amp;post=227&amp;subd=shaydu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shaydu.wordpress.com/2011/08/04/ec2-tutorial-for-noobs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/edb0f748a72d1699dc9e9910dcdd4b91?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shaydu</media:title>
		</media:content>
	</item>
		<item>
		<title>IPTables / Fail2ban</title>
		<link>http://shaydu.wordpress.com/2011/07/25/iptables-fail2ban/</link>
		<comments>http://shaydu.wordpress.com/2011/07/25/iptables-fail2ban/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 22:21:30 +0000</pubDate>
		<dc:creator>shaydu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shaydu.wordpress.com/?p=221</guid>
		<description><![CDATA[If IP incorrectly banned, run: service iptables restart see who was banned: iptables -nL /etc/fail2ban/jail.conf contains parameters for each service after config changes, run service fail2ban restart<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shaydu.wordpress.com&amp;blog=9514891&amp;post=221&amp;subd=shaydu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If IP incorrectly banned, run: service iptables restart</p>
<p>see who was banned:<br />
iptables -nL</p>
<p>/etc/fail2ban/jail.conf contains parameters for each service</p>
<p>after config changes, run service fail2ban restart</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shaydu.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shaydu.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shaydu.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shaydu.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shaydu.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shaydu.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shaydu.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shaydu.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shaydu.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shaydu.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shaydu.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shaydu.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shaydu.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shaydu.wordpress.com/221/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shaydu.wordpress.com&amp;blog=9514891&amp;post=221&amp;subd=shaydu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shaydu.wordpress.com/2011/07/25/iptables-fail2ban/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/edb0f748a72d1699dc9e9910dcdd4b91?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shaydu</media:title>
		</media:content>
	</item>
		<item>
		<title>Prevent script execution in directories using .htaccess</title>
		<link>http://shaydu.wordpress.com/2011/07/12/prevent-script-execution-in-directories-using-htaccess/</link>
		<comments>http://shaydu.wordpress.com/2011/07/12/prevent-script-execution-in-directories-using-htaccess/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 17:43:41 +0000</pubDate>
		<dc:creator>shaydu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shaydu.wordpress.com/?p=215</guid>
		<description><![CDATA[Options -ExecCGI AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi http://codex.wordpress.org/htaccess_for_subdirectories<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shaydu.wordpress.com&amp;blog=9514891&amp;post=215&amp;subd=shaydu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Options -ExecCGI<br />
AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi</p>
<p>http://codex.wordpress.org/htaccess_for_subdirectories</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shaydu.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shaydu.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shaydu.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shaydu.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shaydu.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shaydu.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shaydu.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shaydu.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shaydu.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shaydu.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shaydu.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shaydu.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shaydu.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shaydu.wordpress.com/215/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shaydu.wordpress.com&amp;blog=9514891&amp;post=215&amp;subd=shaydu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shaydu.wordpress.com/2011/07/12/prevent-script-execution-in-directories-using-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/edb0f748a72d1699dc9e9910dcdd4b91?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shaydu</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux Directory Structure to a CSV file</title>
		<link>http://shaydu.wordpress.com/2011/07/12/linux-directory-structure-to-a-csv-file/</link>
		<comments>http://shaydu.wordpress.com/2011/07/12/linux-directory-structure-to-a-csv-file/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 14:50:31 +0000</pubDate>
		<dc:creator>shaydu</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[UNIX/LINUX]]></category>

		<guid isPermaLink="false">http://shaydu.wordpress.com/?p=211</guid>
		<description><![CDATA[Output Linux directory structure to a csv file find -maxdepth 4 &#124; sed -e&#8217;s/&#8221;/\\&#8221;/g&#8217; -e&#8217;s/^..//&#8217; -e&#8217;s/\//&#8221;,&#8221;/g&#8217; -e&#8217;s/^/&#8221;/&#8217; -e&#8217;s/$/&#8221;/&#8217; &#62; http://www.linuxquestions.org/questions/linux-software-2/utility-needed-list-folder-tree-and-files-in-text-file-501817/ http://www.liamdelahunty.com/tips/linux_find_exclude_multiple_directories.php &#160; &#160; &#160; &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shaydu.wordpress.com&amp;blog=9514891&amp;post=211&amp;subd=shaydu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Output Linux directory structure to a csv file</p>
<p>find -maxdepth 4 | sed -e&#8217;s/&#8221;/\\&#8221;/g&#8217; -e&#8217;s/^..//&#8217; -e&#8217;s/\//&#8221;,&#8221;/g&#8217; -e&#8217;s/^/&#8221;/&#8217; -e&#8217;s/$/&#8221;/&#8217; &gt;</p>
<p>http://www.linuxquestions.org/questions/linux-software-2/utility-needed-list-folder-tree-and-files-in-text-file-501817/</p>
<p><a href="http://www.liamdelahunty.com/tips/linux_find_exclude_multiple_directories.php">http://www.liamdelahunty.com/tips/linux_find_exclude_multiple_directories.php</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shaydu.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shaydu.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shaydu.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shaydu.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shaydu.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shaydu.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shaydu.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shaydu.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shaydu.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shaydu.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shaydu.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shaydu.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shaydu.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shaydu.wordpress.com/211/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shaydu.wordpress.com&amp;blog=9514891&amp;post=211&amp;subd=shaydu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shaydu.wordpress.com/2011/07/12/linux-directory-structure-to-a-csv-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/edb0f748a72d1699dc9e9910dcdd4b91?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shaydu</media:title>
		</media:content>
	</item>
		<item>
		<title>Troubleshooting Apache (HTTPD) Configuration</title>
		<link>http://shaydu.wordpress.com/2011/05/04/troubleshooting-apache-httpd-configuration/</link>
		<comments>http://shaydu.wordpress.com/2011/05/04/troubleshooting-apache-httpd-configuration/#comments</comments>
		<pubDate>Wed, 04 May 2011 01:10:47 +0000</pubDate>
		<dc:creator>shaydu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shaydu.wordpress.com/?p=212</guid>
		<description><![CDATA[httpd -t show all domains with errors httpd -S show all  domains<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shaydu.wordpress.com&amp;blog=9514891&amp;post=212&amp;subd=shaydu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>httpd -t<br />
show all domains with errors</p>
<p>httpd -S</p>
<p>show all  domains</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shaydu.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shaydu.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shaydu.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shaydu.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shaydu.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shaydu.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shaydu.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shaydu.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shaydu.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shaydu.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shaydu.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shaydu.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shaydu.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shaydu.wordpress.com/212/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shaydu.wordpress.com&amp;blog=9514891&amp;post=212&amp;subd=shaydu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shaydu.wordpress.com/2011/05/04/troubleshooting-apache-httpd-configuration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/edb0f748a72d1699dc9e9910dcdd4b91?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shaydu</media:title>
		</media:content>
	</item>
		<item>
		<title>Disable Cron Email Notifications in Plesk</title>
		<link>http://shaydu.wordpress.com/2011/05/02/disable-cron-email-notifications-in-plesk/</link>
		<comments>http://shaydu.wordpress.com/2011/05/02/disable-cron-email-notifications-in-plesk/#comments</comments>
		<pubDate>Mon, 02 May 2011 17:22:55 +0000</pubDate>
		<dc:creator>shaydu</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[UNIX/LINUX]]></category>

		<guid isPermaLink="false">http://shaydu.wordpress.com/?p=208</guid>
		<description><![CDATA[In Plesk, under the cron administration page, add a &#8216; &#38;&#62; /dev/null&#8217; at the end of any cron jobs to eliminate email output for that command. This should be appended to the linux command itself.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shaydu.wordpress.com&amp;blog=9514891&amp;post=208&amp;subd=shaydu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In Plesk, under the cron administration page, add a &#8216; &amp;&gt; /dev/null&#8217; at the end of any cron jobs to eliminate email output for that command. This should be appended to the linux command itself.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shaydu.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shaydu.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shaydu.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shaydu.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shaydu.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shaydu.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shaydu.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shaydu.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shaydu.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shaydu.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shaydu.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shaydu.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shaydu.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shaydu.wordpress.com/208/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shaydu.wordpress.com&amp;blog=9514891&amp;post=208&amp;subd=shaydu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shaydu.wordpress.com/2011/05/02/disable-cron-email-notifications-in-plesk/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/edb0f748a72d1699dc9e9910dcdd4b91?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shaydu</media:title>
		</media:content>
	</item>
	</channel>
</rss>
