
<?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>Darkgate.</title>
	<atom:link href="http://darkgate.net/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://darkgate.net/blog</link>
	<description></description>
	<lastBuildDate>Tue, 20 Jul 2010 09:42:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FlashForward Axed</title>
		<link>http://darkgate.net/blog/?p=1312</link>
		<comments>http://darkgate.net/blog/?p=1312#comments</comments>
		<pubDate>Tue, 20 Jul 2010 09:42:49 +0000</pubDate>
		<dc:creator>Timbo</dc:creator>
				<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://darkgate.net/blog/?p=1312</guid>
		<description><![CDATA[On noes.   
We really got into FlashFoward.  It had an interesting story, and you can tell the writers spent a lot of time getting the story right before they filmed anything.  Reminds me of another brilliant show with an complex and over-arching storyline.
Damn.  Oh well, at least dropping FlashForward allowed [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.metro.co.uk/metrolife/826231-flashforward-and-scrubs-cancelled-by-abc">On noes</a>.  <img src='http://darkgate.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>We really got into FlashFoward.  It had an interesting story, and you can tell the writers spent a lot of time getting the story right before they filmed anything.  Reminds me of <a href="http://en.wikipedia.org/wiki/Babylon_5">another brilliant show with an complex and over-arching storyline</a>.</p>
<p>Damn.  Oh well, at least dropping FlashForward allowed the network to pick up <a href="http://www.darkhorizons.com/news/17185">a new sit-com starring Matthew Perry</a>.  Which will be just, you know, <em>amazing</em>.  Swings and roundabouts eh.</p>
]]></content:encoded>
			<wfw:commentRss>http://darkgate.net/blog/?feed=rss2&amp;p=1312</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>State of Origin 2010: QLD clean sweep</title>
		<link>http://darkgate.net/blog/?p=1307</link>
		<comments>http://darkgate.net/blog/?p=1307#comments</comments>
		<pubDate>Thu, 08 Jul 2010 12:21:04 +0000</pubDate>
		<dc:creator>Timbo</dc:creator>
				<category><![CDATA[Sport]]></category>

		<guid isPermaLink="false">http://darkgate.net/blog/?p=1307</guid>
		<description><![CDATA[Last night Queenland won Game 3 to secure a clean sweep of the series.
All Hail the King.

]]></description>
			<content:encoded><![CDATA[<p>Last night <a href="http://www.theaustralian.com.au/news/sport/queensland-sweeps-the-blues-away/story-e6frg7mf-1225889171196">Queenland won Game 3</a> to secure a clean sweep of the series.</p>
<p>All Hail the King.</p>
<p><center><img src="http://images.smh.com.au/2010/07/08/1680727/darren_lockyer-420x0.jpg" /></center></p>
]]></content:encoded>
			<wfw:commentRss>http://darkgate.net/blog/?feed=rss2&amp;p=1307</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a RHEL/Fedora Media Server for XBox 360</title>
		<link>http://darkgate.net/blog/?p=1298</link>
		<comments>http://darkgate.net/blog/?p=1298#comments</comments>
		<pubDate>Thu, 24 Jun 2010 12:28:12 +0000</pubDate>
		<dc:creator>Timbo</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://darkgate.net/blog/?p=1298</guid>
		<description><![CDATA[I&#8217;ve just built a new PC, and decided to turn my old Windows XP PC into a dedicated, headless Linux server.  One thing I&#8217;ve always wanted to have a server at home that could run apache and samba, but do other things like download torrents and serve media directly to my XBox 360.
I&#8217;m using [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just built a new PC, and decided to turn my old Windows XP PC into a dedicated, headless Linux server.  One thing I&#8217;ve always wanted to have a server at home that could run apache and samba, but do other things like download torrents and serve media directly to my XBox 360.</p>
<p>I&#8217;m using <a href="http://www.redhat.com/rhel/server/">RHEL5</a> here, but these instructions should work just as well for <a href="http://www.centos.org/">CentOS</a>.  My media directory is going to be called <strong>/media</strong>, and I&#8217;m doing all this via an <a href="http://xrdp.sourceforge.net/">xrdp</a> session.</p>
<p>First, you need to install <a href="http://ushare.geexbox.org/">ushare</a> to stream media to your 360:</p>
<p><code>yum install gcc<br />
yum install libupnp-devel    # from <a href="https://fedoraproject.org/wiki/EPEL">EPEL</a><br />
wget http://ushare.geexbox.org/releases/ushare-1.1a.tar.bz2<br />
tar -xjf ushare-1.1a.tar.bz2<br />
cd ushare-1.1a<br />
CFLAGS="-Os" ./configure --prefix=/usr/local<br />
make<br />
make install<br />
route add -net 239.0.0.0 netmask 255.0.0.0 eth0<br />
ushare -D -x -c /media</code></p>
<p>Once you have ushare up and running, your XBox 360 should be able to stream the files in your /media directory.  </p>
<p>Now, for downloading torrents I suggest using Wine and <a href="http://www.utorrent.com/">uTorrent</a>.  I know, it&#8217;s not a native Linux app but the fact is the current generation of torrent clients for Linux are mediocre at best.  uTorrent is fast, has a tiny footprint, and more features than you can poke a stick at.  So until the Linux clients catch up, it&#8217;s uTorrent for me.</p>
<p>To install uTorrent on Linux:</p>
<p><code>yum install wine<br />
wget http://download.utorrent.com/2.0.2/utorrent.exe<br />
wine ./utorrent.exe /NOINSTALL</code></p>
<p>This should get uTorrent up and running.  Next you need to enable the <a href="http://www.utorrent.com/documentation/webui">&#8220;Web UI&#8221;</a> in the configuration settings, and create a username and password for remote access.  Choose an arbitrary port like 8123.  Once configured you should be able to access your uTorrent GUI remotely via:</p>
<p><code>http://&lt;yourserver&gt;:8123/gui/</code></p>
<p>Now, you probably have other PCs and laptops that you want to use to queue up the torrents on your server.  That&#8217;s where the <a href="https://addons.mozilla.org/en-US/firefox/addon/53869/">&#8220;Send to WebUI&#8221; firefox addon</a> comes in, install this addon to any computer you usually use to browse torrents. </p>
<p>Once you&#8217;ve configured it with your server, and username/password, you can queue up torrents as easily as <strong>right-click -> &#8220;Sent to WebUI&#8221;</strong>.</p>
<p>If you don&#8217;t use firefox don&#8217;t worry, you can still queue up torrents via the uTorrent web-interface, it&#8217;s just a few extra clicks of the mouse instead of just one.</p>
<p>And that&#8217;s it.  Queue up your torrents remotely, and watch them on your XBox soon as they have downloaded.  </p>
]]></content:encoded>
			<wfw:commentRss>http://darkgate.net/blog/?feed=rss2&amp;p=1298</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Gmail account hacked 2</title>
		<link>http://darkgate.net/blog/?p=1292</link>
		<comments>http://darkgate.net/blog/?p=1292#comments</comments>
		<pubDate>Sun, 20 Jun 2010 06:25:33 +0000</pubDate>
		<dc:creator>Timbo</dc:creator>
				<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://darkgate.net/blog/?p=1292</guid>
		<description><![CDATA[I sent that last post at 1am this morning.  This is a screenshot I took of my GMail account activity.
Looks like the hacker was from Italy&#8230;

]]></description>
			<content:encoded><![CDATA[<p>I sent that last post at 1am this morning.  This is a screenshot I took of my GMail account activity.</p>
<p>Looks like the hacker was from Italy&#8230;</p>
<p><a href="http://darkgate.net/blog/wp-content/uploads/2010/06/Capture2.jpg"><img src="http://darkgate.net/blog/wp-content/uploads/2010/06/Capture2.jpg" alt="" title="" width="510" height="366" class="aligncenter size-full wp-image-1293" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://darkgate.net/blog/?feed=rss2&amp;p=1292</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail account hacked</title>
		<link>http://darkgate.net/blog/?p=1290</link>
		<comments>http://darkgate.net/blog/?p=1290#comments</comments>
		<pubDate>Sat, 19 Jun 2010 15:51:16 +0000</pubDate>
		<dc:creator>Timbo</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://darkgate.net/blog/?p=1290</guid>
		<description><![CDATA[Yep, my gmail account has been hacked.   
Please delete any messages you get from me trying to sell you pills (unless it&#8217;s Vitamin-C, which is really good for you).
]]></description>
			<content:encoded><![CDATA[<p>Yep, my gmail account has been hacked.  <img src='http://darkgate.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Please delete any messages you get from me trying to sell you pills (unless it&#8217;s Vitamin-C, which is really good for you).</p>
]]></content:encoded>
			<wfw:commentRss>http://darkgate.net/blog/?feed=rss2&amp;p=1290</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QLD win 5th Consecutive Origin Series</title>
		<link>http://darkgate.net/blog/?p=1286</link>
		<comments>http://darkgate.net/blog/?p=1286#comments</comments>
		<pubDate>Thu, 17 Jun 2010 12:39:13 +0000</pubDate>
		<dc:creator>Timbo</dc:creator>
				<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://darkgate.net/blog/?p=1286</guid>
		<description><![CDATA[Last year Queensland won 4 series in a row, an unprecedented record. So 5 in a row is not just unprecedented, it&#8217;s unbelievable.
Last night&#8217;s match was a joy to watch, if you could look past all the ugly wrestling tactics and attempts to put Queensland off their game that is.  
And what was going [...]]]></description>
			<content:encoded><![CDATA[<p>Last year Queensland won 4 series in a row, an unprecedented record. So 5 in a row is not just unprecedented, <a href="http://www.theaustralian.com.au/news/sport/maroons-massacre-makes-it-five-straight-but-this-time-its-personal/story-e6frg7mf-1225880649995">it&#8217;s unbelievable</a>.</p>
<p>Last night&#8217;s match was a joy to watch, if you could look past all the ugly wrestling tactics and attempts to put Queensland off their game that is.  </p>
<p>And what was going on with the refs?   Why wasn&#8217;t O&#8217;Donnel sent off for <a href="http://www.youtube.com/watch?v=CyDxG3vRcmA">this</a>?  A spear tackle and a headbutt, and he stayed on the field.  In any normal NRL game he&#8217;d be off. </p>
<p>In any case, it&#8217;s 5 years in a row now and I never get sick of smashing the Blues.  Bring on Game 3.  Last year <a href="http://">NSW beat QLD</a> in game 3 after we&#8217;d taken the series&#8230; so let&#8217;s make it 3-0 this year.</p>
]]></content:encoded>
			<wfw:commentRss>http://darkgate.net/blog/?feed=rss2&amp;p=1286</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uptime Stats</title>
		<link>http://darkgate.net/blog/?p=1282</link>
		<comments>http://darkgate.net/blog/?p=1282#comments</comments>
		<pubDate>Thu, 10 Jun 2010 08:01:42 +0000</pubDate>
		<dc:creator>Timbo</dc:creator>
				<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://darkgate.net/blog/?p=1282</guid>
		<description><![CDATA[Pingdom reports that during May, Darkgate had significantly better uptime stats than the previous 2 months:

March: 90.17%  (4 outages)
April: 94.28%  (7 outages)
May: 99.98%  (2 outages)

Let&#8217;s hope it stays that way.
p.s.  I passed the RHCE exam.  Yay.  
]]></description>
			<content:encoded><![CDATA[<p>Pingdom reports that during May, Darkgate had significantly better uptime stats than the previous 2 months:</p>
<ul>
<li>March: 90.17%  (4 outages)</li>
<li>April: 94.28%  (7 outages)</li>
<li>May: 99.98%  (2 outages)</li>
</ul>
<p>Let&#8217;s hope it stays that way.</p>
<p>p.s.  I passed the RHCE exam.  Yay. <img src='http://darkgate.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://darkgate.net/blog/?feed=rss2&amp;p=1282</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix&#8217;ed my mail issue</title>
		<link>http://darkgate.net/blog/?p=1279</link>
		<comments>http://darkgate.net/blog/?p=1279#comments</comments>
		<pubDate>Thu, 03 Jun 2010 07:19:57 +0000</pubDate>
		<dc:creator>Timbo</dc:creator>
				<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://darkgate.net/blog/?p=1279</guid>
		<description><![CDATA[For the last month or so (ever since the &#8220;unpleasantness&#8221;) I haven&#8217;t been receiving notification emails when somebody leaves a comment on the site (although the comment is still recorded).  Nor have I received any messages from the contact form (sorry).
I&#8217;ve just found and fixed the problem.  Normal service has resumed, but if [...]]]></description>
			<content:encoded><![CDATA[<p>For the last month or so (ever since the <a href="/blog/?p=1247">&#8220;unpleasantness&#8221;</a>) I haven&#8217;t been receiving notification emails when somebody leaves a comment on the site (although the comment is still recorded).  Nor have I received any messages from the contact form (sorry).</p>
<p>I&#8217;ve just found and fixed the problem.  Normal service has resumed, but if you tried to contact me and I didn&#8217;t get back to you, I apologise.</p>
<p>In other news, <a href="http://www.redhat.com/certification/rhce/">RHCE exam</a> tomorrow.  EEK!<br />
And other other news&#8230; Will it be <a href="http://www.heraldsun.com.au/sport/nrl/queensland-beat-nsw-in-state-of-origin-i/story-e6frfgbo-1225871765870">5 years in a row</a>???</p>
]]></content:encoded>
			<wfw:commentRss>http://darkgate.net/blog/?feed=rss2&amp;p=1279</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windoze 7</title>
		<link>http://darkgate.net/blog/?p=1275</link>
		<comments>http://darkgate.net/blog/?p=1275#comments</comments>
		<pubDate>Wed, 12 May 2010 11:25:13 +0000</pubDate>
		<dc:creator>Timbo</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://darkgate.net/blog/?p=1275</guid>
		<description><![CDATA[On the weekend I put Win7 on the laptop and you know what&#8230;  I actually like it.
It&#8217;s seems a lot faster.  It could be because I&#8217;m running the 64-bit version (used to run 32-bit Vista), and could also be because somehow Windows is always magically faster after a re-install&#8230; 
But it just seems [...]]]></description>
			<content:encoded><![CDATA[<p>On the weekend I put Win7 on the laptop and you know what&#8230;  I actually like it.</p>
<p>It&#8217;s seems a lot faster.  It could be because I&#8217;m running the 64-bit version (used to run 32-bit Vista), and could also be because somehow Windows is always magically faster after a re-install&#8230; </p>
<p>But it just seems to be a lot more polished.  Things are in the right place, it&#8217;s fast, and it just works.</p>
<p>I did see in Dick Smith&#8217;s though the retail price is almost AU$500.  I defintely don&#8217;t think it&#8217;s worth that much when you can get Linux for free, but as far as Windows operating systems go&#8230; it&#8217;s pretty good!</p>
]]></content:encoded>
			<wfw:commentRss>http://darkgate.net/blog/?feed=rss2&amp;p=1275</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wedding Photos</title>
		<link>http://darkgate.net/blog/?p=1262</link>
		<comments>http://darkgate.net/blog/?p=1262#comments</comments>
		<pubDate>Sun, 02 May 2010 02:10:07 +0000</pubDate>
		<dc:creator>Timbo</dc:creator>
				<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://darkgate.net/blog/?p=1262</guid>
		<description><![CDATA[We&#8217;re back.  And I&#8217;ve just finished sorting out all the photos.

Wedding Pics
Honeymoon Pics

Here&#8217;s a few of them:
















The Master Chief wedding-cake topper was Melissa&#8217;s idea (although I fully approved  ).  They are just action figures we bought off EBay, and then positioned them on a platform.  Melissa got the flowers from a [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re back.  And I&#8217;ve just finished sorting out all the photos.</p>
<ul>
<li><a href="http://picasaweb.google.com.au/camdentown/Wedding">Wedding Pics</a></li>
<li><a href="http://picasaweb.google.com.au/camdentown/Honeymoon">Honeymoon Pics</a></li>
</ul>
<p>Here&#8217;s a few of them:</p>
<p><center></p>
<table border="0">
<tr>
<td><a href="http://picasaweb.google.com.au/camdentown/Wedding#5466474237634963298"><img src="http://lh6.ggpht.com/_7zxJm-dBokU/S9zRW0QOZ2I/AAAAAAAADxQ/8jcPfW9W4c4/s800/t%26m%20%28096%29.jpg" height="160" width="240"/></a></td>
<td><a href="http://picasaweb.google.com.au/camdentown/Wedding#5466474009758533458"><img src="http://lh3.ggpht.com/_7zxJm-dBokU/S9zRJjWQB1I/AAAAAAAADvo/3SOse7zPrg8/s800/DPP_0039.JPG" height="160" width="240"/></a></td>
</tr>
<tr>
<td><a href="http://picasaweb.google.com.au/camdentown/Wedding#5466474388392380242"><img src="http://lh5.ggpht.com/_7zxJm-dBokU/S9zRfl3mB1I/AAAAAAAADyo/i6-sxileLI8/s800/t%26m%20%28143%29.jpg" height="160" width="240"/></a></td>
<td><a href="http://picasaweb.google.com.au/camdentown/Wedding#5466474889444353970"><img src="http://lh4.ggpht.com/_7zxJm-dBokU/S9zR8wbsZ7I/AAAAAAAAD18/akpONJzpZyM/s800/t%26m%20%28278%29.jpg" height="160" width="240"/></a></td>
</tr>
<tr>
<td><a href="http://picasaweb.google.com.au/camdentown/Honeymoon#5463996725796163826"><img src="http://lh5.ggpht.com/_7zxJm-dBokU/S9QEEpb6UPI/AAAAAAAADpM/7XghjsxVHEo/s800/DSC00749.JPG" height="135" width="240"/></a></td>
<td><a href="http://picasaweb.google.com.au/camdentown/Honeymoon#5463995784883304402"><img src="http://lh3.ggpht.com/_7zxJm-dBokU/S9QDN4Qzd9I/AAAAAAAADk0/zvcTwcWA6OU/s800/DSC00624.JPG" height="135" width="240"/></a></td>
</tr>
</table>
<p></center></p>
<p>The <a href="http://picasaweb.google.com.au/camdentown/Wedding#5466474226247428738">Master Chief wedding-cake topper</a> was Melissa&#8217;s idea (although I fully approved <img src='http://darkgate.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ).  They are just action figures we bought off EBay, and then positioned them on a platform.  Melissa got the flowers from a craft shop.</p>
]]></content:encoded>
			<wfw:commentRss>http://darkgate.net/blog/?feed=rss2&amp;p=1262</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
