<?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>Thu, 01 Dec 2011 15:03:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<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>
		<item>
		<title>SED Trick &#8211; Add slashes to filenames if needed</title>
		<link>http://blogs.reliablepenguin.com/2011/08/30/sed-trick-add-slashes-to-filenames-if-needed</link>
		<comments>http://blogs.reliablepenguin.com/2011/08/30/sed-trick-add-slashes-to-filenames-if-needed#comments</comments>
		<pubDate>Tue, 30 Aug 2011 12:17:45 +0000</pubDate>
		<dc:creator>leerb</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://blogs.reliablepenguin.com/?p=327</guid>
		<description><![CDATA[<p>This sed command will append / to the end of every line in filename.txt which doesn&#8217;t already have one. sed -i '/\/$/!s/$/\//g' filename.txt</p><p><a href="http://blogs.reliablepenguin.com">Reliable Penguin - Blog</a></p>]]></description>
		<wfw:commentRss>http://blogs.reliablepenguin.com/2011/08/30/sed-trick-add-slashes-to-filenames-if-needed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento Upgade Notes</title>
		<link>http://blogs.reliablepenguin.com/2011/08/04/magento-upgade-notes</link>
		<comments>http://blogs.reliablepenguin.com/2011/08/04/magento-upgade-notes#comments</comments>
		<pubDate>Thu, 04 Aug 2011 15:13:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://blogs.reliablepenguin.com/?p=295</guid>
		<description><![CDATA[<p>Here are some useful notes for upgrading Magento: Before starting the upgrade, block all access to the site by turning on password protection. It is critical that only one browser execute the database upgrade. Next make a full backup of all files and the database. If the upgrade fails you&#8217;ll need these to restore. Using [...]</p><p><a href="http://blogs.reliablepenguin.com">Reliable Penguin - Blog</a></p>]]></description>
		<wfw:commentRss>http://blogs.reliablepenguin.com/2011/08/04/magento-upgade-notes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RackSpace DNSaaS</title>
		<link>http://blogs.reliablepenguin.com/2011/07/20/dnsaas</link>
		<comments>http://blogs.reliablepenguin.com/2011/07/20/dnsaas#comments</comments>
		<pubDate>Wed, 20 Jul 2011 19:26:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[RackSpace]]></category>

		<guid isPermaLink="false">http://blogs.reliablepenguin.com/?p=290</guid>
		<description><![CDATA[<p>Looks like RackSpace is doing DNS as a service with an API. Here are the links: Retail Site http://www.rackspace.com/cloud/cloud_hosting_products/dns/ API Developers Guide http://docs.rackspace.com/api/ Tutorial http://www.collazo.ws/2011/07/08/using-rackspace-dnsaas-with-curl-part-1 This should make it much easier to do bulk DNS operations in the cloud.</p><p><a href="http://blogs.reliablepenguin.com">Reliable Penguin - Blog</a></p>]]></description>
		<wfw:commentRss>http://blogs.reliablepenguin.com/2011/07/20/dnsaas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk Admin Password</title>
		<link>http://blogs.reliablepenguin.com/2011/07/19/plesk-admin-password</link>
		<comments>http://blogs.reliablepenguin.com/2011/07/19/plesk-admin-password#comments</comments>
		<pubDate>Tue, 19 Jul 2011 12:03:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://blogs.reliablepenguin.com/?p=284</guid>
		<description><![CDATA[<p>On versions prior to Plesk 10, you can find the Plesk admin password in: /etc/psa/.psa.shadow For Plesk 10 and beyond, use this command instead: /usr/local/psa/bin/admin --show-password Even more interesting is the MySQL admin password. For all versions of Plesk, the MySQL admin password is the string contained in /etc/psa/.psa.shadow. In Plesk 10, the password is [...]</p><p><a href="http://blogs.reliablepenguin.com">Reliable Penguin - Blog</a></p>]]></description>
		<wfw:commentRss>http://blogs.reliablepenguin.com/2011/07/19/plesk-admin-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manage Apache Modules On Ubuntu</title>
		<link>http://blogs.reliablepenguin.com/2011/06/07/manage-apache-modules-on-ubuntu</link>
		<comments>http://blogs.reliablepenguin.com/2011/06/07/manage-apache-modules-on-ubuntu#comments</comments>
		<pubDate>Tue, 07 Jun 2011 12:35:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blogs.reliablepenguin.com/?p=281</guid>
		<description><![CDATA[<p>Configuration for enable modules is stored in: /etc/apache2/mods-enabled Available but inactive modules are stored in: /etc/apache2/mods-available A module can be enabled with: a2enmod [modulename] Where [modulename] is the module to be enabled. For example: a2enmod rewrite will enable the rewrite module. A module can be disabled in a similar fashion with: a2dismod [modulename] Don&#8217;t forget [...]</p><p><a href="http://blogs.reliablepenguin.com">Reliable Penguin - Blog</a></p>]]></description>
		<wfw:commentRss>http://blogs.reliablepenguin.com/2011/06/07/manage-apache-modules-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Syncing Content Between RackSpace Cloud Servers With Unison</title>
		<link>http://blogs.reliablepenguin.com/2011/06/02/syncing-content-between-rackspace-cloud-servers-with-unison</link>
		<comments>http://blogs.reliablepenguin.com/2011/06/02/syncing-content-between-rackspace-cloud-servers-with-unison#comments</comments>
		<pubDate>Thu, 02 Jun 2011 12:35:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.reliablepenguin.com/?p=276</guid>
		<description><![CDATA[<p>We have two RackSpace Cloud Server running CentOS that need to have the web content kept in sync. Changes on either server need to be replicated to the other server. Easy way to get this accomplished is with the Unison File Syncronizer (http://www.cis.upenn.edu/~bcpierce/unison/). Here are the steps: 1. Install SSH keys for root on each [...]</p><p><a href="http://blogs.reliablepenguin.com">Reliable Penguin - Blog</a></p>]]></description>
		<wfw:commentRss>http://blogs.reliablepenguin.com/2011/06/02/syncing-content-between-rackspace-cloud-servers-with-unison/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Install WordPress on Ubuntu virtual server at Media Temple</title>
		<link>http://blogs.reliablepenguin.com/2011/05/25/install-wordpress-on-ubuntu-virtual-server-at-media-temple</link>
		<comments>http://blogs.reliablepenguin.com/2011/05/25/install-wordpress-on-ubuntu-virtual-server-at-media-temple#comments</comments>
		<pubDate>Wed, 25 May 2011 13:19:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blogs.reliablepenguin.com/?p=270</guid>
		<description><![CDATA[<p>Server is a MediaTemple &#8220;ve&#8221; server which is a Parallels Virtuozzo container with Ubuntu 10.04 LTS Lucid installed as the operating system. The first step is to install packages: apt-get update apt-get install mysql-server apt-get install apache2 apt-get install php5 apt-get install php5-mysql Now set mysql service to start automatically: update-rc.d mysql defaults service mysql [...]</p><p><a href="http://blogs.reliablepenguin.com">Reliable Penguin - Blog</a></p>]]></description>
		<wfw:commentRss>http://blogs.reliablepenguin.com/2011/05/25/install-wordpress-on-ubuntu-virtual-server-at-media-temple/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to verify SSL cert from command line</title>
		<link>http://blogs.reliablepenguin.com/2011/04/27/howto-verify-ssl-cert-from-command-line</link>
		<comments>http://blogs.reliablepenguin.com/2011/04/27/howto-verify-ssl-cert-from-command-line#comments</comments>
		<pubDate>Wed, 27 Apr 2011 07:20:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>When I need to verify an SSL certificate and the corresponding CA intermediate certs a good tool is openssl like this: openssl verify -CAfile cabundle.crt www.domain.com.crt</p><p><a href="http://blogs.reliablepenguin.com">Reliable Penguin - Blog</a></p>]]></description>
		<wfw:commentRss>http://blogs.reliablepenguin.com/2011/04/27/howto-verify-ssl-cert-from-command-line/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

