<?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>JoshuaScotton.com &#187; Linux</title>
	<atom:link href="http://www.joshuascotton.com/main/archives/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.joshuascotton.com/main</link>
	<description>It's all relative ...</description>
	<lastBuildDate>Sat, 24 Dec 2011 23:01:33 +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>ImageMagick</title>
		<link>http://www.joshuascotton.com/main/archives/534</link>
		<comments>http://www.joshuascotton.com/main/archives/534#comments</comments>
		<pubDate>Tue, 16 Feb 2010 15:47:30 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
				<category><![CDATA[IT and Linux]]></category>
		<category><![CDATA[Converting]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[ImageMagick]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Resizing]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=534</guid>
		<description><![CDATA[Had to split a pdf into seperate jpg files for each page earlier and dug up my notes on how to do this. convert file.pdf file.jpg Unfortunately the resolution was messed up in the output files so had to do some digging on google to find this forum post which sorted the problem with: convert [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.joshuascotton.com/main/wp-content/uploads/2010/02/site_logo.png"><img class="aligncenter size-full wp-image-535" title="site_logo" src="http://www.joshuascotton.com/main/wp-content/uploads/2010/02/site_logo.png" alt="" width="114" height="118" /></a>Had to split a pdf into seperate jpg files for each page earlier and dug up my notes on how to do this.<span id="more-534"></span></p>
<blockquote><p>convert file.pdf file.jpg</p></blockquote>
<p>Unfortunately the resolution was messed up in the output files so had to do some digging on google to find <a href="http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&amp;t=10928&amp;start=0">this forum post</a> which sorted the problem with:</p>
<blockquote><p>convert -density 400 in.pdf -scale 2000x out.jpgtext</p></blockquote>
<p>Works a treat. I had figured out the -scale part but the -density bit I had missed. I&#8217;ve also been using another ImageMagick command quite a lot recently to prepare folders of photos for Facebook upload. This one changes the source images so best make a copy of the pictures first.</p>
<blockquote><p>mogrify -resize 800x *.jpg</p></blockquote>
<p>Off course, these are linux commands so might not work on Windows.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=ImageMagick+http%3A%2F%2Fjoshuascotton.com%2Fmain%2F%3Fp%3D534" title="Post to Twitter"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.joshuascotton.com/main/archives/534&amp;title=ImageMagick" title="Post to Delicious"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.joshuascotton.com/main/archives/534&amp;title=ImageMagick" title="Post to Digg"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.joshuascotton.com/main/archives/534&amp;t=ImageMagick" title="Post to Facebook"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/534/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Audible.com and Linux</title>
		<link>http://www.joshuascotton.com/main/archives/207</link>
		<comments>http://www.joshuascotton.com/main/archives/207#comments</comments>
		<pubDate>Wed, 26 Nov 2008 16:05:51 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
				<category><![CDATA[IT and Linux]]></category>
		<category><![CDATA[Audible]]></category>
		<category><![CDATA[Audiobooks]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=207</guid>
		<description><![CDATA[I recently contacted Audible.com&#8217;s helpdesk to see if they had updated their status on linux compatibility. They hadn&#8217;t (i.e. still no support), so I asked the following question: &#8220;Are there any plans to add support for Linux in the future?&#8221; The reply was interesting&#8230; &#8220;There aren&#8217;t much talks in supporting Linux in the near future [...]]]></description>
			<content:encoded><![CDATA[<p>I recently contacted Audible.com&#8217;s helpdesk to see if they had updated their status on linux compatibility. They hadn&#8217;t (i.e. still no support), so I asked the following question:</p>
<p>&#8220;Are there any plans to add support for Linux in the future?&#8221;</p>
<p>The reply was interesting&#8230;</p>
<p>&#8220;There aren&#8217;t much talks in supporting Linux in the near future and we don&#8217;t have much information regarding when it will become available. We will be making a full transistion next year to Amazon.com&#8217;s operating systems so anything is possible.&#8221;</p>
<p>Hmm, Audible are going to use Amazon&#8217;s operating systems. This could be good news if this means that they&#8217;ll be going down the mp3 route that Amazon have been using for their music section. Not only would that make Audible&#8217;s collection Linux compatible but iit would also open up the number of mp3 players that could play their audiobooks.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Audible.com+and+Linux+http%3A%2F%2Fis.gd%2FaA4N1Y" title="Post to Twitter"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.joshuascotton.com/main/archives/207&amp;title=Audible.com+and+Linux" title="Post to Delicious"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.joshuascotton.com/main/archives/207&amp;title=Audible.com+and+Linux" title="Post to Digg"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.joshuascotton.com/main/archives/207&amp;t=Audible.com+and+Linux" title="Post to Facebook"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/207/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Entertainer 0.1 Released!</title>
		<link>http://www.joshuascotton.com/main/archives/136</link>
		<comments>http://www.joshuascotton.com/main/archives/136#comments</comments>
		<pubDate>Sun, 15 Jun 2008 14:15:31 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
				<category><![CDATA[IT and Linux]]></category>
		<category><![CDATA[Entertainer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=136</guid>
		<description><![CDATA[Entertainer reached the 0.1 milestone yesterday. Download page here.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.entertainer-project.com/downloads/entertainer-0.1.tar.gz"><img class="alignnone size-full wp-image-137" title="Download Entertainer" src="http://www.joshuascotton.com/main/wp-content/uploads/2008/06/download-link.png" alt="" /></a></p>
<p>Entertainer reached the 0.1 milestone yesterday. Download page <a href="http://www.entertainer-project.com/download.php">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Entertainer+0.1+Released%21+http%3A%2F%2Fis.gd%2F4R4g9m" title="Post to Twitter"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.joshuascotton.com/main/archives/136&amp;title=Entertainer+0.1+Released%21" title="Post to Delicious"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.joshuascotton.com/main/archives/136&amp;title=Entertainer+0.1+Released%21" title="Post to Digg"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.joshuascotton.com/main/archives/136&amp;t=Entertainer+0.1+Released%21" title="Post to Facebook"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/136/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Creating Documentation from Python Source Files with Doxygen and doxypy</title>
		<link>http://www.joshuascotton.com/main/archives/64</link>
		<comments>http://www.joshuascotton.com/main/archives/64#comments</comments>
		<pubDate>Mon, 04 Feb 2008 14:01:48 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
				<category><![CDATA[IT and Linux]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Doxygen]]></category>
		<category><![CDATA[Entertainer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/archives/64</guid>
		<description><![CDATA[I was recently generating some documentation from the Entertainer source code and decided to share how I managed to do it. I&#8217;m assuming python 2.4 is installed on your system. First install doxygen and graphviz sudo apt-get install doxygen graphviz Download the latest version of doxypy from http://code.foosel.org/doxypy and extract to a suitable location. I [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.joshuascotton.com/main/wp-content/uploads/2008/02/doxygen.png" alt="doxygen.png" /></p>
<p>I was recently generating some documentation from the Entertainer source code and decided to share how I managed to do it.</p>
<p>I&#8217;m assuming python 2.4 is installed on your system.</p>
<p>First install doxygen and graphviz</p>
<p><span id="more-64"></span></p>
<p><code>sudo apt-get install doxygen graphviz</code></p>
<p>Download the latest version of doxypy from http://code.foosel.org/doxypy and extract to a suitable location.</p>
<p>I used <a href="http://code.foosel.org/files/doxypy-0.3rc2.tar.gz" class="urlextern" title="http://code.foosel.org/files/doxypy-0.3rc2.tar.gz" rel="nofollow">doxypy-0.3rc2.tar.gz</a></p>
<p>Now we need to generate a configuration file, to do this run the following from your project root folder</p>
<p><code>doxygen -g config.dox</code></p>
<p>Edit the file and set the following tags:</p>
<p><code>PROJECT_NAME           = #Your Project Name would go here<br />
PROJECT_NUMBER         = #Your version/revision number goes here<br />
OUTPUT_DIRECTORY       = #Where you want the documentation going<br />
FILE_PATTERNS = *.py<br />
RECURSIVE = YES<br />
INPUT_FILTER           = "python /path/to/doxypy.py" #set this to where you extracted doxypy<br />
FILTER_SOURCE_FILES    = YES<br />
INPUT                  = #where the source files are</code></p>
<p>If you want graphs also edit the following:</p>
<p><code>HIDE_UNDOC_RELATIONS   = NO<br />
HAVE_DOT               = YES<br />
CALL_GRAPH             = YES<br />
CALLER_GRAPH           = YES</code></p>
<p>Run the following:</p>
<p><code>whereis dot</code><br />
and enter the output into the following config tag:<br />
<code></code></p>
<p><code>DOT_PATH               = /usr/bin/dot</code></p>
<p>Next ones are optional:</p>
<p><code>MULTILINE_CPP_IS_BRIEF = YES<br />
DETAILS_AT_TOP         = YES<br />
EXTRACT_ALL            = YES<br />
EXTRACT_STATIC         = YES<br />
SHOW_DIRECTORIES       = YES<br />
SOURCE_BROWSER         = YES<br />
ALPHABETICAL_INDEX     = YES<br />
COLS_IN_ALPHA_INDEX    = 8<br />
TOC_EXPAND             = YES<br />
DISABLE_INDEX          = YES<br />
GENERATE_TREEVIEW      = YES<br />
GENERATE_LATEX         =YES<br />
</code><br />
All set up now&#8230;</p>
<p>All we need to do now whenever you want to generate/regenerate the documentation is to run the following from the project root folder:</p>
<p><code>doxygen config.dox</code></p>
<p>Thanks to <a href="http://internetducttape.com">internetducttape.com</a> as I used <a href="http://internetducttape.com/2007/03/20/automatic_documentation_python_doxygen/">this blog entry</a> as a starting point.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Creating+Documentation+from+Python+Source+Files+with+Doxygen+and+doxypy+http%3A%2F%2Fis.gd%2FR9kk93" title="Post to Twitter"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.joshuascotton.com/main/archives/64&amp;title=Creating+Documentation+from+Python+Source+Files+with+Doxygen+and+doxypy" title="Post to Delicious"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.joshuascotton.com/main/archives/64&amp;title=Creating+Documentation+from+Python+Source+Files+with+Doxygen+and+doxypy" title="Post to Digg"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.joshuascotton.com/main/archives/64&amp;t=Creating+Documentation+from+Python+Source+Files+with+Doxygen+and+doxypy" title="Post to Facebook"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/64/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>BBC releases iPlayer for Linux/Macs</title>
		<link>http://www.joshuascotton.com/main/archives/41</link>
		<comments>http://www.joshuascotton.com/main/archives/41#comments</comments>
		<pubDate>Mon, 17 Dec 2007 14:16:58 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
				<category><![CDATA[IT and Linux]]></category>
		<category><![CDATA[BBC]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[iPlayer]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/archives/41</guid>
		<description><![CDATA[The BBC have finally released the iPlayer as a flash viewer (like youtube etc) This means you can watch the last 7 days worth of bbc programs on linux for free at http://www.bbc.co.uk/iplayer/]]></description>
			<content:encoded><![CDATA[<p>The BBC have finally released the iPlayer as a flash viewer (like youtube etc)</p>
<p>This means you can watch the last 7 days worth of bbc programs on linux for free at <a href="http://www.bbc.co.uk/iplayer/">http://www.bbc.co.uk/iplayer/</a></p>
<p> <img src='http://www.joshuascotton.com/main/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=BBC+releases+iPlayer+for+Linux%2FMacs+http%3A%2F%2Fis.gd%2FAm2LTZ" title="Post to Twitter"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.joshuascotton.com/main/archives/41&amp;title=BBC+releases+iPlayer+for+Linux%2FMacs" title="Post to Delicious"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.joshuascotton.com/main/archives/41&amp;title=BBC+releases+iPlayer+for+Linux%2FMacs" title="Post to Digg"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.joshuascotton.com/main/archives/41&amp;t=BBC+releases+iPlayer+for+Linux%2FMacs" title="Post to Facebook"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/41/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Installing Adobe 8 in Ubuntu Gutsy</title>
		<link>http://www.joshuascotton.com/main/archives/38</link>
		<comments>http://www.joshuascotton.com/main/archives/38#comments</comments>
		<pubDate>Mon, 17 Dec 2007 13:51:02 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
				<category><![CDATA[IT and Linux]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Gutsy]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/archives/38</guid>
		<description><![CDATA[UbuntuGeek have a nice guide on how to update Adobe Reader to version 8 in Gutsy. Find it here]]></description>
			<content:encoded><![CDATA[<p>UbuntuGeek have a nice guide on how to update Adobe Reader to version 8 in Gutsy.</p>
<p><a href="http://www.ubuntugeek.com/how-to-install-adobe-pdf-reader-811-with-plug-in-for-mozilla-firefox-in-gutsy-gibbon.html/trackback/">Find it here</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Installing+Adobe+8+in+Ubuntu+Gutsy+http%3A%2F%2Fis.gd%2FGRkgds" title="Post to Twitter"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.joshuascotton.com/main/archives/38&amp;title=Installing+Adobe+8+in+Ubuntu+Gutsy" title="Post to Delicious"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.joshuascotton.com/main/archives/38&amp;title=Installing+Adobe+8+in+Ubuntu+Gutsy" title="Post to Digg"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.joshuascotton.com/main/archives/38&amp;t=Installing+Adobe+8+in+Ubuntu+Gutsy" title="Post to Facebook"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/38/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Cowon iAudio D2</title>
		<link>http://www.joshuascotton.com/main/archives/17</link>
		<comments>http://www.joshuascotton.com/main/archives/17#comments</comments>
		<pubDate>Fri, 09 Nov 2007 21:36:07 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
				<category><![CDATA[IT and Linux]]></category>
		<category><![CDATA[Cowon]]></category>
		<category><![CDATA[D2]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[iAudio]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MP3 Player]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/archives/17</guid>
		<description><![CDATA[Just got a new Cowon iAudio D2 to replace my old ipod and have been seeing how I can get it working on ubuntu linux. On Ubuntu when the D2 is plugged in it acts like a normal usb memory stick. Upgrading your firmware wipes the files on your D2 so you need to do [...]]]></description>
			<content:encoded><![CDATA[<p>Just got a new Cowon iAudio D2 to replace my old ipod and have been seeing how I can get it working on ubuntu linux.</p>
<p>On Ubuntu when the D2 is plugged in it acts like a normal usb memory stick.</p>
<p>Upgrading your firmware wipes the files on your D2 so you need to do this first if your firmware is not up to date<br />
When the D2 starts up it shows the current version number on the splash screen</p>
<p><strong>Firmware and Manual</strong></p>
<p>You can get the firmware from here:</p>
<p><a href="http://www.cowonglobal.com/zeroboard/zboard.php?id=C08&amp;bmenu=download">http://www.cowonglobal.com/zeroboard/zboard.php?id=C08&amp;bmenu=download</a></p>
<p>and a pdf of the manual from here:</p>
<p><a href="http://www.cowonglobal.com/zeroboard/zboard.php?id=C09&amp;page=1&amp;sn1=&amp;divpage=1&amp;bmenu=download&amp;sn=off&amp;ss=on&amp;sc=on&amp;select_arrange=headnum&amp;bmenu=download&amp;desc=asc&amp;no=34&amp;bmenu=download">http://www.cowonglobal.com/zeroboard/zboard.php?id=C09&amp;page=1&amp;sn1=&amp;divpage=1&amp;bmenu=download&amp;sn=off&amp;ss=on&amp;sc=on&amp;select_arrange=headnum&amp;bmenu=download&amp;desc=asc&amp;no=34&amp;bmenu=download</a></p>
<p><strong>Applications</strong></p>
<p>A quick search for applications reveals the following flash app links (put them in the FLASH folder)</p>
<p>Nice game list here<br />
<a href="http://iaudiophile.net/forums/showthread.php?t=15110"></a></p>
<p><a href="http://iaudiophile.net/forums/showthread.php?t=15110">http://iaudiophile.net/forums/showthread.php?t=15110</a></p>
<p>apps here<br />
<a href="http://iaudiophile.net/forums/showthread.php?t=15780"></a></p>
<p><a href="http://iaudiophile.net/forums/showthread.php?t=15780">http://iaudiophile.net/forums/showthread.php?t=15780</a></p>
<p>more games</p>
<p><a href="http://iaudiophile.net/forums/showthread.php?t=15120">http://iaudiophile.net/forums/showthread.php?t=15120<br />
</a><br />
and yet more games</p>
<p><a href="http://iaudiophile.net/forums/showthread.php?t=16397">http://iaudiophile.net/forums/showthread.php?t=16397</a></p>
<p><strong>Transcoder for D2</strong></p>
<p>http://ubuntuforums.org/showthread.php?t=404589</p>
<p>Follow instructions on the forums for transcoding tips</p>
<p>Next is investigating how to get music on easily&#8230;</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Cowon+iAudio+D2+http%3A%2F%2Fis.gd%2Fl6LOQC" title="Post to Twitter"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.joshuascotton.com/main/archives/17&amp;title=Cowon+iAudio+D2" title="Post to Delicious"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.joshuascotton.com/main/archives/17&amp;title=Cowon+iAudio+D2" title="Post to Digg"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.joshuascotton.com/main/archives/17&amp;t=Cowon+iAudio+D2" title="Post to Facebook"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/17/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

