<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>Keith's Personal Blog</title>
    <link>http://keith.chaos-realm.net/</link>
    <description>Interesting Game. The only winning move is not to play.</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.4 - http://www.s9y.org/</generator>
    <pubDate>Wed, 14 Mar 2012 10:58:17 GMT</pubDate>

    <image>
        <url>http://keith.chaos-realm.net/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Keith's Personal Blog - Interesting Game. The only winning move is not to play.</title>
        <link>http://keith.chaos-realm.net/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>PHP 5.4 &amp; GNUWorld Modifications</title>
    <link>http://keith.chaos-realm.net/archives/221-PHP-5.4-GNUWorld-Modifications.html</link>
    
    <comments>http://keith.chaos-realm.net/archives/221-PHP-5.4-GNUWorld-Modifications.html#comments</comments>
    <wfw:comment>http://keith.chaos-realm.net/wfwcomment.php?cid=221</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://keith.chaos-realm.net/rss.php?version=2.0&amp;type=comments&amp;cid=221</wfw:commentRss>
    

    <author>nospam@example.com (Keith Ward)</author>
    <content:encoded>
    I&#039;ve started working on application testing different software on my development server,&lt;br /&gt;
&lt;br /&gt;
My code should be okay, but when it comes to things like S9Y and forums, I&#039;m pretty sure that I&#039;ll expect broken/non-functional options.&lt;br /&gt;
&lt;br /&gt;
We&#039;ll see what this week brings,&lt;br /&gt;
&lt;br /&gt;
Also, I&#039;ll be putting my GNUWorld modifications into git most likely, so that others can benefit from it. &lt;br /&gt;
&lt;br /&gt;
There&#039;s still a few things I need to finish before I&#039;d be happy saying to people, go ahead and use it  however, and I need to finish modifying the other modules, as I&#039;ve been mainly concentrating on CMaster - although there&#039;s till a few errors left to fix in that as well - namely relating to ban records.&lt;br /&gt;
&lt;br /&gt;
The MySQL database layer does function and works correctly though, so my choice to use mysqlclient library directly (as opposed to mysql++) however seems to have been the right one.&lt;br /&gt;
&lt;br /&gt;
I&#039;ll try and post updates more often, and keep you all up to date.&lt;br /&gt;
&lt;br /&gt;
--Keith 
    </content:encoded>

    <pubDate>Wed, 14 Mar 2012 10:51:05 +0000</pubDate>
    <guid isPermaLink="false">http://keith.chaos-realm.net/archives/221-guid.html</guid>
    
</item>
<item>
    <title>Postfix and Policyd-weight</title>
    <link>http://keith.chaos-realm.net/archives/220-Postfix-and-Policyd-weight.html</link>
    
    <comments>http://keith.chaos-realm.net/archives/220-Postfix-and-Policyd-weight.html#comments</comments>
    <wfw:comment>http://keith.chaos-realm.net/wfwcomment.php?cid=220</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://keith.chaos-realm.net/rss.php?version=2.0&amp;type=comments&amp;cid=220</wfw:commentRss>
    

    <author>nospam@example.com (Keith Ward)</author>
    <content:encoded>
    Unfortunately after my last post i discovered a rather large problem with policyd-weight that forced me to set it to RBL checks only,&lt;br /&gt;
&lt;br /&gt;
It appears that some checks are not customisable enough, and it was resulting in the drop of legitimate mail from certain locations due to one of the combined scores: MX_MATCHES_NOT_HELO being triggered.&lt;br /&gt;
&lt;br /&gt;
Unfortunately this is a combined score there is no way to disable it, and in fact the developers of it are saying you shouldn&#039;t need to which is something I disagree with.&lt;br /&gt;
&lt;br /&gt;
I&#039;m still searching for a new solution, I&#039;m going to try and take a look at this again later this week,&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Wed, 14 Mar 2012 09:53:31 +0000</pubDate>
    <guid isPermaLink="false">http://keith.chaos-realm.net/archives/220-guid.html</guid>
    
</item>
<item>
    <title>Postfix</title>
    <link>http://keith.chaos-realm.net/archives/219-Postfix.html</link>
    
    <comments>http://keith.chaos-realm.net/archives/219-Postfix.html#comments</comments>
    <wfw:comment>http://keith.chaos-realm.net/wfwcomment.php?cid=219</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://keith.chaos-realm.net/rss.php?version=2.0&amp;type=comments&amp;cid=219</wfw:commentRss>
    

    <author>nospam@example.com (Keith Ward)</author>
    <content:encoded>
    Amongst the many things I’ve gotten done today I&#039;ve managed to revamp the postfix configuration on my server.&lt;br /&gt;
