<?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>A Programmer's Perspective &#187; linux</title>
	<atom:link href="http://www.jason-palmer.com/topics/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jason-palmer.com</link>
	<description></description>
	<lastBuildDate>Wed, 23 Jun 2010 17:32:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>PHP File Streaming with cat and passthru</title>
		<link>http://www.jason-palmer.com/2009/11/php-file-streaming-with-cat-and-passthru/</link>
		<comments>http://www.jason-palmer.com/2009/11/php-file-streaming-with-cat-and-passthru/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 00:36:45 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.jason-palmer.com/?p=63</guid>
		<description><![CDATA[The problem This weekend, I needed to figure out how to make an on-request, downloadable, backup of an entire MySQL database (for Magento, in case you were wondering). At first, I attempted the simplest approach, which was to perform the backup via system() or exec(), and then serve the file as a download using either [...]]]></description>
		<wfw:commentRss>http://www.jason-palmer.com/2009/11/php-file-streaming-with-cat-and-passthru/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Slicehost CentOS RMagick Install</title>
		<link>http://www.jason-palmer.com/2009/02/slicehost-centos-rmagick-install/</link>
		<comments>http://www.jason-palmer.com/2009/02/slicehost-centos-rmagick-install/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 03:17:49 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.jason-palmer.com/?p=28</guid>
		<description><![CDATA[I feel your pain. The problem is that if you install ImageMagick and ImageMagick-devel from yum you end up with version 6.2.x instead of the required 6.3.x or higher that RMagick requires. Just install from source.  Follow these steps. wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz cd ImageMagick-6-?? ./configure make make install gem install rmagick Relax with a beer.]]></description>
		<wfw:commentRss>http://www.jason-palmer.com/2009/02/slicehost-centos-rmagick-install/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.150 seconds -->
