<?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>Deaconsworld</title>
	<atom:link href="http://www.deaconsworld.org.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deaconsworld.org.uk</link>
	<description>Welcome to my world</description>
	<lastBuildDate>Thu, 05 Feb 2009 09:41:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Building RPMs as a normal user</title>
		<link>http://www.deaconsworld.org.uk/2009/02/05/building-rpms-as-a-normal-user/</link>
		<comments>http://www.deaconsworld.org.uk/2009/02/05/building-rpms-as-a-normal-user/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 09:41:48 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/?p=112</guid>
		<description><![CDATA[We often told that building an RPM as root is a bad thing. While this is very true, how do you build it as a normal user?
The trick is to use rpmdev-setuptree. This will create a empty build tree in ~/rpmbuild as well as sort out you .rpmmacro file so rpmbuild knows to use it.
It&#8217;s ]]></description>
			<content:encoded><![CDATA[<p>We often told that building an RPM as root is a bad thing. While this is very true, how do you build it as a normal user?</p>
<p>The trick is to use rpmdev-setuptree. This will create a empty build tree in ~/rpmbuild as well as sort out you .rpmmacro file so rpmbuild knows to use it.</p>
<p>It&#8217;s really simple actually, so here goes.</p>
<ol>
<li>As root, install rpm-build, rpmdevtools and yum-utils.<br />
<code>yum -y install rpm-build rpmdevtools yum-utils</code></li>
<li>Now as a user, create a rpmbuild tree:<br />
<code>rpmdev-setuptree</code></li>
<li>Now as a user, download your RPM source:<br />
<code>yumdownloader -source sox</code></li>
<li>Again as a normal user, install the source rpm<br />
<code>rpm -ivh &lt;rpm&gt;.src.rpm</code></li>
<li>Go in to ~/rpmbuild and make whatever changes you need to. The Spec file will be in ~/rpmbuild/SPECS and the source will be gzipped in ~/rpmbuild/SOURCES</li>
<li>Now build it!<br />
<code>rpmbuild -ba ~/rpmbuild/SPECS/&lt;spec file&gt;</code></li>
<li>Assuming everything went OK, the RPMs will be in ~/rpmbuild/RPMS/, but you&#8217;ll need to install them as root.</li>
<li>If you find your rpmbuild is getting full of crap, you can either delete it and rebuild it, or a slightly more elegant way would be to use<br />
<code>rpmdev-wipetree</code></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2009/02/05/building-rpms-as-a-normal-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yet another Fedora 10 cock-up</title>
		<link>http://www.deaconsworld.org.uk/2008/12/18/yet-another-fedora-10-cock-up/</link>
		<comments>http://www.deaconsworld.org.uk/2008/12/18/yet-another-fedora-10-cock-up/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 16:47:20 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/?p=110</guid>
		<description><![CDATA[Oh poor Fedora, don&#8217;t worry we still love you, even if you do keep cocking up. It&#8217;s been a hard few months for my favourite distro. First we had the security problem with the gpg key for the updates, then we had the evil dbus update which broken F10, and now we&#8217;ve got the odd ]]></description>
			<content:encoded><![CDATA[<p>Oh poor Fedora, don&#8217;t worry we still love you, even if you do keep cocking up. It&#8217;s been a hard few months for my favourite distro. First we had the security problem with the gpg key for the updates, then we had the evil dbus update which broken F10, and now we&#8217;ve got the odd day-of-the-week bug for the UK.</p>
<p>The bug is simple, according to the gnome clock applet our week starts on a Tuesday. Opps, but that shouldn&#8217;t be too much of a problem to change. Digging around the net, I found some references to locale files in /usr/share/i18n/locales. Although they looked correct, I tried changing them anyway. To absolutly no effect. The answer? To recompile glibc-common! Oh for fucks sake, the bug for this has been opened since Novemeber, should I really have to recompile what is a massive RPM, just for this? Why aren&#8217;t these files read at login, or better still, why can&#8217;t I used system-config-date to change my preferences.</p>
<p>Anyway for those of you who are interested, you can track the bug on <a href="https://bugzilla.redhat.com/show_bug.cgi?id=473445" target="_blank">bugzilla</a> or <a href="http://www.sourceware.org/bugzilla/show_bug.cgi?id=7068" target="_blank">Sourceware</a>.</p>
<p>I&#8217;m also rebuilding the glibc-common RPM now, if it works, then I&#8217;ll post an updated version when it&#8217;s finished</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2008/12/18/yet-another-fedora-10-cock-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing mail servers</title>
		<link>http://www.deaconsworld.org.uk/2008/11/07/testing-mail-servers/</link>
		<comments>http://www.deaconsworld.org.uk/2008/11/07/testing-mail-servers/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 11:27:15 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/?p=108</guid>
		<description><![CDATA[Back in the good ol&#8217; days of POP3 it was really easy to test a mail server manually you just simply telnet to port 110 issue some 3 command and done! Now that all ISPs support IMAP things are a little more complicated. Here&#8217;s my little guide to manually testing POP3, IMAP and SMTP

Testing POP3
POP3 ]]></description>
			<content:encoded><![CDATA[<p>Back in the good ol&#8217; days of POP3 it was really easy to test a mail server manually you just simply telnet to port 110 issue some 3 command and done! Now that all ISPs support IMAP things are a little more complicated. Here&#8217;s my little guide to manually testing POP3, IMAP and SMTP</p>
<p><span id="more-108"></span></p>
<h2><strong>Testing POP3</strong></h2>
<p>POP3 testing is really really simple, here&#8217;s an example (The command I entered are in bold):</p>
<pre><strong>[adam@desktop ~]$ telnet zippy.deaconsworld.org.uk 110</strong>
Trying 10.0.0.1...
Connected to zippy.deaconsworld.org.uk.
Escape character is '^]'.
+OK Dovecot ready.
<strong>user &lt;username&gt;</strong>
+OK
<strong>pass &lt;password&gt;</strong>
+OK Logged in.
<strong>list</strong>
+OK 185 messages:
1 34718
<em>&lt;snip&gt;</em>
185 20419
.
<strong>top 1 0</strong>
+OK
Return-path: &lt;someone@example.com&gt;
Envelope-to: &lt;someonelse@example.com&gt;
Delivery-date: Mon, 20 Oct 2008 15:02:43 +0100
Received: from outbound.mse17.exchange.ms ([64.71.238.253])
    by zippy.deaconsworld.org.uk with esmtps (TLSv1:RC4-MD5:128)
    (Exim 4.69)
    (envelope-from &lt;someone@example.com&gt;;)
    id 1KrvLE-0001Fq-PT
    for &lt;someonelse@example.com&gt;; Mon, 20 Oct 2008 15:02:43 +0100
<em>&lt;snip&gt;</em>
.
<strong>quit</strong>
+OK Logging out.
Connection closed by foreign host.</pre>
<hr />Here&#8217;s a list of some useful commands and their explanations:</p>
<ul>
<li><strong>user [username] </strong>- Sends the username for the connection</li>
<li><strong>pass [password]</strong> &#8211; Sends the password for the connection</li>
<li><strong>list</strong> &#8211; Displays a list of email ID and their sizes.</li>
<li><strong>top [id] [length]</strong> &#8211; Gets the &#8220;top&#8221; of an e-mail. The ID is from the list command (the first e-mail is always 1). top always gets the headers and then [length] lines e.g. top 1 0 will get just the headers of the first e-mail or top 2 10 will get the headers and the first 10 lines of e-mail 2.</li>
<li><strong>retr [id]</strong> &#8211; Gets the whole of e-mail.</li>
<li><strong>dele [id]</strong> &#8211; Deletes an e-mail</li>
<li><strong>quit</strong> &#8211; closes the connection</li>
</ul>
<h2>Testing IMAP</h2>
<p>IMAP is a little more complicated because of folders and because it&#8217;s asynchronous. After telnetting to port 143, here&#8217;s an example:</p>
<pre>[adam@desktop ~]$ <strong>telnet zippy.deaconsworld.org.uk 143</strong>
Trying 10.0.0.1...
Connected to zippy.deaconsworld.org.uk.
Escape character is '^]'.
* OK Dovecot ready.
<strong>1 login &lt;username&gt; &lt;password</strong>&gt;
1 OK Logged in.
<strong>2 select "INBOX"</strong>
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft unknown-1 unknown-0 Junk receipt-handled NonJunk $MDNSent)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft unknown-1 unknown-0 Junk receipt-handled NonJunk $MDNSent \*)] Flags permitted.
* 185 EXISTS
* 0 RECENT
* OK [UNSEEN 183] First unseen.
* OK [UIDVALIDITY 1220688986] UIDs valid
* OK [UIDNEXT 3859] Predicted next UID
2 OK [READ-WRITE] Select completed.
<strong>3 FETCH * ALL</strong>
* 185 FETCH (FLAGS () INTERNALDATE "07-Nov-2008 09:51:29 +0000"...
3 OK Fetch completed.
<strong>4 logout</strong>
* BYE Logging out
4 OK Logout completed.
Connection closed by foreign host.</pre>
<hr />Here you&#8217;ll notice the numbers at the start of each line. This technically should be a unique string for each command, the server will reply with the same number. In reality, you can use the same number for each line. As before here&#8217;s a list of useful commands you might need:</p>
<ul>
<li><strong>LOGIN &#8220;[username]&#8221; &#8220;[password]&#8220;</strong> &#8211; sends the username/password</li>
<li><strong>SELECT &#8220;[folder]&#8220;</strong> &#8211; Selects the folder to use. I always use INBOX as this should always exist</li>
<li><strong>FETCH * ALL</strong> &#8211; Gets all the heads for the first message</li>
<li><strong>LOGOUT</strong> &#8211; Closes the connection</li>
</ul>
<h2>Testing SMTP</h2>
<p>Just for completness here&#8217;s a test for SMTP. After telnetting to port 25, try the following:</p>
<pre>[adam@desktop ~]$ <strong>telnet zippy.deaconsworld.org.uk 25</strong>
Trying 10.0.0.1...
Connected to zippy.deaconsworld.org.uk.
Escape character is '^]'.
220 zippy.deaconsworld.org.uk ESMTP Exim 4.69 Fri, 07 Nov 2008 11:18:45 +0000
<strong>ehlo adam</strong>
250-zippy.deaconsworld.org.uk Hello adam [10.0.0.28]
250-SIZE 52428800
250-PIPELINING
250-AUTH LOGIN
250-STARTTLS
250 HELP
<strong>mail from: adam@deaconsworld.org.uk</strong>
250 OK
<strong>rcpt to: adam@deaconsworld.org.uk</strong>
250 Accepted
<strong>data</strong>
354 Enter message, ending with "." on a line by itself
<strong>Subject: test

test
.
</strong>250 OK id=1KyPMm-00078C-9u
<strong>quit</strong>
221 zippy.deaconsworld.org.uk closing connection
Connection closed by foreign host.</pre>
<hr />The above should send a test message, however it&#8217;s not exactly RFC2822 complient so don&#8217;t be surprised if spam filters drop it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2008/11/07/testing-mail-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More mplayer fun!</title>
		<link>http://www.deaconsworld.org.uk/2008/08/06/more-mplayer-fun/</link>
		<comments>http://www.deaconsworld.org.uk/2008/08/06/more-mplayer-fun/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 11:55:53 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[mplayer]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/?p=100</guid>
		<description><![CDATA[This week I have been playing with youtube videos to either extract the sound from the video and converting to MP3 or converting the whole video to mpeg.
I&#8217;ve used the same kind of process to convert RealAudio streams to MP3. Firstly download the youtube video. I use the DownloadHelper addon for firefox. It&#8217;s really easy ]]></description>
			<content:encoded><![CDATA[<p>This week I have been playing with youtube videos to either extract the sound from the video and converting to MP3 or converting the whole video to mpeg.</p>
<p>I&#8217;ve used the same kind of process to convert <a href="http://www.deaconsworld.org.uk/2007/02/01/recording-realaudio-streams-and-converting-them-to-mp3/">RealAudio streams to MP3</a>. Firstly download the youtube video. I use the <a href="http://www.downloadhelper.net/" target="_blank">DownloadHelper</a> addon for firefox. It&#8217;s really easy to use, you just search for your favourite video then click the button in the toolbar.</p>
<p>Once you&#8217;ve got your flv, you should be able to play that through totem/mplayer. If not, you&#8217;ll need install the correct gstreamer plugins. If you&#8217;re using Fedora, I&#8217;d suggest taking a look at <a href="http://www.my-guides.net/en/content/view/103/26/#video_video_play">MyGuide</a></p>
<p>OK, let&#8217;s say we want to rip the sound out of the file.. Really useful if you want a obsecure song that you can only find on youtube. It&#8217;s a two stage process, rip it as a wav then encode it to mp3.</p>
<p><code>mplayer Pork_and_Beans.flv -ao pcm:file=file.wav -vc dummy -vo null<br />
lame -V Pork_and_Beans.mp3 file.wav --tt "Pork and Beans --ta "Weezer"<br />
rm file.wav</code></p>
<p>That&#8217;s all there is to it!</p>
<p>OK next trick is to convert the flv to a Mpeg. This is slightly tricker and I haven&#8217;t had great results playing these on Windows (timing are all screwy)</p>
<p><code>mencoder Pork_and_Beans.flv -oac lavc -ovc lavc -lavcopts vcodec=msmpeg4v2:acodec=libmp3lame:abitrate=64 -o Pork_and_Beans.avi 2&gt;/dev/null</code></p>
<p>The /dev/null is to drop the millions of warning messages you get about clipping.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2008/08/06/more-mplayer-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress style permalinks</title>
		<link>http://www.deaconsworld.org.uk/2008/08/06/wordpress-style-permalinks/</link>
		<comments>http://www.deaconsworld.org.uk/2008/08/06/wordpress-style-permalinks/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 08:48:44 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2008/08/06/wordpress-style-permalinks/</guid>
		<description><![CDATA[Recently I was writing a database driven website, where all the content was within a database and the only real page was index.php.
This is easy enough to do, but of course, you need to tell index.php which page you want so you end up with URL like http://www.deaconsworld.org.uk/index.php?PageID=12 or  http://www.deaconsworld.org.uk/index.php?PageID=36. Not the most user or ]]></description>
			<content:encoded><![CDATA[<p>Recently I was writing a database driven website, where all the content was within a database and the only real page was index.php.</p>
<p>This is easy enough to do, but of course, you need to tell index.php which page you want so you end up with URL like http://www.deaconsworld.org.uk/index.php?PageID=12 or  http://www.deaconsworld.org.uk/index.php?PageID=36. Not the most user or SEO friendly. What I really wanted was URL that looked like this:  http://www.deaconsworld.org.uk/contact/ or http://www.deaconsworld.org.uk/about/</p>
<p><span id="more-98"></span>It turns out that it was actually quite simple. The principle behind it is to use a Apache re-write to redirect everything that isn&#8217;t a &#8216;real&#8217; page to index.php but leave the URI available for php to process.</p>
<p>Let&#8217;s say you have a database called tblPages that looks like this:</p>
<p><code>+-----------+-------------------------+------+-----+---------+----------------+<br />
| Field     | Type                    | Null | Key | Default | Extra          |<br />
+-----------+-------------------------+------+-----+---------+----------------+<br />
| PageID    | int(10) unsigned        | NO   | PRI | NULL    | auto_increment |<br />
| Title     | varchar(255)            | NO   |     | NULL    |                |<br />
| Content   | text                    | NO   |     | NULL    |                |<br />
+-----------+-------------------------+------+-----+---------+----------------+</code></p>
<p>Hopefully the table is self explanatory, The PageID is a unique number, Title is going to be the URL and Content is the HTML of the page.</p>
<p>Next you need a rewrite statement, this can either be put in the virtualhost declaration or in an .htaccess file. Again this would look like this:</p>
<p><code># Switch the rewrite Engine on<br />
RewriteEngine On<br />
# Set the base correctly<br />
RewriteBase /<br />
# Ignore and don't process any 'real' files or directories<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
# finally, rewrite everything else as index.php and stop processing<br />
RewriteRule . /index.php [L]</code></p>
<p>Next comes the magical bit. Although we can now type our URL in as http://www.deaconsworld.org.uk/contact/, Apache will send us to http://www.deaconsworld.org.uk/index.php. However, the $_SERVER[REQUEST_URI] will still contain http://www.deaconsworld.org.uk/contact/</p>
<p>Next we need to do a bit of work in PHP:</p>
<pre class="php">
PageID=GetPageID($_SERVER[REQUEST_URI]);

$SQL_GetPageInfo=mysql_query
	("SELECT Title,Content FROM tblPages WHERE PageID=$PageID");
$Details=mysql_fetch_array($SQL_GetPageInfo);

print $Details[Content];

function GetPageID($URI) {
	$PageTitle_array=explode('?', $URI);
	$PageTitle=$PageTitle_array[0];
	$PageTitle=rawurldecode($PageTitle);
	$PageTitle=trim($PageTitle, '/');
	$SQL_GetPageID=mysql_query
		("SELECT PageID from tblPages WHERE Title='$PageTitle'");
	return mysql_result($SQL_GetPageID,0);
}</pre>
<p>Again, the code should be pretty self explanatory.</p>
<p>So there you have it. The only things missing are a default page for when some enters http://www.deaconsworld.org.uk and to tidy up the security, but I&#8217;ll let you work that one out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2008/08/06/wordpress-style-permalinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting BIOS information</title>
		<link>http://www.deaconsworld.org.uk/2008/07/01/getting-bios-information/</link>
		<comments>http://www.deaconsworld.org.uk/2008/07/01/getting-bios-information/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 07:57:41 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2008/07/01/getting-bios-information/</guid>
		<description><![CDATA[I recently needed to get a load of Dell service tags from some remote servers. Dell very nicely provide a ActiveX component for Windows but nothing for Linux. Fortunately we can use dmidecode. Run it as root and it will output loads of hardware info. If you looking for something specific, then you can run ]]></description>
			<content:encoded><![CDATA[<p>I recently needed to get a load of Dell service tags from some remote servers. Dell very nicely provide a ActiveX component for Windows but nothing for Linux. Fortunately we can use dmidecode. Run it as root and it will output loads of hardware info. If you looking for something specific, then you can run it with -s option and provide a keyword such as:</p>
<ul>
<li>bios-vendor</li>
<li>bios-version</li>
<li>bios-release-date</li>
<li>system-manufacturer</li>
<li>system-product-name</li>
<li>system-version</li>
<li>system-serial-number</li>
<li>system-uuid</li>
<li>baseboard-manufacturer</li>
<li>baseboard-product-name</li>
<li>baseboard-version</li>
<li>baseboard-serial-number</li>
<li>baseboard-asset-tag</li>
<li>chassis-manufacturer</li>
<li>chassis-type</li>
<li>chassis-version</li>
<li>chassis-serial-number</li>
<li>chassis-asset-tag</li>
<li>processor-family</li>
<li>processor-manufacturer</li>
<li>processor-version</li>
<li>processor-frequency</li>
</ul>
<p>Here&#8217;s the output of it:</p>
<p><code>[root@ajd-laptop ~]# dmidecode -s bios-vendor<br />
Dell Inc.<br />
[root@ajd-laptop ~]# dmidecode -s processor-manufacturer<br />
Intel<br />
[root@ajd-laptop ~]# dmidecode -s processor-frequency<br />
1600 MHz<br />
[root@ajd-laptop ~]# dmidecode -s chassis-type<br />
Portable</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2008/07/01/getting-bios-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The world&#8217;s most neglected blog</title>
		<link>http://www.deaconsworld.org.uk/2008/01/25/the-worlds-most-neglected-blog/</link>
		<comments>http://www.deaconsworld.org.uk/2008/01/25/the-worlds-most-neglected-blog/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 07:24:49 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Deaconsworld]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2008/01/25/the-worlds-most-neglected-blog/</guid>
		<description><![CDATA[I&#8217;m planning on entering this blog for &#8220;The World&#8217;s most neglected blog&#8221; Award. I think I&#8217;ve got a pretty good chance. My acceptance speech will include the following excuses:

I was too busy (True, more to come on that later)
Nothing exciting has happened to be recently (Not true &#8211; More to come on that soon)
I haven&#8217;t ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m planning on entering this blog for &#8220;The World&#8217;s most neglected blog&#8221; Award. I think I&#8217;ve got a pretty good chance. My acceptance speech will include the following excuses:</p>
<ul>
<li>I was too busy (True, more to come on that later)</li>
<li>Nothing exciting has happened to be recently (Not true &#8211; More to come on that soon)</li>
<li>I haven&#8217;t got anything useful to say (Always true, but it&#8217;s never stopped me before!)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2008/01/25/the-worlds-most-neglected-blog/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sun buys MySQL</title>
		<link>http://www.deaconsworld.org.uk/2008/01/16/sun-buys-mysql/</link>
		<comments>http://www.deaconsworld.org.uk/2008/01/16/sun-buys-mysql/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 16:03:25 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Deaconsworld]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2008/01/16/sun-buys-mysql/</guid>
		<description><![CDATA[Didn&#8217;t see that one coming. Blog contains details to what this could mean for both companies. May as well be one of the most important takeovers of 2008 already!read more &#124; digg story
]]></description>
			<content:encoded><![CDATA[<p>Didn&#8217;t see that one coming. Blog contains details to what this could mean for both companies. May as well be one of the most important takeovers of 2008 already!<br/><br/><a href="http://blogs.mysql.com/kaj/2008/01/16/sun-acquires-mysql/">read more</a> | <a href="http://digg.com/tech_news/Sun_buys_MySQL">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2008/01/16/sun-buys-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wedding Website</title>
		<link>http://www.deaconsworld.org.uk/2007/12/02/wedding-website/</link>
		<comments>http://www.deaconsworld.org.uk/2007/12/02/wedding-website/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 13:12:59 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Deaconsworld]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2007/12/02/wedding-website/</guid>
		<description><![CDATA[Wahoo! I finally got around to doing our wedding website. There&#8217;s not a lot on it at the moment, but more will come later. Feel free to take a poke around www.joandadamswedding.co.uk.
]]></description>
			<content:encoded><![CDATA[<p>Wahoo! I finally got around to doing our <a href="http://www.joandadamswedding.co.uk/">wedding website</a>. There&#8217;s not a lot on it at the moment, but more will come later. Feel free to take a poke around <a href="http://www.joandadamswedding.co.uk/">www.joandadamswedding.co.uk</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2007/12/02/wedding-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Brotherly Love</title>
		<link>http://www.deaconsworld.org.uk/2007/09/12/brotherly-love/</link>
		<comments>http://www.deaconsworld.org.uk/2007/09/12/brotherly-love/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 07:31:15 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2007/09/12/brotherly-love/</guid>
		<description><![CDATA[As you probably guessed, I love Linux in all it&#8217;s distros. OK, maybe I have a small hatred for Ubuntu but that because of the fan boy users thinking they invented everything. Anyway, I also know that all Linux users harbour a dark secret. A secret we&#8217;ve tried to keep quite for many years. A ]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.deaconsworld.org.uk/wp-content/uploads/2007/09/mfc7820.png" alt="mfc7820.png" align="right" />As you probably guessed, I love Linux in all it&#8217;s distros. OK, maybe I have a small hatred for Ubuntu but that because of the fan boy users thinking they invented everything. Anyway, I also know that all Linux users harbour a dark secret. A secret we&#8217;ve tried to keep quite for many years. A secret that if we actually admitted all <a href="http://farm1.static.flickr.com/22/24415341_bd393a2c6c.jpg">Windows users</a> would laugh and kick sand in our faces. Well I&#8217;m not scared! The secret is&#8230;. Linux driver support isn&#8217;t as good as Windows. You know that new feedback steering wheel &#8211; probably won&#8217;t work. That sexy new Laptop card reader &#8211; Wouldn&#8217;t hold your breath.</p>
<p>We&#8217;ve just got a shiny new <a href="http://www.brother.co.uk/g3.cfm/s_page/50670/s_level/31190/s_product/MFC7820NU1" target="_blank">Brother MFC-7820N</a> printer/copier/fax/coffee maker in the office. Great, I thought, the printing will be fine as it&#8217;s postscript but I probably won&#8217;t be able to use the scanner or the fax  part over the network. I&#8217;m OK with that and I don&#8217;t want to make a fuss else the M$ boys might get wind of our dirty little secret.</p>
<p>So when it arrived, it was with some trepidation I poking around the Brother website and found a <a href="http://solutions.brother.com/linux/en_us/index.html">Linux</a> section. CUPS drivers, SANE drivers, LPR fax drivers. Wahoo! Even better when I went to install the printer in cups avahi had already spotted it and installed it. The SANE drivers are supplied as a couple of RPMs and a single line to activate then it works just like any other SANE driver. The fax part isn&#8217;t quite as polished, but still works. Absolutely amazing. I really am impressed with Brother. The whole &#8216;install&#8217; took around 30 seconds.</p>
<p>The best thing about all of this was that when we tried to install everything on Windows, it too about 30 minutes to install and then uses a nasty GUI and tray service.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2007/09/12/brotherly-love/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Aero = Jessica Simpson</title>
		<link>http://www.deaconsworld.org.uk/2007/07/16/aero-jessica-simpson/</link>
		<comments>http://www.deaconsworld.org.uk/2007/07/16/aero-jessica-simpson/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 13:01:19 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Weird]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2007/07/16/aero-jessica-simpson/</guid>
		<description><![CDATA[Sorry about posting a link to another blog, but this made me smile. Aero is the technological equivalent of Jessica Simpson.
http://vistarapedme.com/2007/07/09/aero-jessica-simpson
]]></description>
			<content:encoded><![CDATA[<p>Sorry about posting a link to another blog, but this made me smile. Aero is the technological equivalent of Jessica Simpson.</p>
<p><a href="http://vistarapedme.com/2007/07/09/aero-jessica-simpson/trackback/">http://vistarapedme.com/2007/07/09/aero-jessica-simpson</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2007/07/16/aero-jessica-simpson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opera Mini Vs iPhone</title>
		<link>http://www.deaconsworld.org.uk/2007/06/20/opera-mini-vs-iphone/</link>
		<comments>http://www.deaconsworld.org.uk/2007/06/20/opera-mini-vs-iphone/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 12:00:05 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Deaconsworld]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2007/06/20/opera-mini-vs-iphone/</guid>
		<description><![CDATA[As my regular reader will know, I love Apple and everything they do. I especially love the iPhone and it&#8217;s over priced, over hyped shinyness. I actually do love Opera, it works great on my phone, renders all pages perfectly and is small and quick to use. Oh and it&#8217;s free.
I got the following video ]]></description>
			<content:encoded><![CDATA[<p>As my regular reader will know, I love Apple and everything they do. I especially love the <a href="http://www.deaconsworld.org.uk/2007/01/10/apple-fail-to-rock-my-world/">iPhone</a> and it&#8217;s over priced, over hyped shinyness. I actually do love <a href="http://www.operamini.com/">Opera,</a> it works great on my phone, renders all pages perfectly and is small and quick to use. Oh and it&#8217;s free.</p>
<p>I got the following video from their site. I love to see Apple&#8217;s propaganda machine working against them <img src='http://www.deaconsworld.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p align="center"><br /><img src="/wp-content/uploads/2007/06/preview.jpg" alt="media" /><br />
[See post to watch Flash video]<br />
<a href="/wp-content/uploads/2007/06/minivsiphone.ogg">Download hi-res ogg version here</a></p>
<p><a href="http://www.operamini.com/beta/">Opera 4</a> is out in beta now so go download a copy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2007/06/20/opera-mini-vs-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="/wp-content/uploads/2007/06/minivsiphone.flv" length="1" type="video/x-flv"/>
	</item>
		<item>
		<title>nic.im change their whois search</title>
		<link>http://www.deaconsworld.org.uk/2007/06/01/nicim-change-their-whois-search/</link>
		<comments>http://www.deaconsworld.org.uk/2007/06/01/nicim-change-their-whois-search/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 08:07:20 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2007/06/01/nicim-change-their-whois-search/</guid>
		<description><![CDATA[Probably not the most exciting thing in the world, but I noticed today that nic.im (the Isle of Man registery) has changed the address of their whois looking. If you want to update your jwhois.conf file to use the new URL, replace the current nic.im section with the following:
"www\\.nic\\.im" {
http = "true";
http-method = "GET";
http-action = ]]></description>
			<content:encoded><![CDATA[<p>Probably not the most exciting thing in the world, but I noticed today that nic.im (the Isle of Man registery) has changed the address of their whois looking. If you want to update your jwhois.conf file to use the new URL, replace the current nic.im section with the following:<br />
<code>"www\\.nic\\.im" {<br />
http = "true";<br />
http-method = "GET";<br />
http-action = "/public/whois.mth";<br />
form-element = "domainname";<br />
}<br />
</code></p>
<p>As it&#8217;s a web lookup rather than a proper whois server, you will need either elinks or lynx installed. Also you&#8217;ll get some extra shit back (like headers and links), but hey you can&#8217;t have everything!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2007/06/01/nicim-change-their-whois-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ban Everything!!!!</title>
		<link>http://www.deaconsworld.org.uk/2007/05/22/ban-everything/</link>
		<comments>http://www.deaconsworld.org.uk/2007/05/22/ban-everything/#comments</comments>
		<pubDate>Tue, 22 May 2007 08:24:32 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Deaconsworld]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2007/05/22/ban-everything/</guid>
		<description><![CDATA[Help the UK government ban everythingread more &#124; digg story
]]></description>
			<content:encoded><![CDATA[<p>Help the UK government ban everything<br/><br/><a href="http://www.baneverything.org.uk/home.php">read more</a> | <a href="http://digg.com/politics/Ban_Everything">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2007/05/22/ban-everything/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the load order of a webpage</title>
		<link>http://www.deaconsworld.org.uk/2007/04/23/changing-the-load-order-of-a-webpage/</link>
		<comments>http://www.deaconsworld.org.uk/2007/04/23/changing-the-load-order-of-a-webpage/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 10:38:45 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2007/04/23/changing-the-load-order-of-a-webpage/</guid>
		<description><![CDATA[I had an exciting weekend of writing a wonderful &#8216;webcast&#8217; system. Although it worked fine over the LAN, I found I had a problem when I uploaded it to the internet. The problem as a little weird. The system work by loading a bunch of images then used a version of 1pixelout&#8216;s mp3 flash player ]]></description>
			<content:encoded><![CDATA[<p>I had an exciting weekend of writing a wonderful &#8216;webcast&#8217; system. Although it worked fine over the LAN, I found I had a problem when I uploaded it to the internet. The problem as a little weird. The system work by loading a bunch of images then used a version of <a href="http://www.1pixelout.net/code/audio-player-wordpress-plugin/" target="_blank">1pixelout</a>&#8216;s mp3 flash player to play the audio. The problem I had was that half the images were loading, then the flash started loading. A user would then have to wait until the mp3 had finished playing before the final images were loaded.</p>
<p>I searched high and low on the net to see if there was a magical way to control the loading order. In the end I found this really elegant solution to load the flash as the last item.</p>
<p>In your style sheet, give the style you want to appear last: <code>display: none;</code>Then in the body tag change the display to block using onload:<code>document.getElementById('audio').style.display = 'block';"</code></p>
<p>I&#8217;ve tested this in Firefox and IE on both Linux and Windows and it seem to work perfectly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2007/04/23/changing-the-load-order-of-a-webpage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lovely test data</title>
		<link>http://www.deaconsworld.org.uk/2007/04/17/lovely-test-data/</link>
		<comments>http://www.deaconsworld.org.uk/2007/04/17/lovely-test-data/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 15:19:07 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2007/04/17/lovley-test-data/</guid>
		<description><![CDATA[I&#8217;ve spent most of my weekend thinking up names. Am I having a baby? NO! Do I need a killa handle for my next l33t project? No. Am I thinking of running away and setting up a new life for my self living in a tree? Yes, but that not why.
The reason I&#8217;ve been thinking ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.deaconsworld.org.uk/datagenerator/" target="_blank"><img src="http://www.deaconsworld.org.uk/datagenerator/images/title.jpg" align="left" height="36" width="283" /></a>I&#8217;ve spent most of my weekend thinking up names. Am I having a baby? NO! Do I need a killa handle for my next l33t project? No. Am I thinking of running away and setting up a new life for my self living in a tree? Yes, but that not why.</p>
<p>The reason I&#8217;ve been thinking up new names is I&#8217;ve been testing my latest, greatest app and needed to fill it with test data. I hate thinking of test names. Normally I end up with bob, bob1, bob2 or my favourite piece of test data &#8220;rich is gay&#8221;. That&#8217;s fine if you just want a few test name, but what if you want say 1000 or 2000 or 10,000. That were   <a href="http://www.benjaminkeen.com">Benjamin Keen</a>&#8216;s Data Generator comes in. It&#8217;s a little script that create random data perfect for shoehorning in to any app you want. It will even output CSV, MySQL, XML, Excel or HTML and best of all it&#8217;s GNU</p>
<p>I&#8217;ve put a copy at <a href="http://www.deaconsworld.org.uk/datagenerator/" target="_blank">http://www.deaconsworld.org.uk/datagenerator/</a> to try and save him some bandwidth.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2007/04/17/lovely-test-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extreme ASCII Art</title>
		<link>http://www.deaconsworld.org.uk/2007/04/13/extreme-ascii-art/</link>
		<comments>http://www.deaconsworld.org.uk/2007/04/13/extreme-ascii-art/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 19:32:14 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mplayer]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2007/04/13/extreme-ascii-art/</guid>
		<description><![CDATA[Whilst procrastinating over yet another dead line, I thought I&#8217;d have a play with libcaca, the completely useless yet completely brilliant Colour AsCii Art library. libcaca is a graphics library that output text rather than images. The genius part of it is that you can use it as a video output in mplayer and display ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.deaconsworld.org.uk/wp-content/uploads/2007/04/libcaca.png" title="Libcaca"><img src="http://www.deaconsworld.org.uk/wp-content/uploads/2007/04/libcaca.thumbnail.png" title="Libcaca" alt="Libcaca" align="right" /></a>Whilst procrastinating over yet another dead line, I thought I&#8217;d have a play with <a href="http://libcaca.zoy.org/" target="_blank">libcaca</a>, the completely useless yet completely brilliant Colour AsCii Art library. libcaca is a graphics library that output text rather than images. The genius part of it is that you can use it as a video output in mplayer and display all your wonderful HD videos as text!</p>
<p>I always love stuff like this. You can see how much work as gone even though it&#8217;s a complete waste of time. It&#8217;s a similar idea to <a href="http://www.netqos.com/network%2Dmonitoring/network-monitoring-labs.html">NetQoS</a>&#8216; Network management display which again is great but completely useless. Check that out here <a href="http://www.techcrunch.com/2007/04/10/watch-your-network-play-space-invaders/" target="_blank">http://www.techcrunch.com/2007/04/10/watch-your-network-play-space-invaders/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2007/04/13/extreme-ascii-art/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>whois who?</title>
		<link>http://www.deaconsworld.org.uk/2007/03/08/whois-who/</link>
		<comments>http://www.deaconsworld.org.uk/2007/03/08/whois-who/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 13:05:27 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2007/03/08/whois-who/</guid>
		<description><![CDATA[Anyone noticed that Verisign have changed their whois server recently (or not so recently)? It&#8217;s been bugging me for a while cos when I&#8217;m doing whois lookup, all I get is the abbreviated info form like this:
[adam@dyn89 ~]$ whois -n microsoft.com
[Querying whois.verisign-grs.com]
[whois.verisign-grs.com]
Whois Server Version 2.0
Domain names in the .com and .net domains can now be ]]></description>
			<content:encoded><![CDATA[<p>Anyone noticed that Verisign have changed their whois server recently (or not so recently)? It&#8217;s been bugging me for a while cos when I&#8217;m doing whois lookup, all I get is the abbreviated info form like this:</p>
<p><code>[adam@dyn89 ~]$ whois -n microsoft.com<br />
[Querying whois.verisign-grs.com]<br />
[whois.verisign-grs.com]</code></p>
<p><code>Whois Server Version 2.0</code></p>
<p><code>Domain names in the .com and .net domains can now be registered<br />
with many different competing registrars. Go to http://www.internic.net<br />
for detailed information.</code></p>
<p><code>Domain Name: MICROSOFT.COM<br />
Registrar: TUCOWS INC.<br />
Whois Server: whois.opensrs.net<br />
Referral URL: http://domainhelp.tucows.com<br />
Name Server: NS1.MSFT.NET<br />
Name Server: NS2.MSFT.NET<br />
Name Server: NS3.MSFT.NET<br />
Name Server: NS4.MSFT.NET<br />
Name Server: NS5.MSFT.NET<br />
Status: clientDeleteProhibited<br />
Status: clientTransferProhibited<br />
Status: clientUpdateProhibited<br />
Updated Date: 10-oct-2006<br />
Creation Date: 02-may-1991<br />
Expiration Date: 03-may-2014<br />
</code></p>
<p>Well I finally updated my jwhois.conf to include the following lines in the server-options section</p>
<p><code> "whois\\.verisign-grs\\.com" {<br />
whois-redirect = ".*Whois Server: \\(.*\\)";<br />
}<br />
</code>Wahoo! now I get useful whois data:</p>
<p><code>[adam@dyn89 ~]$ whois microsoft.com<br />
[Querying whois.verisign-grs.com]<br />
[Redirected to whois.opensrs.net]<br />
[Querying whois.opensrs.net]<br />
[whois.opensrs.net]</code></p>
<p><code>Registrant:<br />
Microsoft Corporation<br />
One Microsoft Way<br />
Redmond, WA 98052<br />
US</code></p>
<p><code>Domain name: MICROSOFT.COM</code></p>
<p><code>Administrative Contact:<br />
Administrator, Domain  domains@microsoft.com<br />
One Microsoft Way<br />
Redmond, WA 98052<br />
US<br />
+1.4258828080<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2007/03/08/whois-who/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting Unix time to Time stamps</title>
		<link>http://www.deaconsworld.org.uk/2007/02/26/converting-unix-time-to-time-stamps/</link>
		<comments>http://www.deaconsworld.org.uk/2007/02/26/converting-unix-time-to-time-stamps/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 11:08:43 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2007/02/26/converting-unix-time-to-time-stamps/</guid>
		<description><![CDATA[I&#8217;ve been busy with a lot of time dependant code this week and working in Unix Time (number of seconds since epoch) has been making my brain go a bit squishy. Here a nice little code snippet for converting unixtime to a proper timestamp
perl -e 'print scalar localtime($ARGV[0]),"\n"' [unixtime] so: perl -e 'print scalar localtime($ARGV[0]),"\n"' ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been busy with a lot of time dependant code this week and working in Unix Time (number of seconds since epoch) has been making my brain go a bit squishy. Here a nice little code snippet for converting unixtime to a proper timestamp</p>
<p><code>perl -e 'print scalar localtime($ARGV[0]),"\n"' [unixtime]</code> so: <code>perl -e 'print scalar localtime($ARGV[0]),"\n"' 1172160024<br />
Thu Feb 22 16:00:24 2007</code></p>
<p>If you use this a lot, there&#8217;s nothing to stop you putting this in a nice little script, such as:</p>
<p><code>#!/bin/perl<br />
print scalar localtime($ARGV[0]),"\n"</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2007/02/26/converting-unix-time-to-time-stamps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recording RealAudio streams and converting them to MP3</title>
		<link>http://www.deaconsworld.org.uk/2007/02/01/recording-realaudio-streams-and-converting-them-to-mp3/</link>
		<comments>http://www.deaconsworld.org.uk/2007/02/01/recording-realaudio-streams-and-converting-them-to-mp3/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 14:09:21 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mplayer]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2007/02/01/recording-realaudio-streams-and-converting-them-to-mp3/</guid>
		<description><![CDATA[A friend of mine recently had his 5 minutes of fame of Five Live and asked me to if I could covert the &#8220;Listen again&#8221; to an mp3 so it could be saved for the good of Humanity. Here how I did it:

Finding the name of the stream can sometime be a bit tricky. If ]]></description>
			<content:encoded><![CDATA[<p>A friend of mine recently had his 5 minutes of fame of <a target="_blank" href="http://www.bbc.co.uk/fivelive">Five Live</a> and asked me to if I could covert the &#8220;Listen again&#8221; to an mp3 so it could be saved for the good of Humanity. Here how I did it:</p>
<ol>
<li>Finding the name of the stream can sometime be a bit tricky. If you can get it to play in the stand alone RealPlayer then you can just click on File->Clip properties->Clip source. This will then bizzarely open a webpage. You looking for an address like <a href="http://www.deaconsworld.org.uk/#">rtsp://rmv8.bbc.net.uk/radio5/anita_mon.ra</a>. If you can&#8217;t open it then it&#8217;s a case of looking though the source of the page.</li>
<li>Now you&#8217;ve got the address, run the following command:<code>mplayer -noframedrop -dumpfile file.rm -dumpstream rtsp://rmv8.bbc.net.uk/radio5/anita_mon.ra</code><br />
This will save the clip as file.rm. Watch out though, this is recorded in real time. So a 3 hour radio show will take&#8230; 3 Hours!</li>
<li>Next you need to covert the realmedia file to wav, again mplayer is your friend <code>mplayer file.rm -ao pcm:file=file.wav -vc dummy -vo null</code></li>
<li>Last stage is to convert from wav to mp3 using lame. I like to hedge my bets and encode it as VBR<code>lame -V file.mp3 file.wav --tt "Title" --ta "author"</code></li>
</ol>
<p>You should have have a shiny MP3 file for your troubles.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2007/02/01/recording-realaudio-streams-and-converting-them-to-mp3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>More VMWare problems in Fedora</title>
		<link>http://www.deaconsworld.org.uk/2007/01/22/more-vmware-problems-in-fedora/</link>
		<comments>http://www.deaconsworld.org.uk/2007/01/22/more-vmware-problems-in-fedora/#comments</comments>
		<pubDate>Mon, 22 Jan 2007 13:13:51 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2007/01/22/more-vmware-problems-in-fedora/</guid>
		<description><![CDATA[Oh another Kernel update another VMWare problem, great. When you upgrade to 2.6.19, you get the following error
/tmp/vmware-config2/vmnet-only/userif.c: In function ‘VNetCopyDatagramToUser’:
/tmp/vmware-config2/vmnet-only/userif.c:629: error: ‘CHECKSUM_HW’ undeclared (first use in this function)
/tmp/vmware-config2/vmnet-only/userif.c:629: error: (Each undeclared identifier is reported only once
/tmp/vmware-config2/vmnet-only/userif.c:629: error: for each function it appears in.)
make[2]: *** [/tmp/vmware-config2/vmnet-only/userif.o] Error 1
make[1]: *** [_module_/tmp/vmware-config2/vmnet-only] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.19-1.2895.fc6-i686'
make: ]]></description>
			<content:encoded><![CDATA[<p>Oh another Kernel update another VMWare problem, great. When you upgrade to 2.6.19, you get the following error<br />
<code>/tmp/vmware-config2/vmnet-only/userif.c: In function ‘VNetCopyDatagramToUser’:<br />
/tmp/vmware-config2/vmnet-only/userif.c:629: error: ‘CHECKSUM_HW’ undeclared (first use in this function)<br />
/tmp/vmware-config2/vmnet-only/userif.c:629: error: (Each undeclared identifier is reported only once<br />
/tmp/vmware-config2/vmnet-only/userif.c:629: error: for each function it appears in.)<br />
make[2]: *** [/tmp/vmware-config2/vmnet-only/userif.o] Error 1<br />
make[1]: *** [_module_/tmp/vmware-config2/vmnet-only] Error 2<br />
make[1]: Leaving directory `/usr/src/kernels/2.6.19-1.2895.fc6-i686'<br />
make: *** [vmnet.ko] Error 2<br />
make: Leaving directory `/tmp/vmware-config2/vmnet-only'<br />
Unable to build the vmnet module.<br />
</code>After a bit of hunting on <a href="http://lwn.net/Articles/200304/">LWN</a>, I found that CHECKSUM_HW has been remove from 2.6.19 and replaced with CHECKSUM_PARTIAL. Fortunately, Robin Kearney at <a target="_blank" href="http://usefulthings.org.uk">usefulthings.org.uk</a> has provided a patch.</p>
<p>It&#8217;s a little more complicated than the usual fixes, at the patched files are within a tarball, but you should be able to cut and paste from below.</p>
<p>As root:</p>
<p><code> cd /tmp<br />
wget http://usefulthings.org.uk/wp-content/uploads/vmnet-only-2.6.19.patch<br />
cd /usr/lib/vmware/modules/source/<br />
cp vmnet.tar vmnet.tar.orig<br />
tar xf vmnet.tar<br />
patch -p0 < /tmp/vmnet-only-2.6.19.patch<br />
tar cf vmnet.tar vmnet-only<br />
vmware-config.pl -d<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2007/01/22/more-vmware-problems-in-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash player finally out of beta!</title>
		<link>http://www.deaconsworld.org.uk/2007/01/17/flash-player-finally-out-of-beta/</link>
		<comments>http://www.deaconsworld.org.uk/2007/01/17/flash-player-finally-out-of-beta/#comments</comments>
		<pubDate>Wed, 17 Jan 2007 12:40:54 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2007/01/17/flash-player-finally-out-of-beta/</guid>
		<description><![CDATA[Wahoo! Flash player 9 for Linux is finally out of beta.
There&#8217;s even a nice RPM version. So ignore my previous instructions and go install now!
]]></description>
			<content:encoded><![CDATA[<p><img align="left" title="Flash player" id="image73" alt="Flash player" src="http://www.deaconsworld.org.uk/wp-content/uploads/2007/01/rune_flash.gif" />Wahoo! <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">Flash player 9</a> for Linux is finally out of beta.</p>
<p>There&#8217;s even a nice RPM version. So ignore my previous <a href="http://www.deaconsworld.org.uk/2006/11/24/flash-player-9-for-linux/">instructions</a> and go install now!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2007/01/17/flash-player-finally-out-of-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple fail to Rock my World</title>
		<link>http://www.deaconsworld.org.uk/2007/01/10/apple-fail-to-rock-my-world/</link>
		<comments>http://www.deaconsworld.org.uk/2007/01/10/apple-fail-to-rock-my-world/#comments</comments>
		<pubDate>Wed, 10 Jan 2007 13:25:23 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2007/01/10/apple-fail-to-rock-my-world/</guid>
		<description><![CDATA[I really wasn&#8217;t looking forward to the office this morning. Was it because I&#8217;d had hardly any sleep? No &#8211; Was it because of that whoshing sound deadlines make as the fly by? No. So why wasn&#8217;t I looking forward to the office? Because I knew I&#8217;d have to listen to the gushing from the ]]></description>
			<content:encoded><![CDATA[<p><img align="right" title="Iphone" id="image71" alt="Iphone" src="http://www.deaconsworld.org.uk/wp-content/uploads/2007/01/iphone-shadow.jpg" />I really wasn&#8217;t looking forward to the office this morning. Was it because I&#8217;d had hardly any sleep? No &#8211; Was it because of that whoshing sound deadlines make as the fly by? No. So why wasn&#8217;t I looking forward to the office? Because I knew I&#8217;d have to listen to the gushing from the Apple-philes about Steveo&#8217;s keynotes speech yesterday.</p>
<p>So Apple have finally  revealed the <a target="_blank" href="http://www.apple.com/iphone">iPhone,</a> probably the worst kept secret in the world!</p>
<p>The <a target="_blank" href="http://www.apple.com/iphone/technology/specs.html">specs</a> seem fair enough, 3.5 inch screen, 4-8GB, Quad band, Wi-Fi. A couple of nice functions I like is the accelerometer so as you turn the phone from portrait to landscape the screen also flips and the proximity sensor which locks the phone when you hold it to your ear. So no more excuses that &#8220;&#8230;my cheek hung up on you!&#8221;</p>
<p>The reason it&#8217;s not rocking my world is that I&#8217;ve seen it all before. The <a target="_blank" href="http://www.sonyericsson.com/walkman/">Sony Ericsson Walkman</a> already does a lot of this and more. And more importantly it&#8217;s doesn&#8217;t cost an absolute arm and leg, which no doubt the iPhone will.</p>
<p>Well done Apple, your shiny new product has already been copied, release and sold cheaper before you&#8217;d even announced it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2007/01/10/apple-fail-to-rock-my-world/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Switching off the internal speaker in FC6</title>
		<link>http://www.deaconsworld.org.uk/2007/01/05/switching-off-the-internal-speaker-in-fc6/</link>
		<comments>http://www.deaconsworld.org.uk/2007/01/05/switching-off-the-internal-speaker-in-fc6/#comments</comments>
		<pubDate>Fri, 05 Jan 2007 07:44:29 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2007/01/05/switching-off-the-internal-speaker-in-fc6/</guid>
		<description><![CDATA[Fedora Core 6 enables the internal crappy speaker by default. I don&#8217;t like this, it makes my sexy machine sound old and cheap. To disable it run the following as root:
modprobe -r pcspkr ; echo "install pcspkr :" >>/etc/modprobe.conf
]]></description>
			<content:encoded><![CDATA[<p>Fedora Core 6 enables the internal crappy speaker by default. I don&#8217;t like this, it makes my sexy machine sound old and cheap. To disable it run the following as root:</p>
<p><code>modprobe -r pcspkr ; echo "install pcspkr :" >>/etc/modprobe.conf</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2007/01/05/switching-off-the-internal-speaker-in-fc6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FC6 choses i585 rather than i686</title>
		<link>http://www.deaconsworld.org.uk/2007/01/05/fc6-choses-i585-rather-than-i686/</link>
		<comments>http://www.deaconsworld.org.uk/2007/01/05/fc6-choses-i585-rather-than-i686/#comments</comments>
		<pubDate>Fri, 05 Jan 2007 07:42:06 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2007/01/05/fc6-choses-i585-rather-than-i686/</guid>
		<description><![CDATA[You might remember I had a bit of a nightmare getting vmware to work on a dual core Intel. In the end it turned out that Fedora had chosen the wrong kernel arch (i586 rather than i686). This morning I was having a poke around the FC6 Common bug list (http://fedoraproject.org/wiki/Bugs/FC6Common) and found the problem. ]]></description>
			<content:encoded><![CDATA[<p>You might remember I had a bit of a nightmare getting <a href="/2006/11/13/vmware-on-fedora-6/">vmware</a> to work on a dual core Intel. In the end it turned out that Fedora had chosen the wrong kernel arch (i586 rather than i686). This morning I was having a poke around the FC6 Common bug list (<a target="_blank" href="http://fedoraproject.org/wiki/Bugs/FC6Common">http://fedoraproject.org/wiki/Bugs/FC6Common</a>) and found the problem. Apparently it&#8217;s bug in Anaconda, the Fedora installer. Here&#8217;s what they say:</p>
<p>Anaconda installing the wrong architecture kernel in some systems. cpuspeed is not working for the same reason.  This does not affect out of box functionality much but if you are compiling third party kernel drivers you might run into this on x86 architecture. x86_64 and PPC systems are not affected.  <a href="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=211941">https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=211941</a>. You can bypass this bug in a new installation by specifying &#8220;linux i686&#8243; in the installation boot prompt.</p>
<p>An updates.img is available for this issue <a href="http://people.redhat.com/pnasrat/211941-updates.img">http://people.redhat.com/pnasrat/211941-updates.img</a>.  Please follow the instructions here: <a href="http://fedoraproject.org/wiki/Anaconda/Updates">Anaconda/Updates</a>.</p>
<p>To check which kernel package architectures are currently installed:</p>
<p><code>    rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n"|grep kernel|sort</code>If the installed kernel architecture is i586, but your machine is i686 capable (Pentium II or K6II or higher), use the following simple workaround:</p>
<ol>
<li>Install <strong>yumdownloader</strong>. <strong>yumdownloader</strong> is part of <strong>yum-utils</strong> in Fedora Extras. You can also manually download the kernel.<code>su -c "yum install yum-utils"</code></li>
<li>Get the current i686 kernel:<code>yumdownloader kernel.i686</code></li>
<li>If the version of the kernel downloaded is <strong>larger</strong> than currently installed:<code>su -c "rpm -ivh kernel-2*.i686.rpm"</code></li>
<ul>
<li>Alternatively, if the version of the kernel downloaded is the <strong>same</strong> as  that currently installed:<code>su -c "rpm -ivh --replacefiles --replacepkgs kernel-2*.i686.rpm"</code></li>
</ul>
<li>Restart the machine.<code>reboot</code></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2007/01/05/fc6-choses-i585-rather-than-i686/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mummy, what&#8217;s Santa doing?</title>
		<link>http://www.deaconsworld.org.uk/2006/12/21/mummy-whats-santa-doing/</link>
		<comments>http://www.deaconsworld.org.uk/2006/12/21/mummy-whats-santa-doing/#comments</comments>
		<pubDate>Thu, 21 Dec 2006 22:23:30 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Weird]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2006/12/21/mummy-whats-santa-doing/</guid>
		<description><![CDATA[I got a great Christmas card today with a great stamp on it.
Now I might be wrong, but is that not Santa shitting down a chimney?

]]></description>
			<content:encoded><![CDATA[<p>I got a great Christmas card today with a great stamp on it.<br />
Now I might be wrong, but is that not Santa shitting down a chimney?</p>
<div style="text-align: center"><img title="santa.jpg" id="image67" alt="santa.jpg" src="http://www.deaconsworld.org.uk/wp-content/uploads/2006/12/santa.jpg" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2006/12/21/mummy-whats-santa-doing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating shadows with Imagemagick</title>
		<link>http://www.deaconsworld.org.uk/2006/12/21/creating-shadows-with-imagemagick/</link>
		<comments>http://www.deaconsworld.org.uk/2006/12/21/creating-shadows-with-imagemagick/#comments</comments>
		<pubDate>Thu, 21 Dec 2006 22:09:57 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2006/12/21/creating-shadows-with-imagemagick/</guid>
		<description><![CDATA[I needed to create drop shadows on around 200 images. I didn&#8217;t really like the idea of doing it with Gimp as that would have taken hours! It is really simple to do it using Imagemagick
convert
 \( +clone  -background black -shadow 80x3+5+5 \) +swap -background white   -mosaic 
I needed to convert a ]]></description>
			<content:encoded><![CDATA[<p>I needed to create drop shadows on around 200 images. I didn&#8217;t really like the idea of doing it with Gimp as that would have taken hours! It is really simple to do it using Imagemagick</p>
<p><code>convert<br />
<input.jpg> \( +clone  -background black -shadow 80x3+5+5 \) +swap -background white   -mosaic <output.jpg></code></p>
<p>I needed to convert a whole directory, so it&#8217;s just a simple case of wrapping it around a loop</p>
<p><code> for a in *.jpg<br />
do<br />
echo $a<br />
convert "$a" \( +clone  -background black -shadow 80x3+5+5 \) +swap -background white   -mosaic   "shadows/$a"<br />
done<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2006/12/21/creating-shadows-with-imagemagick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HSBC &#8211; Make the right choice</title>
		<link>http://www.deaconsworld.org.uk/2006/12/19/hsbc-make-the-right-choice/</link>
		<comments>http://www.deaconsworld.org.uk/2006/12/19/hsbc-make-the-right-choice/#comments</comments>
		<pubDate>Tue, 19 Dec 2006 22:32:18 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2006/12/19/hsbc-make-the-right-choice/</guid>
		<description><![CDATA[
I received this e-mail from HSBC earlier today telling me that I&#8217;d given HSBC my e-mail address but not the permission to use it. Yes that&#8217;s right HSBC. I haven&#8217;t given you permission to use my e-mail address.. SO DON&#8217;T FUCKING USE IT!
]]></description>
			<content:encoded><![CDATA[<div style="text-align: center"><img alt="hsbc.jpg" id="image65" title="hsbc.jpg" src="http://www.deaconsworld.org.uk/wp-content/uploads/2006/12/hsbc.jpg" /></div>
<p>I received this e-mail from HSBC earlier today telling me that I&#8217;d given HSBC my e-mail address but not the permission to use it. Yes that&#8217;s right HSBC. I haven&#8217;t given you permission to use my e-mail address.. SO DON&#8217;T FUCKING USE IT!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2006/12/19/hsbc-make-the-right-choice/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>When you&#8217;re alone, and life is making you lonely, You can always have downtime</title>
		<link>http://www.deaconsworld.org.uk/2006/12/06/when-youre-alone-and-life-is-making-you-lonely-you-can-always-have-downtime/</link>
		<comments>http://www.deaconsworld.org.uk/2006/12/06/when-youre-alone-and-life-is-making-you-lonely-you-can-always-have-downtime/#comments</comments>
		<pubDate>Wed, 06 Dec 2006 00:04:33 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Deaconsworld]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2006/12/06/when-youre-alone-and-life-is-making-you-lonely-you-can-always-have-downtime/</guid>
		<description><![CDATA[Wahoo, I&#8217;m back! You&#8217;ve probably noticed that Deaconsworld has been down for the last few days. I&#8217;m really sorry about that, but everything back and working now.
Pipex have upgraded my line from 1Mb to 2Mb but things didn&#8217;t go well as they allocated me a new IP range. All sorted now though. Thanks to Suzanne ]]></description>
			<content:encoded><![CDATA[<p><strong>Wahoo, I&#8217;m back!</strong> You&#8217;ve probably noticed that Deaconsworld has been down for the last few days. I&#8217;m really sorry about that, but everything back and working now.</p>
<p>Pipex have upgraded my line from 1Mb to 2Mb but things didn&#8217;t go well as they allocated me a new IP range. All sorted now though. Thanks to Suzanne in Business Retentions.</p>
<p>Anyway still having problems with e-mail or their website please drop me an e-mail.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2006/12/06/when-youre-alone-and-life-is-making-you-lonely-you-can-always-have-downtime/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>noneofmp3.com</title>
		<link>http://www.deaconsworld.org.uk/2006/11/29/noneofmp3com/</link>
		<comments>http://www.deaconsworld.org.uk/2006/11/29/noneofmp3com/#comments</comments>
		<pubDate>Wed, 29 Nov 2006 09:49:42 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2006/11/29/noneofmp3com/</guid>
		<description><![CDATA[So the US have finally got their way and closed allofmp3.com. For those of you who have been hiding under a rock for the last couple of years, allofmp3 is a Russian site that sells very cheap, none DRM&#8216;d MP3s. This was great for consumers, but not great for the RIAA as Russian law allowed ]]></description>
			<content:encoded><![CDATA[<p>So the US have finally got their way and closed <a target="_blank" href="http://www.allofmp3.com">allofmp3.com</a>. For those of you who have been hiding under a rock for the last couple of years, allofmp3 is a Russian site that sells very cheap, none <acronym title="Digital Rights Management">DRM</acronym>&#8216;d MP3s. This was great for consumers, but not great for the <a title="Recording Industry Ass. of America" target="_blank" href="http://www.riaa.com">RIAA</a> as Russian law allowed allofmp3 to only have to pay 15% in royalties.</p>
<p>As the xenophobic US Government doesn&#8217;t like anyone who isn&#8217;t a full paid-up, flag waving American they started to put pressure on the Russians to close the site, even though it was operating within <a href="http://www.allofmp3.com/press/centre.shtml?s=993&#038;d=18191974">Russian law</a>.</p>
<p>What really annoys me is what gives the US the right to bully, invade and impose their laws on other countries. Just because the US doesn&#8217;t like something doesn&#8217;t mean it wrong, evil or funding terrorism!</p>
<hr />Read the full <a href="/wp-content/uploads/2006/11/asset_upload_file151_9980.pdf">Office of the United States Trade Representative</a> Press release here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2006/11/29/noneofmp3com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to play an instrument the easy way</title>
		<link>http://www.deaconsworld.org.uk/2006/11/28/how-to-play-an-instrument-the-easy-way/</link>
		<comments>http://www.deaconsworld.org.uk/2006/11/28/how-to-play-an-instrument-the-easy-way/#comments</comments>
		<pubDate>Tue, 28 Nov 2006 17:05:24 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Weird]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2006/11/28/how-to-play-an-instrument-the-easy-way/</guid>
		<description><![CDATA[I promise I&#8217;m not just going to post videos to this site but I had to do this one for all those struggling musicians out there. Stop playing with your instruments and start learning to edit video  

Wait till the piano comes in before you get bored!
]]></description>
			<content:encoded><![CDATA[<p>I promise I&#8217;m not just going to post videos to this site but I had to do this one for all those struggling musicians out there. Stop playing with your instruments and start learning to edit video <img src='http://www.deaconsworld.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p align="center"><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/JzqumbhfxRo"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/JzqumbhfxRo" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p><em>Wait till the piano comes in before you get bored!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2006/11/28/how-to-play-an-instrument-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My theory is true!</title>
		<link>http://www.deaconsworld.org.uk/2006/11/27/my-theory-is-true/</link>
		<comments>http://www.deaconsworld.org.uk/2006/11/27/my-theory-is-true/#comments</comments>
		<pubDate>Mon, 27 Nov 2006 14:00:11 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2006/11/27/my-theory-is-true/</guid>
		<description><![CDATA[Here&#8217;s my theory on the Internet. There are 3 (and only 3!) types of internet user. You are either 1) A Terrorist, 2) A Pedo or 3) A 14 year old girl. Just to prove it, here is the funniest FUD videos you&#8217;ll ever see.

]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s my theory on the Internet. There are 3 (and only 3!) types of internet user. You are either 1) A Terrorist, 2) A Pedo or 3) A 14 year old girl. Just to prove it, here is the funniest <acronym title="Fear, uncertainty and doubt">FUD</acronym> videos you&#8217;ll ever see.</p>
<p align="center"><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/_b1cyNigny8"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/_b1cyNigny8" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2006/11/27/my-theory-is-true/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash player 9 for linux</title>
		<link>http://www.deaconsworld.org.uk/2006/11/24/flash-player-9-for-linux/</link>
		<comments>http://www.deaconsworld.org.uk/2006/11/24/flash-player-9-for-linux/#comments</comments>
		<pubDate>Fri, 24 Nov 2006 18:52:34 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2006/11/24/flash-player-9-for-linux/</guid>
		<description><![CDATA[UPDATE &#8211; Adobe have finally released Flash player 9 for Linux. Read more
If you&#8217;re still struggling on with Flash player 7 for Linux, you might like to know that Adobe have released Player 9 for Linux. It&#8217;s still in beta, but I&#8217;ve been using it for a while and haven&#8217;t had any problem. The installer&#8217;s ]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE</strong> &#8211; Adobe have finally released Flash player 9 for Linux. <a href="http://www.deaconsworld.org.uk/2007/01/17/flash-player-finally-out-of-beta/">Read more</a></p>
<p>If you&#8217;re still struggling on with Flash player 7 for Linux, you might like to know that Adobe have released Player 9 for Linux. It&#8217;s still in beta, but I&#8217;ve been using it for a while and haven&#8217;t had any problem. The installer&#8217;s isn&#8217;t as clean as an rpm, but give it a try!</p>
<p>Installation:</p>
<p><code>cd ~<br />
wget http://www.adobe.com/go/fp9_update_b2_installer_linuxplugin<br />
tar xvfz  FP9_plugin_beta*.tar.gz<br />
cd flash-player-plugin*<br />
su - (or sudo -s)<br />
cp libflashplayer.so /usr/lib/mozilla/plugins/</code></p>
<p>Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2006/11/24/flash-player-9-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Give me sympathy!</title>
		<link>http://www.deaconsworld.org.uk/2006/11/24/give-me-sympathy/</link>
		<comments>http://www.deaconsworld.org.uk/2006/11/24/give-me-sympathy/#comments</comments>
		<pubDate>Fri, 24 Nov 2006 18:35:23 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2006/11/24/give-me-sympathy/</guid>
		<description><![CDATA[
Continuing my love/hate relationship with Tesco, I think they must have something against me!  I&#8217;ve now found I can do the splits, providing I have a escalator and it&#8217;s been raining. I know it doesn&#8217;t look much, but it bloody hurt!
It did make me think; at what age do you get the pain threshold ]]></description>
			<content:encoded><![CDATA[<p><img align="right" title="ouch.JPG" id="image52" alt="ouch.JPG" src="http://www.deaconsworld.org.uk/wp-content/uploads/2006/11/ouch.JPG" /></p>
<p>Continuing my love/hate relationship with <a href="/2006/11/18/tesco-think-31/">Tesco</a>, I think they must have something against me!  I&#8217;ve now found I can do the splits, providing I have a escalator and it&#8217;s been raining. I know it doesn&#8217;t look much, but it bloody hurt!</p>
<p>It did make me think; at what age do you get the pain threshold of a wet lettuce? I did this and much worse as a kid and I don&#8217;t remember it hurting.</p>
<p>Anyway, it would make me feel much better if everyone would suck air through their teeth and say &#8220;oooo&#8221;. Thank you and enjoy my pain.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2006/11/24/give-me-sympathy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Warning: do not search Yahoo! for &#8216;franchise&#8217;</title>
		<link>http://www.deaconsworld.org.uk/2006/11/23/warning-do-not-search-yahoo-for-franchise/</link>
		<comments>http://www.deaconsworld.org.uk/2006/11/23/warning-do-not-search-yahoo-for-franchise/#comments</comments>
		<pubDate>Thu, 23 Nov 2006 12:56:16 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Weird]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2006/11/23/warning-do-not-search-yahoo-for-franchise/</guid>
		<description><![CDATA[NSFW!
Hmmm, If you&#8217;re bored then don&#8217;t search yahoo images for the work &#8216;franchise&#8217;. Why not? You&#8217;ll learn!
read more
]]></description>
			<content:encoded><![CDATA[<p><acronym title="Not Safe For Work">NSFW</acronym>!</p>
<p>Hmmm, If you&#8217;re bored then don&#8217;t search yahoo images for the work &#8216;franchise&#8217;. Why not? You&#8217;ll learn!</p>
<p><a href="http://www.theregister.co.uk/2006/11/23/yahoo_search_result/">read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2006/11/23/warning-do-not-search-yahoo-for-franchise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to increase my ego</title>
		<link>http://www.deaconsworld.org.uk/2006/11/23/how-to-increase-my-ego/</link>
		<comments>http://www.deaconsworld.org.uk/2006/11/23/how-to-increase-my-ego/#comments</comments>
		<pubDate>Thu, 23 Nov 2006 08:26:44 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Deaconsworld]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2006/11/23/how-to-increase-my-ego/</guid>
		<description><![CDATA[Due to &#8216;popular&#8217; demand, I&#8217;ve created a little about me page. Come and have a look and make me feel loved  
]]></description>
			<content:encoded><![CDATA[<p>Due to &#8216;popular&#8217; demand, I&#8217;ve created a little <a href="/about-me">about me</a> page. Come and have a look and make me feel loved <img src='http://www.deaconsworld.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2006/11/23/how-to-increase-my-ego/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The best way to destroy your company</title>
		<link>http://www.deaconsworld.org.uk/2006/11/23/the-best-way-to-destroy-your-company/</link>
		<comments>http://www.deaconsworld.org.uk/2006/11/23/the-best-way-to-destroy-your-company/#comments</comments>
		<pubDate>Thu, 23 Nov 2006 00:09:59 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Weird]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2006/11/23/the-best-way-to-destroy-your-company/</guid>
		<description><![CDATA[As you may know, I&#8217;m getting married soon and one thing that really annoys me is that when any company (like printers or caterers) hears the word &#8220;Wedding&#8221; their prices immediately treble. So, it was with great pleasure I read this story on The Register.
Apparently a Kiwi couple decided not to go ahead with a ]]></description>
			<content:encoded><![CDATA[<p>As you may know, I&#8217;m getting married soon and one thing that really annoys me is that when any company (like printers or caterers) hears the word &#8220;Wedding&#8221; their prices immediately treble. So, it was with great pleasure I read <a href="http://www.theregister.co.uk/2006/11/22/when_emails_go_bad/">this</a> story on The Register.</p>
<p>Apparently a Kiwi couple decided not to go ahead with a marquee hire from <a target="_blank" href="http://www.thegreatmarqueecompany.co.nz/">The Great Marquee Company</a>, only to recieve the following e-mail:</p>
<blockquote><p>Hi Steve, Thanks for your reply. Your wedding sounded cheap, nasty and tacky anyway, so we only ever considered you time wasters. Our marquees are for upper class clients which unfortunately you are not. Why don&#8217;t you stay within your class level and buy something from payless plastics instead. Kindest Regards Katrina Office Manager</p></blockquote>
<p>The e-mail has ended up on bridal message boards worldwide and in hundred of mailboxes. Although the company has &#8220;apologised&#8221;, I somehow think it might hurt their profits a little bit.</p>
<p>My favorite bit of this whole story is that the evil employee who was fired after sending this e-mail, was apparently the CEO&#8217;s wife!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2006/11/23/the-best-way-to-destroy-your-company/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blackhatters 1, Whitehatters 0</title>
		<link>http://www.deaconsworld.org.uk/2006/11/22/blackhatters-1-whitehatters-0/</link>
		<comments>http://www.deaconsworld.org.uk/2006/11/22/blackhatters-1-whitehatters-0/#comments</comments>
		<pubDate>Wed, 22 Nov 2006 14:44:32 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2006/11/22/blackhatters-1-whitehatters-0/</guid>
		<description><![CDATA[The government have today published the new Police and Justice Act, which makes it an offense to &#8220;supply or offer to supply any article believing that it is likely to be used to commit, or to assist in the commission of, [a hacking offence]&#8220;. The word &#8220;article&#8221; is defined in the Act to include &#8220;any ]]></description>
			<content:encoded><![CDATA[<p>The government have today published the new Police and Justice Act, which makes it an offense to &#8220;supply or offer to supply any article believing that it is likely to be used to commit, or to assist in the commission of, [a hacking offence]&#8220;. The word &#8220;article&#8221; is defined in the Act to include &#8220;any program or data held in electronic form&#8221;.</p>
<p>Great! So now we have a system where criminal hackers will carry on producing and using &#8216;hacking&#8217; software such as <a href="http://insecure.org/nmap/">nmap</a>, <a href="http://www.nessus.org/">nessus</a> or <a href="http://www.hping.org/">hping2</a> but it will be a criminal offense for security industry to use them to test for vulnerabilities.</p>
<p><a href="http://www.theregister.co.uk/2006/11/22/cma_could_ban_security_tools/">Read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2006/11/22/blackhatters-1-whitehatters-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer on Linux</title>
		<link>http://www.deaconsworld.org.uk/2006/11/19/internet-explorer-on-linux/</link>
		<comments>http://www.deaconsworld.org.uk/2006/11/19/internet-explorer-on-linux/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 20:17:07 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2006/11/19/internet-explorer-on-linux/</guid>
		<description><![CDATA[
If you want to run IE on linux, take a look at IEs4Linux. It&#8217;s very easy to install, just type the following as a normal user:
wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
tar zxvf ies4linux-latest.tar.gz
cd ies4linux-*
./ies4linux

]]></description>
			<content:encoded><![CDATA[<p><a title="ieonlinux.png" class="imagelink" href="http://www.deaconsworld.org.uk/wp-content/uploads/2006/11/ieonlinux.png"><img alt="ieonlinux.png" id="image36" src="http://www.deaconsworld.org.uk/wp-content/uploads/2006/11/ieonlinuxthumbnail-shadow.thumbnail.jpg" /></a></p>
<p>If you want to run IE on linux, take a look at <a target="_blank" href="http://www.tatanka.com.br/ies4linux/page/Main_Page">IEs4Linux</a>. It&#8217;s very easy to install, just type the following as a <strong>normal user</strong>:</p>
<p><code>wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz<br />
tar zxvf ies4linux-latest.tar.gz<br />
cd ies4linux-*<br />
./ies4linux<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2006/11/19/internet-explorer-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tesco beat Reid to compulsory ID</title>
		<link>http://www.deaconsworld.org.uk/2006/11/18/tesco-think-31/</link>
		<comments>http://www.deaconsworld.org.uk/2006/11/18/tesco-think-31/#comments</comments>
		<pubDate>Sat, 18 Nov 2006 18:19:26 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2006/11/18/tesco-think-31/</guid>
		<description><![CDATA[We had a party last night, nothing huge just some friends over for a Chinese. Me and another of our friends we given the truly exciting job of going to Tescos to buy drinks.
So off we trot to Tesco. We get to the till with our 3 items, a bottle of Sprite, a bottle of ]]></description>
			<content:encoded><![CDATA[<p><img align="left" title="tesco-log.gif" id="image33" alt="tesco-log.gif" src="http://www.deaconsworld.org.uk/wp-content/uploads/2006/11/tesco-log.thumbnail.gif" />We had a party last night, nothing huge just some friends over for a Chinese. Me and another of our friends we given the truly exciting job of going to Tescos to buy drinks.</p>
<p>So off we trot to Tesco. We get to the till with our 3 items, a bottle of Sprite, a bottle of coke and some alcohol and as the girl on the till is about 12 she needs to shout at the top of her lungs &#8220;ALLLCCAAAAHOOOLLLLL&#8221;. Supervisor walks over and asks us for ID. Now I&#8217;m nearly 30 and no-one&#8217;s asked me for ID in the last 10 year so I&#8217;m happy. However the friend I&#8217;m with (who&#8217;s 20) doesn&#8217;t have any ID.</p>
<p>&#8220;Sorry I can&#8217;t sell this to you?&#8221; says the Supervisor</p>
<p>&#8220;Why not?&#8221; I ask</p>
<p>&#8220;Cos you might be buying it for a minor&#8221; she indicates to my 20 year old friend stood next to me.</p>
<p>&#8220;So let me get this right, I&#8217;m not allowed to buy alcohol if I&#8217;m accompanied by someone who can&#8217;t prove they&#8217;re over 18 cos I might walk out the shop and give it to the next ASBO infested greasy teen I meet?&#8221;</p>
<p>&#8220;Yep&#8221;</p>
<p>&#8220;Right, I&#8217;m off to Morrisons!&#8221;</p>
<p>What makes this story more ridiculous is that we weren&#8217;t buying vodka or alchopops. No, we were buy a bottle of White Zinfandel! Yes the yobs round our way must get hammered each night on a couple bottle of rosé.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2006/11/18/tesco-think-31/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big Machines!</title>
		<link>http://www.deaconsworld.org.uk/2006/11/17/big-machines/</link>
		<comments>http://www.deaconsworld.org.uk/2006/11/17/big-machines/#comments</comments>
		<pubDate>Fri, 17 Nov 2006 13:02:10 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Weird]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2006/11/17/big-machines/</guid>
		<description><![CDATA[Friend and colleagues laughing at you? Feel inferior? Need a really big machine?? Of course you do!
http://thrillingwonder.blogspot.com/2006/11/biggest-and-hungriest-machines.html

]]></description>
			<content:encoded><![CDATA[<p>Friend and colleagues laughing at you? Feel inferior? Need a really big machine?? Of course you do!<br />
<a href="http://thrillingwonder.blogspot.com/2006/11/biggest-and-hungriest-machines.html">http://thrillingwonder.blogspot.com/2006/11/biggest-and-hungriest-machines.html</a></p>
<p><a target="_blank" href="http://thrillingwonder.blogspot.com/2006/11/biggest-and-hungriest-machines.html"><img alt="Big machine!" title="Big machine!" src="http://static.flickr.com/118/298566494_7c0f2d3fd7_o.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2006/11/17/big-machines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora looking damn healthy</title>
		<link>http://www.deaconsworld.org.uk/2006/11/17/fedora-looking-damn-healthy/</link>
		<comments>http://www.deaconsworld.org.uk/2006/11/17/fedora-looking-damn-healthy/#comments</comments>
		<pubDate>Fri, 17 Nov 2006 08:51:29 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2006/11/17/fedora-looking-damn-healthy/</guid>
		<description><![CDATA[Max Spevack (Fedora Project Leader) yesterday announced some interesting stats about FC6.  According to Max, since its release about 3 weeks ago, 300,000 unique IP addresses have checked for any updates to FC6. Wow! That&#8217;s at least 12,500 new installs per day!! Kinda pisses on DistroWatch&#8217;s stats! Oh and on a personal note&#8230; Take ]]></description>
			<content:encoded><![CDATA[<p><img align="left" id="image29" alt="Fedora" src="http://www.deaconsworld.org.uk/wp-content/uploads/2006/11/fedoralogo-224x80.thumbnail.jpg" /><a target="_blank" href="http://fedoraproject.org/wiki/MaxSpevack">Max Spevack</a> (Fedora Project Leader) yesterday announced some interesting stats about FC6.  According to Max, since its release about 3 weeks ago, 300,000 unique IP addresses have checked for any updates to FC6. Wow! That&#8217;s at least 12,500 new installs per day!! Kinda pisses on <a href="http://www.distrowatch.com">DistroWatch&#8217;s</a> stats! Oh and on a personal note&#8230; Take that Ubuntu boys!</p>
<p>Detailed stats are at: <a href="http://fedoraproject.org/wiki/ZodStats">http://fedoraproject.org/wiki/ZodStats</a> and you can read the whole release on <a href="https://www.redhat.com/archives/fedora-announce-list/2006-November/msg00002.html">fedora-announce-list</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2006/11/17/fedora-looking-damn-healthy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Yum&#8217;s eating my diskspace!</title>
		<link>http://www.deaconsworld.org.uk/2006/11/16/yums-eating-my-diskspace/</link>
		<comments>http://www.deaconsworld.org.uk/2006/11/16/yums-eating-my-diskspace/#comments</comments>
		<pubDate>Thu, 16 Nov 2006 17:28:52 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2006/11/16/yums-eating-my-diskspace/</guid>
		<description><![CDATA[Take a look at this!
[root@dyn89 yum]# pwd
/var/cache/yum
[root@dyn89 yum]# du -sh *
1.8M    atrpms
6.1M    core
5.3M    development
11M     extras
36K     flash
84K     jpackage-fedora
2.2M    jpackage-generic
192K    jpackage-generic-nonfree
848K    livna
2.8M    updates
176K  ]]></description>
			<content:encoded><![CDATA[<p>Take a look at this!</p>
<p><code>[root@dyn89 yum]# pwd<br />
/var/cache/yum<br />
[root@dyn89 yum]# du -sh *<br />
1.8M    atrpms<br />
6.1M    core<br />
5.3M    development<br />
11M     extras<br />
36K     flash<br />
84K     jpackage-fedora<br />
2.2M    jpackage-generic<br />
192K    jpackage-generic-nonfree<br />
848K    livna<br />
2.8M    updates<br />
176K    updates-source</code>That&#8217;s 30Mb of crappy yum cache</p>
<p>Now take a look at this:</p>
<p><code>[root@dyn89 cache]# yum clean all<br />
Loading "installonlyn" plugin<br />
Cleaning up Everything<br />
[root@dyn89 cache]# du -sh * 1.8M    atrpms<br />
12K     core<br />
5.3M    development<br />
12K     extras<br />
12K     flash<br />
84K     jpackage-fedora<br />
2.2M    jpackage-generic<br />
192K    jpackage-generic-nonfree<br />
12K     livna<br />
12K     updates<br />
176K    updates-source</code>9.6M much healthier</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2006/11/16/yums-eating-my-diskspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rebuilding your RPM database</title>
		<link>http://www.deaconsworld.org.uk/2006/11/16/rebuilding-your-rpm-database/</link>
		<comments>http://www.deaconsworld.org.uk/2006/11/16/rebuilding-your-rpm-database/#comments</comments>
		<pubDate>Thu, 16 Nov 2006 17:23:26 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2006/11/16/rebuilding-your-rpm-database/</guid>
		<description><![CDATA[It nice to see something are just buried and not forgotten, Like corrupt RPM databases. A few years ago this was a common problem (common to me anyway!). The problem occurs either when two rpm process try and write to the rpm database in /var/lib/rpm or an impatient  operator (like me) hits ctrl-c too ]]></description>
			<content:encoded><![CDATA[<p>It nice to see something are just buried and not forgotten, Like corrupt RPM databases. A few years ago this was a common problem (common to me anyway!). The problem occurs either when two rpm process try and write to the rpm database in /var/lib/rpm or an impatient  operator (like me) hits ctrl-c too many times.</p>
<p>When this happens, you rpm process (e.g. the rpm command or yum) would just hang. So why am I talking about this if the problem was fixed ages ago? Well it seem with the new funky yum-updatesd that&#8217;s included with FC6 is causing some problems.<br />
You can see if your effected but running this command:</p>
<p><code>rpm -qa</code></p>
<p>If you get no output then you&#8217;ve screwed your databases. Here&#8217;s how to fix it.</p>
<ol>
<li>Firstly su or sudo in to root<br />
<code>su -</code></li>
<li>Clear your rpm caches<br />
<code>rm -v /var/lib/rpm/__*</code></li>
<li>Now run the rebuild command<br />
<code>rpm -vv --rebuilddb</code></li>
</ol>
<p>You now gets some lovely healthy output showing you everything ok. It should look something like this:</p>
<p><code> D: adding 11 entries to Filemd5s index.<br />
D:  read h#     770 Header V3 DSA signature: OK, key ID 4f2a6fd2<br />
D:   +++ h#    1084 Header V3 DSA signature: OK, key ID 4f2a6fd2<br />
D: adding "gimp-print-utils" to Name index.<br />
D: adding 2 entries to Basenames index.<br />
D: adding "Applications/Publishing" to Group index.<br />
D: adding 12 entries to Requirename index.<br />
D: adding "gimp-print-utils" to Providename index.<br />
D: adding 2 entries to Dirnames index.<br />
D: adding 12 entries to Requireversion index.<br />
D: adding "4.2.7-22" to Provideversion index.<br />
D: adding 1 entries to Installtid index.<br />
D: adding 1 entries to Sigmd5 index.<br />
D: adding "0beb1e4759ef5a92206941d9f0c9a52e0d546a2c" to Sha1header index.</code></p>
<p>You should now be able to install or upgrade using yum.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2006/11/16/rebuilding-your-rpm-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware on Fedora 6</title>
		<link>http://www.deaconsworld.org.uk/2006/11/13/vmware-on-fedora-6/</link>
		<comments>http://www.deaconsworld.org.uk/2006/11/13/vmware-on-fedora-6/#comments</comments>
		<pubDate>Mon, 13 Nov 2006 12:38:56 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2006/11/13/vmware-on-fedora-6/</guid>
		<description><![CDATA[I&#8217;ve used VMware on Fedora since it because free. It&#8217;s great, No more rebooting to switch between Windows and Linux to use one application that just won&#8217;t work with WINE. Since upgrading to FC6, I have a problem running vmware-config.pl. Each time I ran it, I&#8217;d get error about config.h not being found. The simple ]]></description>
			<content:encoded><![CDATA[<p><img align="left" id="image25" alt="vmware.gif" title="vmware.gif" src="http://www.deaconsworld.org.uk/wp-content/uploads/2006/11/vmware.thumbnail.gif" />I&#8217;ve used <a target="_blank" title="VMware" href="http://www.vmware.com">VMware</a> on Fedora since it because free. It&#8217;s great, No more rebooting to switch between Windows and Linux to use one application that just won&#8217;t work with <a target="_blank" href="http://www.winehq.com/">WINE</a>. Since upgrading to FC6, I have a problem running <code>vmware-config.pl</code>. Each time I ran it, I&#8217;d get error about config.h not being found. The simple (dirty) way to fix this is to do this:</p>
<p><code>touch  /usr/src/kernels/`uname -r`-`uname -m`/include/linux/config.h</code></p>
<p>You should now be able to re-run <code>vmware-config.pl</code> without a problem.</p>
<p>Remember that you&#8217;ll need to do this each time you update the kernel.</p>
<p><em><strong>Update</strong></em> I had a nightmare of a time getting this to work on a dual core Intel. It seems the Duos use i586 rather than i686. To fix you need to install the correct kernel devel version <code>wget ftp://ftp.mirror.ac.uk/sites/fedora.redhat.com/updates/6/i386/kernel-devel-`uname -r`.i586.rpm<br />
rpm -Uvh kernel-devel*.rpm</code> then link to the correct linux.h<code>touch /usr/src/kernels/`uname -r`-i586/include/linux/config.h</code></p>
<p><em><strong>Update 2</strong></em> I think I&#8217;ve found the cause of the above weirdness. <a href="http://www.deaconsworld.org.uk/2007/01/05/fc6-choses-i585-rather-than-i686/trackback/">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2006/11/13/vmware-on-fedora-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 2 on Fedora Core 6</title>
		<link>http://www.deaconsworld.org.uk/2006/11/13/firefox-2-on-fedora-core-6/</link>
		<comments>http://www.deaconsworld.org.uk/2006/11/13/firefox-2-on-fedora-core-6/#comments</comments>
		<pubDate>Mon, 13 Nov 2006 11:41:49 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/2006/11/13/firefox-2-on-fedora-core-6/</guid>
		<description><![CDATA[Just a quicky for anyone that was a bit pissed that FC6 didn&#8217;t include Firefox 2:
yum --enablerepo=development install firefox
Have fun!
]]></description>
			<content:encoded><![CDATA[<p>Just a quicky for anyone that was a bit pissed that FC6 didn&#8217;t include Firefox 2:</p>
<p><code>yum --enablerepo=development install firefox</code></p>
<p>Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2006/11/13/firefox-2-on-fedora-core-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Argghhh!!! They&#8217;re coming!</title>
		<link>http://www.deaconsworld.org.uk/2006/11/10/argghhh-theyre-coming/</link>
		<comments>http://www.deaconsworld.org.uk/2006/11/10/argghhh-theyre-coming/#comments</comments>
		<pubDate>Fri, 10 Nov 2006 12:09:44 +0000</pubDate>
		<dc:creator>Adam Deacon</dc:creator>
				<category><![CDATA[Weird]]></category>

		<guid isPermaLink="false">http://www.deaconsworld.org.uk/blog/2006/11/10/argghhh-theyre-coming/</guid>
		<description><![CDATA[NEWS FLASH!!!

Giant stripes are taking over the world. Our only defense is to chew&#8230; Chew for your lives!!!!!!
Be especially wary of the sour one!
]]></description>
			<content:encoded><![CDATA[<p><strong>NEWS FLASH!!!</strong></p>
<p><img alt="Arghhh! They're coming!" id="image10" src="http://www.deaconsworld.org.uk/wp-content/uploads/2006/11/adam-wrestles-giant-stripebar.jpg" /></p>
<p>Giant stripes are taking over the world. Our only defense is to chew&#8230; Chew for your lives!!!!!!</p>
<p>Be especially wary of the sour one!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deaconsworld.org.uk/2006/11/10/argghhh-theyre-coming/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