&lt;br /&gt;
After a conversation with a friend (Robert Hyer) a few months ago he suggested I take a look at policyd-weight,&lt;br /&gt;
&lt;br /&gt;
I&#039;ve managed to convert my system to that with the minimal of fuss, and it actually simplifies the RBL / SPF etc checking, basically the daemon applies a weight (which is customisable) to any incoming email (using RBL Checks, SPF, and HELO/EHLO checks e.t.c.), too high and the mail is dropped with an explanation, otherwise the mail is accepted and pushed onto the system spam checking daemon.&lt;br /&gt;
&lt;br /&gt;
So far it seems to be working quite well, however it doesn&#039;t seem to have solved a strange problem I&#039;m having with clamsmtpd/spampd. Some emails (most notably from one specific provider: @exhedra.com are generating queue file write errors - it seems to be a problem with spampd however it only occurs with this one source, its all very odd, I&#039;ll look further into it today at some point, but i might have to drop spampd in place of  possibly using spamd we&#039;ll see.&lt;br /&gt;
&lt;br /&gt;
Ah well, back to finishing some of my todo list!&lt;br /&gt;
&lt;br /&gt;
Have Fun!.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 07 Nov 2011 12:40:21 +0000</pubDate>
    <guid isPermaLink="false">http://keith.chaos-realm.net/archives/219-guid.html</guid>
    
</item>
<item>
    <title>rkhunter false positive</title>
    <link>http://keith.chaos-realm.net/archives/217-rkhunter-false-positive.html</link>
    
    <comments>http://keith.chaos-realm.net/archives/217-rkhunter-false-positive.html#comments</comments>
    <wfw:comment>http://keith.chaos-realm.net/wfwcomment.php?cid=217</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://keith.chaos-realm.net/rss.php?version=2.0&amp;type=comments&amp;cid=217</wfw:commentRss>
    

    <author>nospam@example.com (Keith Ward)</author>
    <content:encoded>
    I awoke this morning to a rather strange email from rkhunter, for anyone who doesn&#039;t know what rkhunter does, its basically a system tool that looks for common rootkit traits or signatures.&lt;br /&gt;
&lt;div class=&quot;bb-code-title&quot;&gt;CODE:&lt;/div&gt;&lt;div class=&quot;bb-code&quot;&gt;Warning&amp;#58;&amp;#160;Checking&amp;#160;running&amp;#160;processes&amp;#160;for&amp;#160;suspicious&amp;#160;files&amp;#160;&amp;#91;&amp;#160;Warning&amp;#160;&amp;#93;
Warning&amp;#58;&amp;#160;One&amp;#160;or&amp;#160;more&amp;#160;of&amp;#160;these&amp;#160;files&amp;#160;were&amp;#160;found&amp;#58;&amp;#160;backdoor,&amp;#160;adore.o,&amp;#160;mod_rootme.so,&amp;#160;phide_mod.o,&amp;#160;lbk.ko,&amp;#160;vlogger.o,&amp;#160;cleaner.o,&amp;#160;cleaner,&amp;#160;ava,&amp;#160;tzava,&amp;#160;mod_klgr.o,&amp;#160;hydra,&amp;#160;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;hydra.restore,&amp;#160;ras2xm,&amp;#160;vobiscum,&amp;#160;sshd3,&amp;#160;system,&amp;#160;t0rnsb,&amp;#160;t0rns,&amp;#160;t0rnp,&amp;#160;rx4u,&amp;#160;rx2me,&amp;#160;crontab,&amp;#160;sshdu,&amp;#160;glotzer,&amp;#160;holber,&amp;#160;xhide,&amp;#160;xh,&amp;#160;emech,&amp;#160;psybnc,&amp;#160;mech,&amp;#160;httpd.bin,
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;mh,&amp;#160;xl,&amp;#160;write,&amp;#160;Phantasmagoria.o,&amp;#160;lkt.o,&amp;#160;nlkt.o&amp;#160;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;Check&amp;#160;the&amp;#160;output&amp;#160;of&amp;#160;the&amp;#160;lsof&amp;#160;command&amp;#160;&#039;lsof&amp;#160;-F&amp;#160;n&amp;#160;-w&amp;#160;-n&#039;&lt;/div&gt;&lt;br /&gt;
Upon reading this, I started running more checks, but having not found anything and satisfied there was nothing amiss I started to wonder what triggered the alert....&lt;br /&gt;
After a bit of further investigation it seems that this warning was triggered by a joomla install - more specifically a user currently viewing the directory contents of plugins/system.&lt;br /&gt;
&lt;br /&gt;
It appears that when running the &quot;running_procs&quot; check, all rkhunter does is check for the existence of specific keywords in lsof, unfortunately it does not seem to distinguish between a directory or file. It also appears that rkhunter&#039;s logging for this test omits which item it actually found - the only way I was able to discover which one of the items it had discovered was to do it myself!&lt;br /&gt;
&lt;br /&gt;
I&#039;ll probably report this upstream, but I&#039;m leaving this here for future reference.&lt;br /&gt;
&lt;br /&gt;
-Keith&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 28 Jun 2011 17:32:24 +0000</pubDate>
    <guid isPermaLink="false">http://keith.chaos-realm.net/archives/217-guid.html</guid>
    
