<?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>Strong as an Ox &#187; ubuntu</title>
	<atom:link href="http://www.strongasanox.co.uk/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.strongasanox.co.uk</link>
	<description>Ian Oxley - ASP.NET, PHP, JavaScript and Web Applications</description>
	<lastBuildDate>Tue, 24 Aug 2010 22:54:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Xdebug Tailored Installation Instructions with PHP 5.2 and Ubuntu 10.04</title>
		<link>http://www.strongasanox.co.uk/2010/05/18/xdebug-tailored-installation-instructions-with-php-5-2-and-ubuntu-10-04/</link>
		<comments>http://www.strongasanox.co.uk/2010/05/18/xdebug-tailored-installation-instructions-with-php-5-2-and-ubuntu-10-04/#comments</comments>
		<pubDate>Tue, 18 May 2010 21:27:14 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[devtools]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xdebug]]></category>

		<guid isPermaLink="false">http://www.strongasanox.co.uk/?p=356</guid>
		<description><![CDATA[I was really impressed with the Xdebug Tailored Installation Instructions earlier today. Setting up a dev machine at my new job wasn&#8217;t going quite according to plan because, as nice as Ubuntu 10.04 Lucid Lynx is: Installing PHP via sudo apt-get install php5 installs the latest version from the repositories (version 5.3 at the time [...]]]></description>
			<content:encoded><![CDATA[<p>I was really impressed with the <a href="http://xdebug.org/find-binary.php">Xdebug Tailored Installation Instructions</a> earlier today. Setting up a dev machine at <a href="http://www.orangebus.co.uk/">my new job</a> wasn&#8217;t going quite according to plan because, as nice as Ubuntu 10.04 Lucid Lynx is:</p>
<ol>
<li>Installing PHP via <code>sudo apt-get install php5</code> installs the latest version from the repositories (version 5.3 at the time of writing)</li>
<li>We do a lot of work in Drupal, mostly version 6 which isn&#8217;t compatible with PHP 5.3 (and quite a few modules that work with Drupal 6 don&#8217;t work with Drupal 7 apparently &#8211; Drupal 7 plays a lot nicer with PHP 5.3 by all accounts).</li>
<li>So it was necessary to uninstall all the PHP 5.3 packages, <a href="http://ohioloco.ubuntuforums.org/showpost.php?p=9080474&amp;postcount=7">add the karmic repositories to the sources.list</a> then reinstall PHP &#8211; this time PHP 5.2</li>
</ol>
<p>Once all this was done, it was time to install Xdebug. The tailored installation instructions seemed the best option as I&#8217;d just had to revert to a previous version of PHP. And, it couldn&#8217;t have been simpler or more straight-forward to do:</p>
<ol>
<li>Go to <a href="http://xdebug.org/find-binary.php">http://xdebug.org/find-binary.php</a>, paste in the HTML from your <code>phpinfo()</code> output and submit the form</li>
<li>You&#8217;ll get a nice summary and some instructions to follow <img src='http://www.strongasanox.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
<div id="attachment_358" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.strongasanox.co.uk/wp-content/uploads/2010/05/xdebug_summary.jpg"><img class="size-thumbnail wp-image-358 " title="Summary" src="http://www.strongasanox.co.uk/wp-content/uploads/2010/05/xdebug_summary-150x150.jpg" alt="Summary" width="150" height="150" /></a><p class="wp-caption-text">Summary</p></div>
<p><div id="attachment_359" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.strongasanox.co.uk/wp-content/uploads/2010/05/xdebug_instructions.jpg"><img class="size-thumbnail wp-image-359 " title="Instructions" src="http://www.strongasanox.co.uk/wp-content/uploads/2010/05/xdebug_instructions-150x150.jpg" alt="Instructions" width="150" height="150" /></a><p class="wp-caption-text">Instructions</p></div></li>
</ol>
<p>After following the instructions, restart apache and reload your <code>phpinfo()</code> page: if your experience is anything as good as mine you should see all the xdebug configuration options set up nicely and ready to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.strongasanox.co.uk/2010/05/18/xdebug-tailored-installation-instructions-with-php-5-2-and-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Makes a Good Printer Test Page?</title>
		<link>http://www.strongasanox.co.uk/2010/01/19/what-makes-a-good-printer-test-page/</link>
		<comments>http://www.strongasanox.co.uk/2010/01/19/what-makes-a-good-printer-test-page/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 23:46:58 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[ux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows7]]></category>

		<guid isPermaLink="false">http://www.strongasanox.co.uk/?p=283</guid>
		<description><![CDATA[I don&#8217;t normally think twice about printer test pages. And, to be honest, who does? But I was setting up a new printer at home the other day on my laptop, which dual boots into Ubuntu 9.10 (Karmic Koala) and Windows 7 and couldn&#8217;t help but notice that stark contrast between the Windows 7 printer [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t normally think twice about printer test pages. And, to be honest, who does? But I was setting up a new printer at home the other day on my laptop, which dual boots into Ubuntu 9.10 (Karmic Koala) and Windows 7 and couldn&#8217;t help but notice that stark contrast between the Windows 7 printer test page and it&#8217;s Ubuntu counterpart:</p>
<div class="wp-caption alignnone" style="width: 510px"><img title="Windows 7 printer test page" src="http://farm5.static.flickr.com/4011/4286502296_906bd41127.jpg" alt="Windows 7 printer test page" width="500" height="375" /><p class="wp-caption-text">Windows 7 printer test page</p></div>
<div class="wp-caption alignnone" style="width: 510px"><img title="Ubuntu 9.10 printer test page" src="http://farm5.static.flickr.com/4020/4286502490_8ef740d406.jpg" alt="Ubuntu 9.10 printer test page" width="500" height="375" /><p class="wp-caption-text">Ubuntu 9.10 printer test page</p></div>
<p>I know which one I find more useful and informative <img src='http://www.strongasanox.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.strongasanox.co.uk/2010/01/19/what-makes-a-good-printer-test-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating RubyGems on Ubuntu to Install Jekyll</title>
		<link>http://www.strongasanox.co.uk/2009/11/25/updating-rubygems-on-ubuntu-to-install-jekyll/</link>
		<comments>http://www.strongasanox.co.uk/2009/11/25/updating-rubygems-on-ubuntu-to-install-jekyll/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 23:10:05 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[jekyll]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubygems]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.strongasanox.co.uk/?p=242</guid>
		<description><![CDATA[Having recently read about Jekyll I decided to boot up Ubuntu, install all the bits and pieces and give it a try. However, I fell at the first hurdle when greeted by the following error: Error installing gemcutter: gemcutter requires RubyGems version &#62;= 1.3.5 The Synaptic Package Manager reported everything as being up-to-date but only [...]]]></description>
			<content:encoded><![CDATA[<p>Having recently <a href="http://articles.sitepoint.com/article/jekyll-sites-made-simple">read about Jekyll</a> I decided to boot up Ubuntu, install all the bits and pieces and give it a try. However, I fell at the first hurdle when greeted by the following error:</p>
<blockquote>
<div>Error installing gemcutter:<br />
gemcutter requires RubyGems version &gt;= 1.3.5</div>
</blockquote>
<p>The Synaptic Package Manager reported everything as being <em>up-to-date</em> but only to version 1.3.1. As it turns out, there is another way to <a href="http://rudygems.com/post/164224985/update-rubygems-on-ubuntu">update rubygems on Ubuntu</a>, which worked a treat! The rest of the installation was a breeze <img src='http://www.strongasanox.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>If you are interested more info on Jekyll can be found on <a href="http://github.com/mojombo/jekyll">GitHub</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.strongasanox.co.uk/2009/11/25/updating-rubygems-on-ubuntu-to-install-jekyll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
