<?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>Matthew Turland &#187; Ubuntu</title>
	<atom:link href="http://matthewturland.com/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthewturland.com</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2012 04:03:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ledger and Building It From Source on Ubuntu 10.04</title>
		<link>http://matthewturland.com/2010/07/01/ledger-and-building-it-from-source-on-ubuntu-10-04/</link>
		<comments>http://matthewturland.com/2010/07/01/ledger-and-building-it-from-source-on-ubuntu-10-04/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 03:09:14 +0000</pubDate>
		<dc:creator>Matthew Turland</dc:creator>
				<category><![CDATA[ledger]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://matthewturland.com/?p=370</guid>
		<description><![CDATA[So I recently started looking around for finance software that would run on Ubuntu and quickly found reasons to dislike suggested options. Then I found Ledger. Wow, did it seem awesome by comparison. So, I added the Ubuntu PPA (see the &#8220;Platform binaries&#8221; section of this wiki page), installed it, created a data file for [...]]]></description>
			<content:encoded><![CDATA[<p>So I recently started <a title="Twitter / Matthew Turland: Any recommendations for fi ..." href="http://twitter.com/elazar/status/17336783301">looking around for finance software</a> that would run on <a title="Ubuntu homepage | Ubuntu" href="http://www.ubuntu.com">Ubuntu</a> and quickly found <a title="Twitter / Matthew Turland: So, something that GnuCash ..." href="http://twitter.com/elazar/status/17377748418">reasons to dislike suggested options</a>. Then I <a title="Twitter / Matthew Turland: Giving Ledger a shot. CLI, ..." href="http://twitter.com/elazar/status/17377850801">found Ledger</a>. Wow, did it seem awesome by comparison. So, I added the Ubuntu PPA (see the &#8220;Platform binaries&#8221; section of <a title="Home - ledger - GitHub" href="http://wiki.github.com/jwiegley/ledger/">this wiki page</a>), installed it, created a data file for my finances, and ran the ledger CLI executable on it.</p>
<p>Then I ran into a problem that appeared to be a bug: in a transaction with multiple postings and only one with a null amount, I was receiving the error, &#8220;Error: Only one posting with null amount allowed per transaction.&#8221; Checking the <a title="Ledger | Google Groups" href="http://groups.google.com/group/ledger-cli">Google Group</a> didn&#8217;t reveal any other reports of the issue, nor did searching the <a title="Bugzilla Main Page" href="http://newartisans.com/bugzilla/">Bugzilla database</a>.</p>
<p>So, I hopped onto the #ledger IRC channel on Freenode, which is the network I tend to frequent anyway. Within minutes, I was able to have the lead developer on the project confirm that the issue appeared to be a bug and politely request that I file a <a title="Bug 374 – Problem with periodic transactions having a null posting" href="http://newartisans.com/bugzilla/show_bug.cgi?id=374">bug report</a> for it, which I did.</p>
<p>I was also able to consult the <a title="README-1ST" href="http://github.com/jwiegley/ledger/raw/master/README-1ST">README-1ST</a> file for instructions on how to do a custom build from source, which I intended to use to ensure that the bug hadn&#8217;t already been fixed in the git repository. The only thing that this file lacked was a list of dependencies, but I was able to locate those through trial and error with the build tool and thought I&#8217;d post them here for anyone else looking to build ledger from source on Ubuntu 10.04.</p>
<pre class="brush: bash; title: ; notranslate">sudo apt-get install libboost-dev libboost-date-time-dev libboost-filesystem-dev libboost-iostreams-dev libboost-regex-dev libgmp3-dev libmpfr-dev texinfo</pre>
<p>Once you&#8217;ve executed the command above from the shell, you should be able to run the command below from the README-1ST file to create your build. The executable will be created in the root of the source tree and named &#8220;ledger.&#8221;</p>
<pre class="brush: bash; title: ; notranslate">./acprep update</pre>
<p>To create a debug build, which I did to be able to submit debugging output related to my issue, issue this command following the one above.</p>
<pre class="brush: bash; title: ; notranslate">./acprep debug make</pre>
<p><strong>Update</strong>: As it turns out, the issue was not a bug, just a small formatting issue with my data file. However, the lead developer of ledger still plans on looking into make the issue more obvious in ledger&#8217;s output.</p>
<p><strong>Update #2</strong>: It seems the ledger build tool dependencies command supports Ubuntu, CentOS, and OS X. The way the statement was positioned in the README-1ST file, I assumed that support was limited to OS X. So, rather than going through the lengthy process I did to install dependencies on Ubuntu, you can just do this.</p>
<pre class="brush: bash; title: ; notranslate">./acprep dependencies</pre>
]]></content:encoded>
			<wfw:commentRss>http://matthewturland.com/2010/07/01/ledger-and-building-it-from-source-on-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharing Files with Windows from Ubuntu Karmic</title>
		<link>http://matthewturland.com/2010/01/27/sharing-files-with-windows-from-ubuntu-karmic/</link>
		<comments>http://matthewturland.com/2010/01/27/sharing-files-with-windows-from-ubuntu-karmic/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 23:35:00 +0000</pubDate>
		<dc:creator>Matthew Turland</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://matthewturland.com/?p=104</guid>
		<description><![CDATA[We got a desktop running Windows 7 over the Christmas holidays. I hadn&#8217;t been faced with the prospect of sharing files with it up until I wanted to play an MP3 file located on my laptop — which is running Ubuntu — from the desktop, which is connected to a better speaker system. As it [...]]]></description>
			<content:encoded><![CDATA[<p>We got a desktop running Windows 7 over the Christmas holidays. I hadn&#8217;t been faced with the prospect of sharing files with it up until I wanted to play an MP3 file located on my laptop — which is running <a title="Ubuntu Home Page | Ubuntu" href="http://www.ubuntu.com/">Ubuntu</a> — from the desktop, which is connected to a better speaker system. As it turns out, sharing files with Windows from Ubuntu has gotten a lot easier with Ubuntu 9.10 Karmic Koala.</p>
<p>Open <a title="Nautilus - GNOME Live!" href="http://live.gnome.org/Nautilus">Nautilus</a> and navigate to the parent directory of the one you&#8217;d like to share. Right-click on that directory and select the option &#8220;Sharing Options.&#8221; In the window that appears, check &#8220;Share this folder.&#8221; If <a title="Samba - opening windows to a wider world" href="http://www.samba.org/">Samba</a> is not already installed on your system, this will prompt you to install it. The nice thing is that it handles all the interaction with <a title="Apt - Debian Wiki" href="http://wiki.debian.org/Apt">APT</a> and configuration of user accounts and shares for you versus the manual approach that&#8217;s been required in the past.</p>
<p>Once the service is installed, if you&#8217;d like to share the directory with users without requiring them to enter user credentials, check the box &#8220;Guest access.&#8221; Finally, click the &#8220;Create Share&#8221; button. You&#8217;ll receive a prompt to restart your session so the setting changes can take effect; go ahead and do this.</p>
<p>When I tried to access the directory from the Windows 7 desktop at this point, I still got prompted for credentials. I tried manually rebooting my laptop and at that point was able to access the files anonymously without further issue. I don&#8217;t know if a manual restart is always required, but it did the trick for me.</p>
<p>Hope this helps someone!</p>
]]></content:encoded>
			<wfw:commentRss>http://matthewturland.com/2010/01/27/sharing-files-with-windows-from-ubuntu-karmic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Google Calendars into Thunderbird on Ubuntu</title>
		<link>http://matthewturland.com/2009/04/08/getting-google-calendars-into-thunderbird-on-ubuntu/</link>
		<comments>http://matthewturland.com/2009/04/08/getting-google-calendars-into-thunderbird-on-ubuntu/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 21:25:42 +0000</pubDate>
		<dc:creator>Matthew Turland</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[As work-related events recently started piling up, we gained a need to keep them organized. So we got a Google Calendar, shared it between us, and all was dandy. I wanted to be able to pull that into my local e-mail client, though. I&#8217;m running Ubuntu Ibex and its Thunderbird package. My friend and colleague [...]]]></description>
			<content:encoded><![CDATA[<p>As <a href="http://blueparabola.com/" title="Blue Parabola, LLC">work</a>-related <a href="http://www.phparch.com/training/" title="php|architect, PHP Magazine, PHP Conferences, PHP Books">events</a> recently started piling up, we gained a need to keep them organized. So we got a <a href="https://www.google.com/accounts/ServiceLogin?service=cl&amp;passive=1209600&amp;continue=http://www.google.com/calendar/render&amp;followup=http://www.google.com/calendar" title="Google Calendar">Google Calendar</a>, shared it between us, and all was dandy. I wanted to be able to pull that into my local e-mail client, though. I&#8217;m running <a href="http://www.ubuntu.com/" title="Ubuntu Home Page | Ubuntu">Ubuntu Ibex</a> and its <a href="http://www.mozillamessaging.com/en-US/thunderbird/" title="Thunderbird - Reclaim your inbox">Thunderbird</a> package.</p>
<p>My friend and colleague <a href="http://caseysoftware.com/" title="Home | CaseySoftware, LLC - Supporters &#038; Developers of web2project">Keith Casey</a> pointed out to me that Thunderbird has a <a href="https://addons.mozilla.org/en-US/thunderbird/addon/4631" title="Provider for Google Calendar :: Thunderbird Add-ons">Provider for Google Calendar</a> add-on that works with <a href="http://www.mozilla.org/projects/calendar/lightning/" title="Lightning - Project Home">Lightning</a>, which I already had installed. So I install the GCal add-on and restarted Thunderbird. No visible change. I checked the Add-ons area only to find that the entry for the GCal add-on was displaying the message &quot;<a href="http://groups.google.com/group/provider-for-google-calendar/browse_thread/thread/d28f66e6ebe02145/5b7e37f2e41aa1f1?lnk=gst&#038;q=requires+additional+items#5b7e37f2e41aa1f1" title="Provider 0.5.1 Requires additional items - Provider for Google Calendar | Google Groups">Requires additional items</a>&quot; with no way to see what said items were. A search prompted me to check the version of the Lightning add-on, which I found to be 0.8 because I&#8217;d already installed the Ubuntu package for it and that was the latest version available.</p>
<p>As it turns out, the Ubuntu wiki has <a href="https://help.ubuntu.com/community/ThunderbirdLightning#Downloading%20and%20Installing%2064-bit%20Lightning" title="ThunderbirdLightning - Community Ubuntu Documentation">instructions</a> for what I figured out on my own the first time around: version 0.9 of the Lightning extension has to be downloaded and installed manually for 64bit builds. After that, the GCal add-on was right as rain. Adding a calendar was as simply as accessing Google Calendar via the web, going to Calendar Settings for an individual calendar, and using the XML link for that calendar when adding the calendar to Lightning using new new Google Calendar option added by the GCal add-on.</p>
]]></content:encoded>
			<wfw:commentRss>http://matthewturland.com/2009/04/08/getting-google-calendars-into-thunderbird-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating PHP Syntax Highlighting for vim on Ubuntu</title>
		<link>http://matthewturland.com/2009/03/25/php-syntax-highlighting-update-for-vim-on-ubuntu/</link>
		<comments>http://matthewturland.com/2009/03/25/php-syntax-highlighting-update-for-vim-on-ubuntu/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 21:09:36 +0000</pubDate>
		<dc:creator>Matthew Turland</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Vim]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This is just a quick post, mostly a &#34;note to self&#34; so I don&#8217;t forget how to do this. If you were curious, it was the result of indirect inspiration from these Become a Bash Ninja slides. If you&#8217;re running Ubuntu 8.10 as your desktop OS, have vim installed, and use it for PHP development, [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a quick post, mostly a &quot;note to self&quot; so I don&#8217;t forget how to do this. If you were curious, it was the result of indirect inspiration from these <a href="http://realm3.com/articles/nyphp_presentation_-_become_a_bash_ninja" title="realm3: NYPHP Presentation - Become A Bash Ninja">Become a Bash Ninja</a> slides.</p>
<p>If you&#8217;re running <a href="http://www.ubuntu.com/desktop" title="Ubuntu Desktop Edition | Ubuntu">Ubuntu 8.10</a> as your desktop OS, have <a href="https://help.ubuntu.com/community/VimHowto#Enable%20Syntax%20Highlighting" title="VimHowto - Community Ubuntu Documentation">vim</a> installed, and <a href="http://realm3.com/articles/getting_started_with_vim_and_php" title="realm3: Getting Started With VIM and PHP">use it for PHP development</a>, you may not be aware that the <a href="http://www.vim.org/scripts/script.php?script_id=1571" title="php.vim - PHP Syntax : vim online">PHP syntax file</a> that comes bundled with vim is a bit outdated. There&#8217;s a fairly simple way to update it, though. In fact, it&#8217;s doable with two simple commands from Terminal.</p>
<pre>cd /usr/share/vim71;
wget -O - <a href="http://www.vim.org/scripts/download_script.php?src_id=8651" title="php.vim - PHP Syntax : vim online">http://www.vim.org/scripts/download_script.php?src_id=8651</a> | sudo tar -zxv</pre>
]]></content:encoded>
			<wfw:commentRss>http://matthewturland.com/2009/03/25/php-syntax-highlighting-update-for-vim-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Running Spaz on Ubuntu Ibex 64bit</title>
		<link>http://matthewturland.com/2009/01/08/running-spaz-on-ubuntu-ibex-64bit/</link>
		<comments>http://matthewturland.com/2009/01/08/running-spaz-on-ubuntu-ibex-64bit/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 04:51:44 +0000</pubDate>
		<dc:creator>Matthew Turland</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Spaz]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[It took some digging to find it, but I finally found a way to make Spaz work on the Ubuntu Ibex installation on my Sony Vaio VGN-NR298E (with an Intel C2D 64bit processor). Up until I figured this out, I had been getting nothing but a non-responsive black box when I tried to launch Spaz. [...]]]></description>
			<content:encoded><![CDATA[<p>It took some digging to find it, but I finally found a way to make <a title="Spaz: An Open-Source Twitter Client for Mac OS X, Windows and Linux" href="http://getspaz.com/">Spaz</a> work on the <a title="Ubuntu Home Page | Ubuntu" href="http://www.ubuntu.com/">Ubuntu Ibex</a> installation on my Sony Vaio VGN-NR298E (with an Intel <acronym title="Core 2 Duo">C2D</acronym> 64bit processor). Up until I figured this out, I had been getting nothing but a non-responsive black box when I tried to launch Spaz.</p>
<p>Most of this comes from <a title="Getting Twhirl and Other Adobe AIR Apps Working on Ubuntu 64-- The Glass is Too Big" href="http://www.wynia.org/wordpress/2008/07/getting-twhirl-and-other-adobe-air-apps-working-on-ubuntu-64">this tutorial</a> on getting Twhirl and other AIR-based apps running on Ubuntu 64bit.</p>
<ol>
<li>Start by creating a new directory and and making it the current working directory. I just called it &#8220;Software&#8221; in my case.
<pre>mkdir Software
cd Software</pre>
</li>
<li>Install the AIR 1.5 SDK for Linux.
<pre>mkdir air_1.5_sdk
cd air_1.5_sdk
wget -c http://airdownload.adobe.com/air/lin/download/latest/air_1.5_sdk.tbz2
bunzip2 air_1.5_sdk.tbz2
tar -xf air_1.5_sdk.tar
rm -f air_1.5_sdk.tar
cd ..</pre>
</li>
<li>Install Spaz.
<pre>mkdir SpazAIR
cd SpazAIR
wget -c http://funkatron.com/getspaz
unzip SpazAIR.air
cd ..</pre>
</li>
<li>If you&#8217;re running 64bit, install the <a title="getlibs: Automatically solves dependencies for 32-bit programs on 64-bit - Ubuntu Forums" href="http://ubuntuforums.org/showthread.php?t=474790">getlibs installer</a> so you can easily get 32bit versions of libraries that AIR needs. Otherwise, skip this step. I believe the KDE equivalent to the libgnome-keyring0 package is kdewallet. Both should be installed by default on 32bit systems.
<pre>wget -c http://www.boundlesssupremacy.com/Cappy/getlibs/getlibs
chmod +x ./getlibs
./getlibs libgnome-keyring.so.0 libgiogconf.so libgvfsdbus.so \
    libgioremote-volume-monitor.so</pre>
</li>
<li>Launch Spaz from the directory created in the first step.
<pre>air_1.5_sdk/bin/adl -runtime air_1.5_sdk/runtimes/air/linux \
    -nodebug SpazAIR/META-INF/AIR/application.xml SpazAIR</pre>
</li>
<li>I didn&#8217;t find the default font used in the main tweet area to be very appealing, so I added this line to the User Theme CSS area of Settings.
<pre>div.status-text { font-family: Tahoma; }</pre>
</li>
</ol>
<p>The only issue I ran into was receiving this error whenever I try to post: &#8220;An ActionScript error has occurred: Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error.&#8221; Oddly, it doesn&#8217;t prevent posts from going through, though it is rather annoying. I have brought it up in a <a title="ActionScript Errors #2044 and #2032 - Spaz Users | Google Groups" href="http://groups.google.com/group/spaz-users/browse_thread/thread/b8ca554c77bd0c6f">Spaz Google Group thread</a> and hope to work with the developer to troubleshoot the issue further at some point in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://matthewturland.com/2009/01/08/running-spaz-on-ubuntu-ibex-64bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Kubuntu Developments</title>
		<link>http://matthewturland.com/2008/03/22/more-kubuntu-developments/</link>
		<comments>http://matthewturland.com/2008/03/22/more-kubuntu-developments/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 13:10:52 +0000</pubDate>
		<dc:creator>Matthew Turland</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I finally figured out how to control the monitor brightness via this forum thread using the xbacklight command. I&#8217;m really happy for that, because it was a bit of a strain on my eyes and I couldn&#8217;t find a way to do it through the desktop manager. One other nice point about the forum thread [...]]]></description>
			<content:encoded><![CDATA[<p>I finally figured out how to control the monitor brightness via <a title="Sony VAIO NR Brightness - Ubuntu Forums" href="http://ubuntuforums.org/showthread.php?t=626406">this forum thread</a> using the xbacklight command. I&#8217;m really happy for that, because it was a bit of a strain on my eyes and I couldn&#8217;t find a way to do it through the desktop manager. One other nice point about the forum thread is that it also walks you through how to execute this command automatically when battery power kicks in.</p>
<p>Kubuntu doesn&#8217;t install it by default, but if you search Adept for ndiswrapper, you should get an option to install Windows WiFi Drivers. This includes drivers for the Intel PRO/Wireless 4965 AG/AGN card, and once installed, it worked without requiring me to track down and install drivers manually.</p>
<p>I wanted to see if some of my games would work under Kubuntu. I tried <a title="Wine HQ" href="http://www.winehq.org/">Wine</a>, but wasn&#8217;t able to get it to run Warcraft III without crashing immediately after selecting the play option from the splash screen. Apparently the supporting libraries for my particular graphics card (Intel 965 chipset) are fairly buggy when it comes to hardware acceleration.</p>
<p>I also attempted to install VMware in order to run the game in a virtual machine, but that was a dead end as well: the game won&#8217;t run with the display drivers provided by VMware tools and that it&#8217;s not possible to install the host machine&#8217;s drivers and have them work correctly. Incidentally, <a title="Help uninstalling and reinstalling vmware-server - Ubuntu Forums" href="http://ubuntuforums.org/showthread.php?t=490938">this forum thread</a> provided some feedback about how to remove a partial installation so that aptitude will allow you to do a reinstallation. sudo dpkg &#8211;purge &#8211;force-remove-reinstreq vmware-server ended up doing the job.</p>
<p>So, as much as I hated the idea of having to go back to Windows, I set out to configure my system to dual-boot. Small problem: I have a SATA drive, which requires special drivers that Hitachi <a title="Support - FAQs - Deskstar and Ultrastar FAQ" href="http://www.hitachigst.com/hdd/support/hddfaqs.htm#a1">claims</a> can only be installed via a floppy drive. My laptop doesn&#8217;t have one, and I&#8217;m not overly inclined to purchase an external one just to install XP.</p>
<p>My friend <a title="TetraBlog" href="http://tetraboy.com">Jeff Jones</a> pointed me to <a title="amilo-forum.com: View topic - Disabling AHCI Config to reinstall windows. Is this bad?" href="http://www.amilo-forum.com/topic,1545,-Disabling-AHCI-Config-to-reinstall-windows-Is-this-bad.html">a forum thread</a> detailing how to integrate the SATA drivers as well as Service Pack 2 into a custom XP CD. Since I didn&#8217;t have another existing XP installation, I had to use a VMware machine. It took some digging to find the <a title="RAID/AHCI Software - Intel Matrix Storage Manager" href="http://downloadcenter.intel.com/redirect.htm?aspxerrorpath=/download.aspx" class="broken_link">Intel 82801HEM/HBM SATA AHCI Controller drivers</a> and how to <a title="Intel Matrix Storage Manager - Unattented installation instructions under Windows XP" href="http://www.intel.com/support/chipsets/imst/sb/cs-020825.htm">extract them for unattended installation</a>. I used <a title="WinFuture.de - WinFuture xp-Iso-Builder 3 Download - Erweitern Sie Ihre Windows-CD" href="http://WinFuture.de/XPIsoBuilder">XP-ISO-Builder</a> to create a custom ISO image and  <a title="DeepBurner Pro vs. DeepBurner Free" href="http://www.deepburner.com/?r=products&amp;pr=deepburner&amp;prr=provsfree">DeepBurner Free</a> to burn it to CD.</p>
<p>In attempting to boot with the CD, though, I got as far as being prompted to install the drivers before being presented with the error &#8220;The file iaStor.sys is corrupted.&#8221; Setup wouldn&#8217;t proceed any further, so I gave up on it for now. If you have any experience with a working solution rolling SATA drivers into a custom XP CD, I&#8217;d be interested to know. Feel free to leave a comment on this blog entry.</p>
]]></content:encoded>
			<wfw:commentRss>http://matthewturland.com/2008/03/22/more-kubuntu-developments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