</item>
<item>
    <title>RunLevels</title>
    <link>http://keith.chaos-realm.net/archives/215-RunLevels.html</link>
            <category>General</category>
    
    <comments>http://keith.chaos-realm.net/archives/215-RunLevels.html#comments</comments>
    <wfw:comment>http://keith.chaos-realm.net/wfwcomment.php?cid=215</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://keith.chaos-realm.net/rss.php?version=2.0&amp;type=comments&amp;cid=215</wfw:commentRss>
    

    <author>nospam@example.com (Keith Ward)</author>
    <content:encoded>
    Working on some servers recently has made me think about init.d and possibly creating a custom runlevel (e.g. 4), that shuts down everything, but SSH and networking (and its dependencies), and then disables login from anyone but a superuser or somone in a specified group - e.g. Staff,admin etc.&lt;br /&gt;
&lt;br /&gt;
The default runlevel is 2/3 on most systems, with some systems using 5 for X11 and such,  Level 1 is Single user, with Levels 0 and 6 being shutdown and reboot respectively.&lt;br /&gt;
&lt;br /&gt;
The idea behind this would mean that maintanence could be conducted remotely on the server, without other daemons, or other users getting in the way - especially if you needed to conduct repairs to /home or /var say, which you can&#039;t do while it is in use.&lt;br /&gt;
&lt;br /&gt;
Think of it as a remote users single user mode - but with minimal services like networking and ssh only, for use when you simply can&#039;t go to the datacenter and use init 1 (single user mode), and the task you need can be done remotely.&lt;br /&gt;
&lt;br /&gt;
Not sure of the complete picture of how I would go about doing this yet, but it could prove useful for future use, possibly pushing this out via puppet to servers that are managed?&lt;br /&gt;
&lt;br /&gt;
I&#039;ll probably look into this at some point, but for now it&#039;ll remain an idea.&lt;br /&gt;
&lt;br /&gt;
Keith 
    </content:encoded>

    <pubDate>Tue, 06 Jul 2010 23:06:30 +0000</pubDate>
    <guid isPermaLink="false">http://keith.chaos-realm.net/archives/215-guid.html</guid>
    <category>4</category>
<category>custom</category>
<category>debian</category>
<category>level</category>
<category>networking</category>
<category>run</category>
<category>ssh</category>
<category>superuser only</category>
<category>ubuntu</category>
<category>4</category>
<category>custom</category>
<category>debian</category>
<category>level</category>
<category>networking</category>
<category>run</category>
<category>ssh</category>
<category>superuser only</category>
<category>ubuntu</category>

</item>
<item>
    <title>sudo</title>
    <link>http://keith.chaos-realm.net/archives/213-sudo.html</link>
            <category>General</category>
    
    <comments>http://keith.chaos-realm.net/archives/213-sudo.html#comments</comments>
    <wfw:comment>http://keith.chaos-realm.net/wfwcomment.php?cid=213</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://keith.chaos-realm.net/rss.php?version=2.0&amp;type=comments&amp;cid=213</wfw:commentRss>
    

    <author>nospam@example.com (Keith Ward)</author>
    <content:encoded>
    Aparently this has been about for a while, but sudo has the ability to insult you if you type the wrong password.&lt;br /&gt;
