<?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>ewanm89 blog &#187; ewanm89</title>
	<atom:link href="http://ewanm89.co.uk/author/ewanm89/feed/" rel="self" type="application/rss+xml" />
	<link>http://ewanm89.co.uk</link>
	<description>Ewan&#039;s blog</description>
	<lastBuildDate>Mon, 30 Aug 2010 19:25:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>Back</title>
		<link>http://ewanm89.co.uk/2010/08/30/back/</link>
		<comments>http://ewanm89.co.uk/2010/08/30/back/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 19:25:42 +0000</pubDate>
		<dc:creator>ewanm89</dc:creator>
				<category><![CDATA[Webcomic]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://ewanm89.co.uk/?p=69</guid>
		<description><![CDATA[Finally back after being away for a month, not that anyone notices with the frequency of my updates. Anyway, on a new server now, had some problems with wordpress loading pages. Seems it wanted to display absolutely nothing, so spent the last day manually copying data from old database to new one. Anyway, all set [...]]]></description>
			<content:encoded><![CDATA[<p>Finally back after being away for a month, not that anyone notices with the frequency of my updates.</p>
<p>Anyway, on a new server now, had some problems with wordpress loading pages. Seems it wanted to display absolutely nothing, so spent the last day manually copying data from old database to new one. Anyway, all set up again now.</p>
<p>Finally I&#8217;m thinking of starting my own webcomic, could be cool. Anyway, need ideas, especially for names of things. So if anyone can think of a name for an underwater city that isn&#8217;t &#8220;Atlantis&#8221;, I would love to hear the suggestions?</p>
]]></content:encoded>
			<wfw:commentRss>http://ewanm89.co.uk/2010/08/30/back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Volume Device Names</title>
		<link>http://ewanm89.co.uk/2009/05/24/windows-volume-names/</link>
		<comments>http://ewanm89.co.uk/2009/05/24/windows-volume-names/#comments</comments>
		<pubDate>Sun, 24 May 2009 09:04:27 +0000</pubDate>
		<dc:creator>ewanm89</dc:creator>
				<category><![CDATA[EXT2IFS]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://ewanm89.co.uk/?p=62</guid>
		<description><![CDATA[For those that don&#8217;t know, windows has a virtual device filesystem much like /dev on linux, however you are not able to query it directly. Part of this filesystem includes UUID like volume identifying. Windows actually uses these to assign the right drive letters to the right partitions. Anyway, why am I droning on about [...]]]></description>
			<content:encoded><![CDATA[<p>For those that don&#8217;t know, windows has a virtual device filesystem much like /dev on linux, however you are not able to query it directly. Part of this filesystem includes UUID like volume identifying. Windows actually uses these to assign the right drive letters to the right partitions.</p>
<p>Anyway, why am I droning on about all this? Well I wanted to setup <a href="http://www.virtualbox.org/">VirtualBox (xVM)</a> to directly access a flash drive a couple of months ago, now while in the documentation it told how to do it. They never mentioned how to find the volume name to do it with in the documentation. Anyway after a while trying to find out on google and not succeeding I gave up.</p>
<p>A couple of weeks ago I had a slight problem with some ntfs corruption, so I wiped the windows XP partition and installed Windows 7 RC x64. Next I tried to get <a href="http://fs-driver.org/">EXT2IFS</a> to read the linux filesystems, and while this worked fine in Vista compatibility mode (to bypass an OS check in the installer) Windows would not remember the drive letter assignments on reboot. So reading the EXT2IFS FAQ mentioned <code>mountvol</code> for manually getting volume UUID names and manually mounting volumes.</p>
<p>As this is exactly what I needed for VirtualBox and to put it in black and white for google and such.</p>
<p><strong>To get Windows Volume Device Names of detectected partitions (mounted or not) one can use <code>mountvol</code> in cmd.</strong></p>
<p>I wrote a little powershell script to mount each ext volume and put it in wondows task schedular to run automatically each system startup as the system account (only way to run something at startup with admin rights without UAC popups) and have reported the problem to the EXT2IFS developer.</p>
]]></content:encoded>
			<wfw:commentRss>http://ewanm89.co.uk/2009/05/24/windows-volume-names/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Anti Rickroll</title>
		<link>http://ewanm89.co.uk/2009/02/08/anti-rickroll/</link>
		<comments>http://ewanm89.co.uk/2009/02/08/anti-rickroll/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 04:24:25 +0000</pubDate>
		<dc:creator>ewanm89</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://ewanm89.co.uk/?p=57</guid>
		<description><![CDATA[Sometime ago I made an anti rickroll greasemonkey script, however I managed to lose it (with a few other pieces of mostly unimportant data). I&#8217;ve finally got around to starting to rewrite it. You can find it on http://userscripts.org/ This does not 100% block rickrolls, however it does try. Please test so I can improve [...]]]></description>
			<content:encoded><![CDATA[<p>Sometime ago I made an anti rickroll greasemonkey script, however I managed to lose it (with a few other pieces of mostly unimportant data).<br />
I&#8217;ve finally got around to starting to rewrite it. You can find it on <a href="http://userscripts.org/scripts/show/42027">http://userscripts.org/</a></p>
<p>This does not 100% block rickrolls, however it does try. Please test so I can improve it.</p>
]]></content:encoded>
			<wfw:commentRss>http://ewanm89.co.uk/2009/02/08/anti-rickroll/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ewanm89 overlay</title>
		<link>http://ewanm89.co.uk/2009/01/01/ewanm89-overlay/</link>
		<comments>http://ewanm89.co.uk/2009/01/01/ewanm89-overlay/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 20:38:12 +0000</pubDate>
		<dc:creator>ewanm89</dc:creator>
				<category><![CDATA[FOSS]]></category>

		<guid isPermaLink="false">http://ewanm89.co.uk/?p=53</guid>
		<description><![CDATA[I&#8217;ve created a gentoo overlay at rsync://ewanm89.co.uk/ewanm89/ Currently it has get_iplayer ebuild (a perl script that uses iphone hack to download drm free of bbc iplayer) and rtmpdump ebuild (an app that get_iplayer uses to download the rtmp flash streams off bbc iplayer). It can also be viewed over http. Currently this is most usefull [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve created a gentoo overlay at rsync://ewanm89.co.uk/ewanm89/</p>
<p>Currently it has get_iplayer ebuild (a perl script that uses iphone hack to download drm free of bbc iplayer) and rtmpdump ebuild (an app that get_iplayer uses to download the rtmp flash streams off bbc iplayer). It can also be viewed <a href="http://ewanm89.co.uk/ebuilds/">over http.</a></p>
<p>Currently this is most usefull to people in the UK but I&#8217;ll likely be adding more ebuilds in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://ewanm89.co.uk/2009/01/01/ewanm89-overlay/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Firefox 3.0 Released</title>
		<link>http://ewanm89.co.uk/2008/06/18/firefox-30-released/</link>
		<comments>http://ewanm89.co.uk/2008/06/18/firefox-30-released/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 17:23:58 +0000</pubDate>
		<dc:creator>ewanm89</dc:creator>
		
		<guid isPermaLink="false">http://ewanm89.co.uk/2008/06/18/firefox-30-released</guid>
		<description><![CDATA[Firefox 3.0 has been released , use the button in sidebar to download it now! Join the fun!]]></description>
			<content:encoded><![CDATA[<p>Firefox 3.0 has been released <img src='http://ewanm89.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , use the button in sidebar to download it now!</p>
<p>Join the fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://ewanm89.co.uk/2008/06/18/firefox-30-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trying imified</title>
		<link>http://ewanm89.co.uk/2008/06/15/trying-imified/</link>
		<comments>http://ewanm89.co.uk/2008/06/15/trying-imified/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 13:54:23 +0000</pubDate>
		<dc:creator>ewanm89</dc:creator>
				<category><![CDATA[FOSS]]></category>

		<guid isPermaLink="false">http://ewanm89.co.uk/2008/06/15/trying-imified/</guid>
		<description><![CDATA[Trying http://imified.com/, seems to be an awesome service&#8230; In fact, I&#8217;m writing this blogpost through it edit: Seem to not quite have worked&#8230; Maybe it converts to links automatically, more experimentation needed.]]></description>
			<content:encoded><![CDATA[<p>Trying <a href="http://imified.com/">http://imified.com/</a>, seems to be an awesome service&#8230; In fact, I&#8217;m writing this blogpost through it <img src='http://ewanm89.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><em>edit: Seem to not quite have worked&#8230; Maybe it converts to links automatically, more experimentation needed.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://ewanm89.co.uk/2008/06/15/trying-imified/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eeek</title>
		<link>http://ewanm89.co.uk/2008/05/02/eeek/</link>
		<comments>http://ewanm89.co.uk/2008/05/02/eeek/#comments</comments>
		<pubDate>Fri, 02 May 2008 13:56:42 +0000</pubDate>
		<dc:creator>ewanm89</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://ewanm89.co.uk/?p=47</guid>
		<description><![CDATA[I was just getting ready to release anti-rickroll script when firefox profile got corrupted, I deleted it and poof, my anti-rickroll script gone I&#8217;ll create a replacement as soon as I&#8217;m not so busy. I can remember most of the code and fundamentals of how it worked, so shouldn&#8217;t take too long just got exams [...]]]></description>
			<content:encoded><![CDATA[<p>I was just getting ready to release anti-rickroll script when firefox profile got corrupted, I deleted it and poof, my anti-rickroll script gone <img src='http://ewanm89.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I&#8217;ll create a replacement as soon as I&#8217;m not so busy. I can remember most of the code and fundamentals of how it worked, so shouldn&#8217;t take too long just got exams in the way&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ewanm89.co.uk/2008/05/02/eeek/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Did anyone remind me????</title>
		<link>http://ewanm89.co.uk/2008/04/29/did-anyone-remind-me/</link>
		<comments>http://ewanm89.co.uk/2008/04/29/did-anyone-remind-me/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 10:58:20 +0000</pubDate>
		<dc:creator>ewanm89</dc:creator>
				<category><![CDATA[FOSS]]></category>

		<guid isPermaLink="false">http://ewanm89.co.uk/2008/04/29/did-anyone-remind-me/</guid>
		<description><![CDATA[I haven&#8217;t posted of late&#8230;, I mean 15 days&#8230; I thought I asked you to remind me Anyway, back at uni. Still unsure on whether to release anti-rickroll script&#8230;]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t posted of late&#8230;, I mean 15 days&#8230; I thought I asked you to remind me <img src='http://ewanm89.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Anyway, back at uni. Still unsure on whether to release anti-rickroll script&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ewanm89.co.uk/2008/04/29/did-anyone-remind-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anti-RickRoll</title>
		<link>http://ewanm89.co.uk/2008/04/14/45/</link>
		<comments>http://ewanm89.co.uk/2008/04/14/45/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 15:52:06 +0000</pubDate>
		<dc:creator>ewanm89</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://ewanm89.co.uk/?p=45</guid>
		<description><![CDATA[I&#8217;m fed up of these youtube rickrolls, so I&#8217;ve made a nice little greasemonkey script to do this instead. Unfortunately if I upload script people will know how to rickroll me, and I don&#8217;t want that&#8230; So I have a bit of a dilemma&#8230;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m fed up of these youtube rickrolls, so I&#8217;ve made a nice little greasemonkey script to do this instead.<br />
<a href="http://ewanm89.co.uk/wp-content/uploads/2008/04/antirickroll.png"><img class="aligncenter size-medium wp-image-44" title="antirickroll" src="http://ewanm89.co.uk/wp-content/uploads/2008/04/antirickroll-300x181.png" alt="" width="300" height="181" /></a><br />
Unfortunately if I upload script people will know how to rickroll me, and I don&#8217;t want that&#8230; So I have a bit of a dilemma&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ewanm89.co.uk/2008/04/14/45/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CLI Top Ten</title>
		<link>http://ewanm89.co.uk/2008/04/11/cli-top-ten/</link>
		<comments>http://ewanm89.co.uk/2008/04/11/cli-top-ten/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 13:49:21 +0000</pubDate>
		<dc:creator>ewanm89</dc:creator>
				<category><![CDATA[CLI]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[zsh]]></category>

		<guid isPermaLink="false">http://ewanm89.co.uk/2008/04/11/cli-top-ten/</guid>
		<description><![CDATA[To help my part in the current wave amongst Linux bloggers: &#8220;cat ~/.histfile&#124;awk &#8216;{a[$1]++ } END{for(i in a){print a[i] &#8221; &#8221; i}}&#8217;&#124;sort -rn&#124;head&#8221; (yes I use zsh) gives: 408 sudo 143 vim 137 ssh 137 ls 135 cd 86 dmesg 52 make 43 pkill 37 ps 32 plog So I do far too much as [...]]]></description>
			<content:encoded><![CDATA[<p>To help my part in the current wave amongst Linux bloggers: &#8220;cat ~/.histfile|awk &#8216;{a[$1]++ } END{for(i in a){print a[i] &#8221; &#8221; i}}&#8217;|sort -rn|head&#8221;  (yes I use zsh) gives:</p>
<p>408 sudo<br />
143 vim<br />
137 ssh<br />
137 ls<br />
135 cd<br />
86 dmesg<br />
52 make<br />
43 pkill<br />
37 ps<br />
32 plog</p>
<p>So I do far too much as root&#8230; too much in vim and too much on other computers, and why do I keep using cd?</p>
]]></content:encoded>
			<wfw:commentRss>http://ewanm89.co.uk/2008/04/11/cli-top-ten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
