<?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>Reliable Penguin - Blog</title>
	<atom:link href="http://blogs.reliablepenguin.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.reliablepenguin.com</link>
	<description>Linux Server Migrations, Systems Administration &#38; Programming</description>
	<lastBuildDate>Sat, 19 May 2012 11:30:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>WordPress URL Rewrites On Plesk 10 Windows</title>
		<link>http://blogs.reliablepenguin.com/2012/05/19/wordpress-url-rewrites-on-plesk-10-windows</link>
		<comments>http://blogs.reliablepenguin.com/2012/05/19/wordpress-url-rewrites-on-plesk-10-windows#comments</comments>
		<pubDate>Sat, 19 May 2012 11:30:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blogs.reliablepenguin.com/?p=434</guid>
		<description><![CDATA[<p>We needed to get URL rewrites working on a Plesk 10 Windows server for a client wanting friendly URLs in WordPress. Turned out to be pretty easy &#8230;. 1. Make sure the Microsoft IIS URL Rewrite 2 extension is installed. You can find it here: http://www.iis.net/download/URLRewrite 2. Create a web.config file in the folder where [...]</p><p><a href="http://blogs.reliablepenguin.com">Reliable Penguin - Blog</a></p>]]></description>
		<wfw:commentRss>http://blogs.reliablepenguin.com/2012/05/19/wordpress-url-rewrites-on-plesk-10-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto: Change Default Index On Plesk 10 for Windows</title>
		<link>http://blogs.reliablepenguin.com/2012/05/13/howto-change-default-index-on-plesk-10-for-windows</link>
		<comments>http://blogs.reliablepenguin.com/2012/05/13/howto-change-default-index-on-plesk-10-for-windows#comments</comments>
		<pubDate>Sun, 13 May 2012 17:28:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://blogs.reliablepenguin.com/?p=430</guid>
		<description><![CDATA[<p>When you request a URL with no file name at the end like: http://www.acme.com/ the web server consults a list of predefined &#8220;index&#8221; or &#8220;default&#8221; file names and returns the first matching file. On Plesk 10 for Windows follow these steps to change the default index page list: Login to Plesk Drill-down to the control [...]</p><p><a href="http://blogs.reliablepenguin.com">Reliable Penguin - Blog</a></p>]]></description>
		<wfw:commentRss>http://blogs.reliablepenguin.com/2012/05/13/howto-change-default-index-on-plesk-10-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install PHP SSH2 extension on RHEL 5.6 with EPEL repository</title>
		<link>http://blogs.reliablepenguin.com/2012/05/10/install-php-ssh2-extension-on-rhel-5-6-with-epel-repository</link>
		<comments>http://blogs.reliablepenguin.com/2012/05/10/install-php-ssh2-extension-on-rhel-5-6-with-epel-repository#comments</comments>
		<pubDate>Thu, 10 May 2012 14:15:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blogs.reliablepenguin.com/?p=426</guid>
		<description><![CDATA[<p>Here are the steps to install the PHP SSH2 extention on RHEL 5.6 with the EPEL repository. Install packages that may be needed: yum install php-pear php-devel libssh2 libssh2-devel Temporarily allow binary execution in /tmp mount -o remount,exec /tmp Install the extension: pecl install channel://pecl.php.net/ssh2-0.11.3 Restore /tmp restrictions: mount -o remount,noexec /tmp Reload apache: /sbin/service [...]</p><p><a href="http://blogs.reliablepenguin.com">Reliable Penguin - Blog</a></p>]]></description>
		<wfw:commentRss>http://blogs.reliablepenguin.com/2012/05/10/install-php-ssh2-extension-on-rhel-5-6-with-epel-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Putty SSH Tunnel for RDP</title>
		<link>http://blogs.reliablepenguin.com/2012/04/07/putty-ssh-tunnel-for-rdp</link>
		<comments>http://blogs.reliablepenguin.com/2012/04/07/putty-ssh-tunnel-for-rdp#comments</comments>
		<pubDate>Sun, 08 Apr 2012 01:14:28 +0000</pubDate>
		<dc:creator>leerb</dc:creator>
				<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://blogs.reliablepenguin.com/?p=409</guid>
		<description><![CDATA[<p>On occasion I need to use Remote Desktop Protocol (RDP) to access a Windows server that is not directly available on the Internet. For example I might have SSH access to a Linux host on the target network. Or the Windows host has source access controls limiting access to a specific network when I&#8217;m traveling. [...]</p><p><a href="http://blogs.reliablepenguin.com">Reliable Penguin - Blog</a></p>]]></description>
		<wfw:commentRss>http://blogs.reliablepenguin.com/2012/04/07/putty-ssh-tunnel-for-rdp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Development Sites</title>
		<link>http://blogs.reliablepenguin.com/2012/03/30/wordpress-development-sites</link>
		<comments>http://blogs.reliablepenguin.com/2012/03/30/wordpress-development-sites#comments</comments>
		<pubDate>Fri, 30 Mar 2012 16:01:29 +0000</pubDate>
		<dc:creator>leerb</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blogs.reliablepenguin.com/?p=406</guid>
		<description><![CDATA[<p>Had a conversation with a client yesterday about how best to develop a new WordPress stie before the domain name was pointing to the server. This might be the case if you&#8217;re building a new site while the domain is still pointing to the old site. If the new site has to be publicly available then [...]</p><p><a href="http://blogs.reliablepenguin.com">Reliable Penguin - Blog</a></p>]]></description>
		<wfw:commentRss>http://blogs.reliablepenguin.com/2012/03/30/wordpress-development-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk 10 Greylist Problems</title>
		<link>http://blogs.reliablepenguin.com/2012/03/16/plesk-10-greylist-problems</link>
		<comments>http://blogs.reliablepenguin.com/2012/03/16/plesk-10-greylist-problems#comments</comments>
		<pubDate>Fri, 16 Mar 2012 10:34:15 +0000</pubDate>
		<dc:creator>leerb</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://blogs.reliablepenguin.com/?p=397</guid>
		<description><![CDATA[<p>Recently on several Plesk 10 servers we&#8217;ve had users complain that they could not receive email from various domains. Upon investigation we found that the domains were all hosted on Microsoft&#8217;s Exchange email service. The bounce messages received by the sender were from bigfish.com and the source address in the server mail logs was a [...]</p><p><a href="http://blogs.reliablepenguin.com">Reliable Penguin - Blog</a></p>]]></description>
		<wfw:commentRss>http://blogs.reliablepenguin.com/2012/03/16/plesk-10-greylist-problems/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Passive Mode FTP with iptables</title>
		<link>http://blogs.reliablepenguin.com/2012/03/08/passive-mode-ftp-with-iptables</link>
		<comments>http://blogs.reliablepenguin.com/2012/03/08/passive-mode-ftp-with-iptables#comments</comments>
		<pubDate>Thu, 08 Mar 2012 10:30:23 +0000</pubDate>
		<dc:creator>leerb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.reliablepenguin.com/?p=393</guid>
		<description><![CDATA[<p>There&#8217;s lots of advice on the net about how to setup a server with iptables to allow passive mode FTP. Below is the approach that we&#8217;ve found to be most effective. Start by configuring your FTP daemon to use a fixed range of ports. We use 41361 to 65534 which is the IANA registered ephemeral port [...]</p><p><a href="http://blogs.reliablepenguin.com">Reliable Penguin - Blog</a></p>]]></description>
		<wfw:commentRss>http://blogs.reliablepenguin.com/2012/03/08/passive-mode-ftp-with-iptables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NFS Server On RackSpace Cloud</title>
		<link>http://blogs.reliablepenguin.com/2012/03/03/nfs-server-on-rackspace-cloud</link>
		<comments>http://blogs.reliablepenguin.com/2012/03/03/nfs-server-on-rackspace-cloud#comments</comments>
		<pubDate>Sat, 03 Mar 2012 12:15:44 +0000</pubDate>
		<dc:creator>leerb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.reliablepenguin.com/?p=374</guid>
		<description><![CDATA[<p>Today we&#8217;re going to setup an NFS server and client on a pair of RackSpace Cloud Servers. To get started create two cloud servers &#8211; one will be the NFS server and the other will be the NFS client. We&#8217;ll be using CentOS (RHEL) for our project but you can use the distribution of your [...]</p><p><a href="http://blogs.reliablepenguin.com">Reliable Penguin - Blog</a></p>]]></description>
		<wfw:commentRss>http://blogs.reliablepenguin.com/2012/03/03/nfs-server-on-rackspace-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Non-chrooted Cronjobs In Plesk 10</title>
		<link>http://blogs.reliablepenguin.com/2011/11/09/non-chrooted-cronjobs-in-plesk-10</link>
		<comments>http://blogs.reliablepenguin.com/2011/11/09/non-chrooted-cronjobs-in-plesk-10#comments</comments>
		<pubDate>Wed, 09 Nov 2011 15:13:05 +0000</pubDate>
		<dc:creator>leerb</dc:creator>
				<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://blogs.reliablepenguin.com/?p=343</guid>
		<description><![CDATA[<p>Plesk 10 has a bug (feature?) where it inserts this line into the crontab file for each user (including non-chrooted users): SHELL=/usr/local/psa/bin/chrootsh This effectively breaks the jobs, because it makes them try to run in a chroot jail, which won&#8217;t work. You can manually remove the lines but Plesk will restore them when the job [...]</p><p><a href="http://blogs.reliablepenguin.com">Reliable Penguin - Blog</a></p>]]></description>
		<wfw:commentRss>http://blogs.reliablepenguin.com/2011/11/09/non-chrooted-cronjobs-in-plesk-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Insert Varnish Cache With NAT Rule</title>
		<link>http://blogs.reliablepenguin.com/2011/11/08/insert-varnish-cache-with-nat-rule</link>
		<comments>http://blogs.reliablepenguin.com/2011/11/08/insert-varnish-cache-with-nat-rule#comments</comments>
		<pubDate>Tue, 08 Nov 2011 19:50:44 +0000</pubDate>
		<dc:creator>leerb</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Varnish]]></category>

		<guid isPermaLink="false">http://blogs.reliablepenguin.com/?p=338</guid>
		<description><![CDATA[<p>Here&#8217;s a simple nat rule for iptables that will route incoming web traffic to your varnish cache. This allows you to implement varnish without reconfiguring apache. In the varnish config, set the backing do be 127.0.0.1:80. iptables -D PREROUTING -s ! 127.0.0.1 -d 192.168.100.16 \ -p tcp -m tcp --dport 80 -j DNAT \ --to-destination [...]</p><p><a href="http://blogs.reliablepenguin.com">Reliable Penguin - Blog</a></p>]]></description>
		<wfw:commentRss>http://blogs.reliablepenguin.com/2011/11/08/insert-varnish-cache-with-nat-rule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