&lt;br /&gt;
Its quite nice - works on most systems - all you need to do is edit your sudoers file with visudo, and add the following to the end of the defaults line: insults&lt;br /&gt;
(Note the line is comma delimited).&lt;br /&gt;
&lt;br /&gt;
Save the file, and then next time u get your password wrong, you&#039;ll get something like:&lt;br /&gt;
&lt;div class=&quot;bb-code-title&quot;&gt;CODE:&lt;/div&gt;&lt;div class=&quot;bb-code&quot;&gt;&amp;#91;sudo&amp;#93;&amp;#160;password&amp;#160;for&amp;#160;archer&amp;#58;&amp;#160;
Have&amp;#160;you&amp;#160;considered&amp;#160;trying&amp;#160;to&amp;#160;match&amp;#160;wits&amp;#160;with&amp;#160;a&amp;#160;rutabaga?
&amp;#91;sudo&amp;#93;&amp;#160;password&amp;#160;for&amp;#160;archer&amp;#58;&amp;#160;
My&amp;#160;mind&amp;#160;is&amp;#160;going.&amp;#160;I&amp;#160;can&amp;#160;feel&amp;#160;it.
&amp;#91;sudo&amp;#93;&amp;#160;password&amp;#160;for&amp;#160;archer&amp;#58;&amp;#160;
I&amp;#160;feel&amp;#160;much&amp;#160;better&amp;#160;now.&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
I found these by accident, whilst searching for the origins of a message sudo was giving, imagine my surprise when I found out it was a feature!&lt;br /&gt;
&lt;br /&gt;
Enjoy!&lt;br /&gt;
&lt;br /&gt;
Keith 
    </content:encoded>

    <pubDate>Sun, 20 Jun 2010 06:26:26 +0000</pubDate>
    <guid isPermaLink="false">http://keith.chaos-realm.net/archives/213-guid.html</guid>
    <category>again</category>
<category>amusing</category>
<category>incorrect</category>
<category>insults</category>
<category>password</category>
<category>sudo</category>
<category>try</category>
<category>wrong</category>
<category>again</category>
<category>amusing</category>
<category>incorrect</category>
<category>insults</category>
<category>password</category>
<category>sudo</category>
<category>try</category>
<category>wrong</category>

</item>
<item>
    <title>Thunderbird Dock Counts Problem (OSX)</title>
    <link>http://keith.chaos-realm.net/archives/212-Thunderbird-Dock-Counts-Problem-OSX.html</link>
            <category>OSX</category>
    
    <comments>http://keith.chaos-realm.net/archives/212-Thunderbird-Dock-Counts-Problem-OSX.html#comments</comments>
    <wfw:comment>http://keith.chaos-realm.net/wfwcomment.php?cid=212</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://keith.chaos-realm.net/rss.php?version=2.0&amp;type=comments&amp;cid=212</wfw:commentRss>
    

    <author>nospam@example.com (Keith Ward)</author>
    <content:encoded>
    OK, a fix has been released for this problem on OSX (Thunderbird showing double the number of unread mails in the Dock Icon).&lt;br /&gt;
&lt;br /&gt;
If you wish you can view the technical information for this bug at: https://bugzilla.mozilla.org/show_bug.cgi?id=557960.&lt;br /&gt;
&lt;br /&gt;
This bug is fixed in 3.0.5, according to my systems anyways.&lt;br /&gt;
&lt;br /&gt;
-Keith 
    </content:encoded>

    <pubDate>Thu, 17 Jun 2010 20:55:03 +0000</pubDate>
    <guid isPermaLink="false">http://keith.chaos-realm.net/archives/212-guid.html</guid>
    <category>osx</category>
<category>thunderbird</category>
<category>osx</category>
<category>thunderbird</category>

</item>
<item>
    <title>OSX 10.6 Snow Leopard Download Assessment Safe Files</title>
    <link>http://keith.chaos-realm.net/archives/211-OSX-10.6-Snow-Leopard-Download-Assessment-Safe-Files.html</link>
            <category>OSX</category>
    
    <comments>http://keith.chaos-realm.net/archives/211-OSX-10.6-Snow-Leopard-Download-Assessment-Safe-Files.html#comments</comments>
    <wfw:comment>http://keith.chaos-realm.net/wfwcomment.php?cid=211</wfw:comment>

    <slash:comments>6</slash:comments>
    <wfw:commentRss>http://keith.chaos-realm.net/rss.php?version=2.0&amp;type=comments&amp;cid=211</wfw:commentRss>
    

    <author>nospam@example.com (Keith Ward)</author>
    <content:encoded>
    OK, as everybody who has downloaded something on Snow Leopard knows, for most files you download when you try to open it after downloading, it will pop up a nice little dialog box saying that the file was recently downloaded from the internet and are u sure u want to open it.&lt;br /&gt;
