<?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>Steve's Space &#187; Ubuntu</title>
	<atom:link href="http://www.steve-c.co.uk/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.steve-c.co.uk</link>
	<description>Stephen Courtney's Blog</description>
	<lastBuildDate>Sun, 25 Apr 2010 15:26:58 +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>Music Player Progress</title>
		<link>http://www.steve-c.co.uk/2008/07/20/music-player-progress/</link>
		<comments>http://www.steve-c.co.uk/2008/07/20/music-player-progress/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 14:52:24 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.steve-c.co.uk/?p=66</guid>
		<description><![CDATA[I&#8217;ve finally found the time to setup my web-based music player on the new (virtual) Ubuntu server. At the same time, I took the opportunity to make it all unicode compliant. Actually, I had to do that, since the music is actually on the Vista box, and accessed via a CIFS mountpoint setup in /etc/fstab. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally found the time to setup my web-based music player on the new (virtual) Ubuntu server. At the same time, I took the opportunity to make it all unicode compliant. Actually, I had to do that, since the music is actually on the Vista box, and accessed via a CIFS mountpoint setup in /etc/fstab.</p>
<p>I had a few issues that got in the way:</p>
<ol>
<li>Getting the correct options in /etc/fstab to mount the share and make sense of the accented characters. This was solved by following <a href="http://ubuntuforums.org/showthread.php?t=728751">this article</a> on the Ubuntu forums. It would have been even quicker to sort, had I not forgotten that my SSH session wasn&#8217;t set to display unicode &#8211; so I still couldn&#8217;t actually see the right characters even when the fstab was correctly configured!</li>
<li>The current version of <a href="http://lame.sourceforge.net/index.php">LAME</a> in the Ubuntu repositories (3.97) is not the latest stable one (3.98). This probably isn&#8217;t crucial, but my transcoding makes use of some of the new features (such as embedding album-art). This was easily fixed by downloading and compiling the latest release.</li>
<li>The GD graphics library that is installed with the php5-gd package under Ubuntu is missing a lot of the features that the bundled PHP version includes (such as rotation). The proper fix for this is to compile PHP with the library. I took the cheat&#8217;s route, and simply extracted the bundled library from the <a href="ftp://ftp.linux.org.uk/pub/distributions/fedora/linux/releases/9/Fedora/x86_64/os/Packages/php-gd-5.2.5-7.fc9.x86_64.rpm">Fedora distribution&#8217;s RPM file</a> (note that that link is to the 64-bit version).</li>
</ol>
<p>After a few tweaks to the PHP code to make sure unicode text was treated as such (and changing the collation type of the database tables to match) it&#8217;s all working properly. Or rather, it&#8217;s working as well as can be expected considering that it&#8217;s not actually finished yet!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.steve-c.co.uk/2008/07/20/music-player-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Media Centre experiments</title>
		<link>http://www.steve-c.co.uk/2008/06/17/media-centre-experiments/</link>
		<comments>http://www.steve-c.co.uk/2008/06/17/media-centre-experiments/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 20:19:19 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[media centre]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.steve-c.co.uk/?p=37</guid>
		<description><![CDATA[After having waited for ages, I finally bought the bits to make a proper media centre PC. I went for an Antec Fusion case, an AMD 4450e CPU, 4GB DDR800 RAM, a 750GB WD Green Power hard drive, a Scythe Mini-Ninja cooler and the Gigabyte GA-MA78GM-S2H motherboard. The hardware assembly was actually the easy part [...]]]></description>
			<content:encoded><![CDATA[<p>After having waited for ages, I finally bought the bits to make a proper media centre PC. I went for an <a href="http://www.antec.com/uk/productDetails.php?ProdID=08743">Antec Fusion</a> case, an <a href="http://products.amd.com/en-us/DesktopCPUDetail.aspx?id=427">AMD 4450e</a> CPU, <a href="http://www.ocztechnology.com/products/memory/ocz_ddr2_pc2_6400_platinum_revision_2_dual_channel">4GB DDR800</a> RAM, a <a href="http://www.westerndigital.com/en/products/products.asp?driveid=337">750GB WD Green Power</a> hard drive, a <a href="http://www.scythe-usa.com/product/cpu/032/scmnj1000_detail.html">Scythe Mini-Ninja</a> cooler and the Gigabyte <a href="http://www.gigabyte.com.tw/Products/Motherboard/Products_Overview.aspx?ProductID=2758">GA-MA78GM-S2H</a> motherboard.</p>
<p>The hardware assembly was actually the easy part (aside from a slight omission in the manual regarding the front panel connectors). I&#8217;d decided to go with Mythbuntu (based on the recently released Ubuntu 8.04 Hardy Heron) and the initial install actually went pretty smoothly &#8211; some people had experienced issues with the AHCI mode for the SATA ports, but once I was on BIOS revision F4 everything seemed to be ok.</p>
<p>My main gripe is that Mythbuntu (currently) doesn&#8217;t make it easy enough to do what I actually want &#8211; I love tinkering with Linux as much as the next geek, but I want my media centre to just <em>work</em>, &#8211; I&#8217;m sure the display issues would probably be sorted if I bought an Nvidia card, and that the myriad other small niggles are solvable, but that&#8217;s not the point.</p>
<p>At this time I&#8217;m backing up my media, and am about to install a trial of Windows Vista &#8211; but if I do go with that, I&#8217;m going to run a Ubuntu server in a virtual machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.steve-c.co.uk/2008/06/17/media-centre-experiments/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
