<?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>Matt Colyer</title>
	<atom:link href="http://matt.colyer.name/feed/" rel="self" type="application/rss+xml" />
	<link>http://matt.colyer.name</link>
	<description></description>
	<lastBuildDate>Sun, 21 Feb 2010 23:24:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iPhone Icecast from Rhythmbox</title>
		<link>http://matt.colyer.name/2010/02/21/iphone-icecast-from-rhythmbox/</link>
		<comments>http://matt.colyer.name/2010/02/21/iphone-icecast-from-rhythmbox/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 23:24:30 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[icecast]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[streaming]]></category>

		<guid isPermaLink="false">http://matt.colyer.name/?p=382</guid>
		<description><![CDATA[So I wanted to stream music from my laptop to a Bose iPod speaker set over wifi. It seemed like this should be simple right? Not really.
Apparently Icecast2 doesn&#8217;t support streaming the way that the iPhone OS expects it to. Luckily some kind souls wrote a patch to fake the iPhone/iPod touch into working.
Here are [...]]]></description>
			<content:encoded><![CDATA[<p>So I wanted to stream music from my laptop to a Bose iPod speaker set over wifi. It seemed like this should be simple right? Not really.</p>
<p>Apparently Icecast2 doesn&#8217;t support streaming the way that the iPhone OS expects it to. Luckily some kind souls wrote a <a href="http://lists.xiph.org/pipermail/icecast-dev/2008-November/001798.html">patch</a> to fake the iPhone/iPod touch into working.</p>
<p>Here are the instructions to get you going on Ubuntu Karmic:</p>
<ol>
<li><em>sudo apt-get install rhymthbox icecast2 build-essential dpkg-dev<br />
</em></li>
<li>Install the <a href="http://www.damonkohler.com/2009/01/rhythmbox-shout2send-plugin.html">shout2send plugin</a> for rhythmbox</li>
<li>Change the plugin to send mp3&#8217;s instead of oggs by replacing<br />
<em>&#8220;_GST_BIN = (&#8216;audioresample ! audioconvert ! vorbisenc ! oggmux ! shout2send &#8216;&#8221; </em>with<br />
<em>&#8220;_GST_BIN = (&#8216;audioresample ! audioconvert ! lame name=enc ! shout2send &#8216;&#8221;</em> in ~/.gnome2/plugins/shout2send/__init__.py</li>
<li><em>cd /usr/src</em></li>
<li><em>sudo apt-get source icecast2</em></li>
<li><em>sudo apt-get build-dep icecast2</em></li>
<li><em>cd /usr/src/icecast2-2.3.2/debian/patches</em></li>
<li><em>sudo wget http://matt.colyer.name/wp-content/uploads/2010/02/1002_iphone_streaming.txt -O 1002_iphone_streaming.patch</em></li>
<li>Add &#8220;1002_iphone_streaming.patch&#8221; as a separate  line<em> </em>in the files &#8220;series&#8221;</li>
<li><em>cd ../..</em></li>
<li><em>sudo dpkg-buildpackage</em></li>
<li><em>cd ..</em></li>
<li><em>sudo dpkg -i icecast2_2.3.2-2build1_*.deb</em></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://matt.colyer.name/2010/02/21/iphone-icecast-from-rhythmbox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Selenium IE7/8 in Vista/Windows 7</title>
		<link>http://matt.colyer.name/2009/11/30/selenium-ie78-in-vistawindows-7/</link>
		<comments>http://matt.colyer.name/2009/11/30/selenium-ie78-in-vistawindows-7/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 05:10:23 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Free Software]]></category>

		<guid isPermaLink="false">http://matt.colyer.name/?p=379</guid>
		<description><![CDATA[So after spending too many hours trying to get selenium to work in Windows Vista/Windows 7, it turns out that you must run the selenium server from an administrative command shell.
The easiest way to do this is to search for &#8220;cmd&#8221; in the start menu and then right click on the &#8220;Command Prompt&#8221; item that [...]]]></description>
			<content:encoded><![CDATA[<p>So after spending too many hours trying to get selenium to work in Windows Vista/Windows 7, it turns out that you must run the selenium server from an administrative command shell.</p>
<p>The easiest way to do this is to search for &#8220;cmd&#8221; in the start menu and then right click on the &#8220;Command Prompt&#8221; item that comes up and select &#8220;Run as Administrator&#8221;. After you have the shell open cd to the correct directory and run &#8220;java -jar selenium-server.jar&#8221;. You can then run your selenium tests from a normally privileged shell.</p>
]]></content:encoded>
			<wfw:commentRss>http://matt.colyer.name/2009/11/30/selenium-ie78-in-vistawindows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>libiphone/ifuse 0.9.5</title>
		<link>http://matt.colyer.name/2009/11/24/libiphoneifuse-0-9-5/</link>
		<comments>http://matt.colyer.name/2009/11/24/libiphoneifuse-0-9-5/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 16:26:05 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://matt.colyer.name/?p=372</guid>
		<description><![CDATA[So it&#8217;s been quite a while since I first started this journey, but iPhone support in Linux has progressed to the point that you can sync your music and even read some of your contact/calendar data.
Today we take another step forward with the latest release of libiphone/ifuse.
See the project page for more information.
]]></description>
			<content:encoded><![CDATA[<p>So it&#8217;s been quite a while since I first <a href="http://matt.colyer.name/2007/08/21/iphone-linux-support/">started this journey</a>, but iPhone support in Linux has progressed to the point that you can <a href="http://marcansoft.com/blog/2009/10/iphone-syncing-on-linux/">sync your music</a> and even <a href="git://git.sukimashita.com/python-iphonesync">read some of your contact/calendar data</a>.</p>
<p>Today we take another step forward with the latest release of <a href="http://cloud.github.com/downloads/MattColyer/libiphone/libiphone-0.9.5.tar.bz2">libiphone</a>/<a href="http://cloud.github.com/downloads/MattColyer/ifuse/ifuse-0.9.5.tar.bz2">ifuse</a>.</p>
<p>See the <a href="http://matt.colyer.name/projects/iphone-linux/">project page</a> for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://matt.colyer.name/2009/11/24/libiphoneifuse-0-9-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Chrome OS on Dell D600</title>
		<link>http://matt.colyer.name/2009/11/20/google-chrome-os-on-dell-d600/</link>
		<comments>http://matt.colyer.name/2009/11/20/google-chrome-os-on-dell-d600/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 16:59:30 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://matt.colyer.name/?p=367</guid>
		<description><![CDATA[So unless you have been hiding under a rock (in the online world) you&#8217;ve heard of Chrome OS, Google&#8217;s lightweight netbook operating system. Yesterday it was released as open source and I decided to give it ago. (The steps below are for Ubuntu Karmic, but you should be able to translate to other linux platforms.)

The [...]]]></description>
			<content:encoded><![CDATA[<p>So unless you have been hiding under a rock (in the online world) you&#8217;ve heard of Chrome OS, Google&#8217;s <a href="http://www.engadget.com/2009/11/19/live-from-googles-chrome-os-project-announcement/">lightweight netbook operating system</a>. Yesterday it was released as open source and I decided to give it ago. (The steps below are for Ubuntu Karmic, but you should be able to translate to other linux platforms.)</p>
<ol>
<li>The first thing you need to do is get a <a href="http://thepiratebay.org/torrent/5170843/chromeos-image-999.999.32309.211410-a1.vmdk.bz2">precompiled</a> image of the OS.</li>
<li>Extract the vmdk file from the download and then use &#8220;<em>qemu-img convert -f vmdk &lt;vmdk-file&gt; -O raw ide.img</em>&#8220;</li>
<li>Then run &#8220;<em>sudo dd if=ide.img of=/dev/sdX</em>&#8221; where /dev/sdX is the name of your usb stick you want to flash. <strong>BE CAREFUL to get this exactly right otherwise you might delete your entire hard drive.</strong></li>
<li>Then down this <a href="http://mirrors.kernel.org/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.24_all.deb">file</a> and extract it using &#8220;<em>dpkg &#8211;extract linux-firmware_1.24_all.deb /tmp/firmware/</em>&#8221; and then run &#8220;<em>cp /tmp/firmware/lib/firmware/ipw2100-1.3.fw /media/C-ROOT/lib/firmware/</em>&#8220;</li>
<li>Then unmount the USB stick and plug it into your D600.</li>
</ol>
<p>Should be all set. If you have questions leave them below.</p>
]]></content:encoded>
			<wfw:commentRss>http://matt.colyer.name/2009/11/20/google-chrome-os-on-dell-d600/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VNC to OSX in Ubuntu</title>
		<link>http://matt.colyer.name/2009/10/28/vnc-to-osx-in-ubuntu/</link>
		<comments>http://matt.colyer.name/2009/10/28/vnc-to-osx-in-ubuntu/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 18:40:11 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Free Software]]></category>

		<guid isPermaLink="false">http://matt.colyer.name/?p=365</guid>
		<description><![CDATA[So I&#8217;ve had a Mac Mini for a while and I prefer to access it over VNC so I had been using xtightvncviewer. However it would occasionally not update parts of the screen or lose the mouse and I would have to login again. For the most part it worked.
Well today I had enough and [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve had a Mac Mini for a while and I prefer to access it over VNC so I had been using <strong>xtightvncviewer</strong>. However it would occasionally not update parts of the screen or lose the mouse and I would have to login again. For the most part it worked.</p>
<p>Well today I had enough and decided to fix it. It turns out all you have to do is use <strong>gvncviewer</strong>. I hope this saves someone else some frustation.</p>
]]></content:encoded>
			<wfw:commentRss>http://matt.colyer.name/2009/10/28/vnc-to-osx-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