&lt;br /&gt;
Unfortunately this is not strictly neccessary - and is rather annoying for some file types (Especially NZB&#039;s).&lt;br /&gt;
&lt;br /&gt;
The fix for this, is to create a plist file inside ~/Library/Preferences called com.apple.DownloadAssessment.plist with either TextWrangler, or the Property list editor.&lt;br /&gt;
&lt;br /&gt;
If you are not comfortable creating plist files by yourself, my DownloadAssessment.plist file can be located here: &lt;a href=&quot;http://keith.chaos-realm.net/uploads/com.apple.DownloadAssessment.plist&quot; title=&quot;com.apple.DownloadAssessment.plist&quot; target=&quot;_blank&quot;&gt;com.apple.DownloadAssessment.plist&lt;/a&gt;, and you can just drop it into Library/Preferences under your Home Directory. (If you wish you can open this with something like TextWrangler, and verify that it looks exactly the same as below.).&lt;br /&gt;
&lt;br /&gt;
The file should contain something similar to the following contents.&lt;br /&gt;
&lt;div class=&quot;bb-code-title&quot;&gt;CODE:&lt;/div&gt;&lt;div class=&quot;bb-code&quot;&gt;&amp;#60;?xml&amp;#160;version=&quot;1.0&quot;&amp;#160;encoding=&quot;UTF-8&quot;?&amp;#62;
&amp;#60;!DOCTYPE&amp;#160;plist&amp;#160;PUBLIC&amp;#160;&quot;-//Apple//DTD&amp;#160;PLIST&amp;#160;1.0//EN&quot;&amp;#160;&quot;http&amp;#58;//www.apple.com/DTDs/PropertyList-1.0.dtd&quot;&amp;#62;
&amp;#60;plist&amp;#160;version=&quot;1.0&quot;&amp;#62;
&amp;#60;dict&amp;#62;
	&amp;#60;key&amp;#62;LSRiskCategorySafe&amp;#60;/key&amp;#62;
	&amp;#60;dict&amp;#62;
		&amp;#60;key&amp;#62;LSRiskCategoryContentTypes&amp;#60;/key&amp;#62;
		&amp;#60;array&amp;#62;
			&amp;#60;string&amp;#62;public.xml&amp;#60;/string&amp;#62;
		&amp;#60;/array&amp;#62;
		&amp;#60;key&amp;#62;LSRiskCategoryExtensions&amp;#60;/key&amp;#62;
		&amp;#60;array&amp;#62;
			&amp;#60;string&amp;#62;amz&amp;#60;/string&amp;#62;
			&amp;#60;string&amp;#62;nzb&amp;#60;/string&amp;#62;
		&amp;#60;/array&amp;#62;
	&amp;#60;/dict&amp;#62;
&amp;#60;/dict&amp;#62;
&amp;#60;/plist&amp;#62;&lt;/div&gt;&lt;br /&gt;
NOTE: The amz extension shown above was allready marked as safe - at least on my system (you can remove this however), nzb is the one i have added.&lt;br /&gt;
&lt;br /&gt;
All you need to do is add any file extensions that you don&#039;t want to be flagged as at risk, to the LSRiskCategoryExtensions section, and then add the UTI (Uniform Type Identifier) for that file extension to the ContentTypes section (FYI .nzb files are basically XML files hence the public.xml string). Note that if you are using a version of OSX &lt; 10.5, then you can avoid listing every UTI, by simply using public.item as a string - unfortunately in 10.6 at least they changed the way UTI&#039;s are handled.&lt;br /&gt;
&lt;br /&gt;
A list of UTI&#039;s can be found here: &lt;a href=&quot;http://developer.apple.com/mac/library/documentation/Miscellaneous/Reference/UTIRef/Articles/System-DeclaredUniformTypeIdentifiers.html&quot; title=&quot;http://developer.apple.com/mac/library/documentation/Miscellaneous/Reference/UTIRef/Articles/System-DeclaredUniformTypeIdentifiers.html&quot;&gt;http://developer.apple.com/mac/library/documentation/Miscellaneous/Reference/UTIRef/Articles/System-DeclaredUniformTypeIdentifiers.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
HTH,&lt;br /&gt;
&lt;br /&gt;
Keith 
    </content:encoded>

    <pubDate>Thu, 17 Jun 2010 20:09:41 +0000</pubDate>
    <guid isPermaLink="false">http://keith.chaos-realm.net/archives/211-guid.html</guid>
    <category>10.5</category>
<category>10.6</category>
<category>downloadassessment</category>
<category>extension</category>
<category>firefox</category>
<category>nzb</category>
<category>osx</category>
<category>quarantine</category>
<category>recently downloaded</category>
<category>safari</category>
<category>safefile</category>
<category>snow leopard</category>
<category>uti</category>
<category>10.5</category>
<category>10.6</category>
<category>downloadassessment</category>
<category>extension</category>
<category>firefox</category>
<category>nzb</category>
<category>osx</category>
<category>quarantine</category>
<category>recently downloaded</category>
<category>safari</category>
<category>safefile</category>
<category>snow leopard</category>
<category>uti</category>

</item>
<item>
    <title>Impressive Illusion?</title>
    <link>http://keith.chaos-realm.net/archives/210-Impressive-Illusion.html</link>
            <category>General</category>
    
    <comments>http://keith.chaos-realm.net/archives/210-Impressive-Illusion.html#comments</comments>
    <wfw:comment>http://keith.chaos-realm.net/wfwcomment.php?cid=210</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://keith.chaos-realm.net/rss.php?version=2.0&amp;type=comments&amp;cid=210</wfw:commentRss>
    

    <author>nospam@example.com (Keith Ward)</author>
    <content:encoded>
    Came across this today - its an interesting illusion, check it out, its actually one image repeated 3 times, but it looks as if its all one image.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://cyriak.co.uk/blog/?p=102&quot; title=&quot;http://cyriak.co.uk/blog/?p=102&quot;&gt;http://cyriak.co.uk/blog/?p=102&lt;/a&gt; 
    </content:encoded>

    <pubDate>Fri, 28 May 2010 14:18:47 +0000</pubDate>
    <guid isPermaLink="false">http://keith.chaos-realm.net/archives/210-guid.html</guid>
    
</item>
<item>
    <title>irssi &amp; lastfm.pl</title>
    <link>http://keith.chaos-realm.net/archives/209-irssi-lastfm.pl.html</link>
            <category>General</category>
    
    <comments>http://keith.chaos-realm.net/archives/209-irssi-lastfm.pl.html#comments</comments>
    <wfw:comment>http://keith.chaos-realm.net/wfwcomment.php?cid=209</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://keith.chaos-realm.net/rss.php?version=2.0&amp;type=comments&amp;cid=209</wfw:commentRss>
    

    <author>nospam@example.com (Keith Ward)</author>
    <content:encoded>
    OK, &lt;br /&gt;
&lt;br /&gt;
For anyone who uses irssi and the lastfm.pl script, you may have noticed that the %player variable no longer works (its started returning an empty string) - at least in the current version - the maintainer of the script is aware, and should be pushing the change through as a new version shortly.&lt;br /&gt;
Until then you can follow the fix below.&lt;br /&gt;
&lt;br /&gt;
The problem has arisen because last.fm has changed the layout of the page that the script uses to get the information. In order to fix this, edit lastfm.pl and navigate to line 283 it should look like this:&lt;br /&gt;
&lt;div class=&quot;bb-code-title&quot;&gt;CODE:&lt;/div&gt;&lt;div class=&quot;bb-code&quot;&gt;if&amp;#160;&amp;#40;$content&amp;#160;=~&amp;#160;m!&amp;#60;div&amp;#160;class=&quot;scrobblesource&quot;&amp;#62;.&amp;#42;?Listening&amp;#160;now&amp;#160;using&amp;#160;&amp;#40;.&amp;#42;?&amp;#41;&amp;#60;/div&amp;#62;!&amp;#41;&amp;#160;{&lt;/div&gt;&lt;br /&gt;
Change the line to the following:&lt;br /&gt;
&lt;div class=&quot;bb-code-title&quot;&gt;CODE:&lt;/div&gt;&lt;div class=&quot;bb-code&quot;&gt;if&amp;#160;&amp;#40;$content&amp;#160;=~&amp;#160;m!&amp;#60;span&amp;#160;class=&quot;source&quot;&amp;#62;&amp;#40;.&amp;#42;?&amp;#41;&amp;#60;/span&amp;#62;!&amp;#41;&amp;#160;{&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Save it, and then /script unload lastfm and /script load lastfm, and it should start working again.&lt;br /&gt;
&lt;br /&gt;
Hope this helps.&lt;br /&gt;
&lt;br /&gt;
Keith 
    </content:encoded>

    <pubDate>Wed, 26 May 2010 14:32:24 +0000</pubDate>
    <guid isPermaLink="false">http://keith.chaos-realm.net/archives/209-guid.html</guid>
    <category>irssi</category>
<category>lastfm</category>
<category>lastfm.pl</category>
<category>perl</category>
<category>script</category>
<category>irssi</category>
<category>lastfm</category>
<category>lastfm.pl</category>
<category>perl</category>
<category>script</category>

</item>
<item>
    <title>RHEL 6</title>
    <link>http://keith.chaos-realm.net/archives/208-RHEL-6.html</link>
    
    <comments>http://keith.chaos-realm.net/archives/208-RHEL-6.html#comments</comments>
    <wfw:comment>http://keith.chaos-realm.net/wfwcomment.php?cid=208</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://keith.chaos-realm.net/rss.php?version=2.0&amp;type=comments&amp;cid=208</wfw:commentRss>
    

    <author>nospam@example.com (Keith Ward)</author>
    <content:encoded>
    Well, fuck me. RHEL has put its foot into the door and brought itself up to date with the 21st Century.&lt;br /&gt;
&lt;br /&gt;
RHEL 6 I must admit, does look rather good! Don&#039;t get me wrong, I&#039;m not a fan of RPM, I much prefer DPKG but the latest data on RHEL6 does peak my interest.&lt;br /&gt;
&lt;br /&gt;
I&#039;m just curious whats going to happen with the distributions forked from this Distribution, ala Centos etc, as theres no mention of a Centos 6 on there site for example.&lt;br /&gt;
&lt;br /&gt;
Im just wondering how long it will be until they bring themselves up to date like allmost every other distribution has. I think that even Redhat has realised now, that theres only so far you can go with backporting stuff from newer kernels, before you have no choice but to upgrade the kernel itself.&lt;br /&gt;
&lt;br /&gt;
Oh well, only time will tell.&lt;br /&gt;
&lt;br /&gt;
Keith&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 18 May 2010 00:37:04 +0000</pubDate>
    <guid isPermaLink="false">http://keith.chaos-realm.net/archives/208-guid.html</guid>
    
</item>
<item>
    <title>Lasagna </title>
    <link>http://keith.chaos-realm.net/archives/207-Lasagna.html</link>
            <category>Food</category>
    
    <comments>http://keith.chaos-realm.net/archives/207-Lasagna.html#comments</comments>
    <wfw:comment>http://keith.chaos-realm.net/wfwcomment.php?cid=207</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://keith.chaos-realm.net/rss.php?version=2.0&amp;type=comments&amp;cid=207</wfw:commentRss>
    

    <author>nospam@example.com (Keith Ward)</author>
    <content:encoded>
    OK guys and gals,&lt;br /&gt;
&lt;br /&gt;
I&#039;m looking for some suggestions on a lasagna dish, that does NOT use white sauce (I hate the stuff).&lt;br /&gt;
&lt;br /&gt;
Found a few ideas, but if anyone has any suggestions feel free &lt;img src=&quot;http://keith.chaos-realm.net/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
So far i&#039;m looking at something similar to a cottage pie base (slightly larger hint of tomato tho), with lasagna sheets, herbs, and a couple of cheeses, possibly experimenting with a few other ingredients.&lt;br /&gt;
&lt;br /&gt;
I know some of the people who read this are good cooks, so I&#039;m sure between us we can think up something interesting for me to try &lt;img src=&quot;http://keith.chaos-realm.net/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Keith&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Fri, 14 May 2010 03:24:22 +0000</pubDate>
    <guid isPermaLink="false">http://keith.chaos-realm.net/archives/207-guid.html</guid>
    
</item>
<item>
    <title>Headphones.</title>
    <link>http://keith.chaos-realm.net/archives/206-Headphones..html</link>
    
    <comments>http://keith.chaos-realm.net/archives/206-Headphones..html#comments</comments>
    <wfw:comment>http://keith.chaos-realm.net/wfwcomment.php?cid=206</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://keith.chaos-realm.net/rss.php?version=2.0&amp;type=comments&amp;cid=206</wfw:commentRss>
    

    <author>nospam@example.com (Keith Ward)</author>
    <content:encoded>
    OK, this has annoyed me long enough. &lt;br /&gt;
&lt;br /&gt;
I&#039;m in the market for a set of headphones, which don&#039;t drive me up the wall! &lt;br /&gt;
&lt;br /&gt;
I used to have a set of something similar to these: &lt;a href=&quot;http://www.argos.co.uk/static/Product/partNumber/5349285/Trail/searchtext%3ESONY+HEADPHONES.htm&quot; title=&quot;Sony Headphones&quot;&gt;Sony H/P MDREX300&lt;/a&gt; but unfortunately they got lost &lt;img src=&quot;http://keith.chaos-realm.net/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; which is annoying as they were rather good!&lt;br /&gt;
&lt;br /&gt;
The problem is, i have an issue with most in-ear headphones, unfortunately it seems my ear holes are a funny shape, so most in-ear headphones (don&#039;t ask about the default apple iphone headset!) fall out of my ears, whether i&#039;m moving or not.&lt;br /&gt;
Also, i want to be able to use them with my iphone, so i can make phonecalls while on the move, without struggling to pull my phone out of my pocket every time somone dials my number!&lt;br /&gt;
&lt;br /&gt;
After i lost my previous MDREX300 like headphones, i brought a set of these: &lt;a href=&quot;http://store.apple.com/uk/product/TW403ZM/A?fnode=MTY1NDA1MA&amp;amp;mco=MTE0MTkyNzc&amp;amp;s=priceLH&quot; title=&quot;Ultimate Ears Metro.fi 170vi Headset&quot;&gt;Ultimate Ears Metro.fi 170vi Headset&lt;/a&gt;. Unfortunately allthough they work, they keep falling out of my damn ears, the sound isn&#039;t particularily brilliant either.&lt;br /&gt;
&lt;br /&gt;
Ideally i&#039;m after a new headset that works with the iphone and has okay sound quality, Bluetooth would be nice but is not essential, but atm i just need ones which dont drive me nuts!.&lt;br /&gt;
&lt;br /&gt;
Oh and PS, they shouldn&#039;t look like i&#039;m driving around with speakers attached to my head :P, i&#039;m after ones which are discrete here, not ones which make me stand out like a crazyman!&lt;br /&gt;
&lt;br /&gt;
If anyone has any ideas, let me know.&lt;br /&gt;
&lt;br /&gt;
Keith 
    </content:encoded>

    <pubDate>Sat, 10 Apr 2010 16:35:06 +0000</pubDate>
    <guid isPermaLink="false">http://keith.chaos-realm.net/archives/206-guid.html</guid>
    
</item>
<item>
    <title>Blog Software</title>
    <link>http://keith.chaos-realm.net/archives/205-Blog-Software.html</link>
    
    <comments>http://keith.chaos-realm.net/archives/205-Blog-Software.html#comments</comments>
    <wfw:comment>http://keith.chaos-realm.net/wfwcomment.php?cid=205</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://keith.chaos-realm.net/rss.php?version=2.0&amp;type=comments&amp;cid=205</wfw:commentRss>
    

    <author>nospam@example.com (Keith Ward)</author>
    <content:encoded>
    OK, guys and gals, i&#039;ve been thinking about possible changing of my blog software away from Serendipity, its not that i dont like Serendipity, i do, but it has some annoyances, and i want something that will let me blog from my mac, or from FF directly, without having to navigate to the blog, login (again!), and then click through to New Entry - every time.&lt;br /&gt;
&lt;br /&gt;
I really don&#039;t want to move away from Serendipity, mainly because i abuse quite heavily the Privileges option, and i don&#039;t know any other blog software, that lets you selectively hide posts/post categories from specific groups (i.e. unregged/non admin).&lt;br /&gt;
&lt;br /&gt;
I mean i can fix the annoyances, but i&#039;m not sure what solutions there are for #2.&lt;br /&gt;
&lt;br /&gt;
If anyone has any suggestions, let me know.&lt;br /&gt;
&lt;br /&gt;
Keith&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 10 Apr 2010 16:29:32 +0000</pubDate>
    <guid isPermaLink="false">http://keith.chaos-realm.net/archives/205-guid.html</guid>
    
</item>
<item>
    <title>wow</title>
    <link>http://keith.chaos-realm.net/archives/204-wow.html</link>
    
    <comments>http://keith.chaos-realm.net/archives/204-wow.html#comments</comments>
    <wfw:comment>http://keith.chaos-realm.net/wfwcomment.php?cid=204</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://keith.chaos-realm.net/rss.php?version=2.0&amp;type=comments&amp;cid=204</wfw:commentRss>
    

    <author>nospam@example.com (Keith Ward)</author>
    <content:encoded>
    Just came across this -&gt; &lt;a href=&quot;http://rt.com/panorama/shukhov-radio-tower-3th-level.html&quot; title=&quot;http://rt.com/panorama/shukhov-radio-tower-3th-level.html&quot;&gt;http://rt.com/panorama/shukhov-radio-tower-3th-level.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
 All i can say is wow, what a view!. 
    </content:encoded>

    <pubDate>Tue, 30 Mar 2010 01:35:03 +0000</pubDate>
    <guid isPermaLink="false">http://keith.chaos-realm.net/archives/204-guid.html</guid>
    
</item>

</channel>
</rss>
