<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Kane IT</title>
	<link>http://www.kaneit.net</link>
	<description>Professionalism without the price-tag</description>
	<pubDate>Mon, 07 Jul 2008 07:54:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
		<!-- podcast_generator="podPress/8.8" -->
		<copyright>&#xA9; </copyright>
		<managingEditor>nigel@kaneit.net ()</managingEditor>
		<webMaster>nigel@kaneit.net()</webMaster>
		<category></category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Professionalism without the price-tag</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>nigel@kaneit.net</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.kaneit.net/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://www.kaneit.net/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>Kane IT</title>
			<link>http://www.kaneit.net</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Hosting available</title>
		<link>http://www.kaneit.net/general/hosting-available.html</link>
		<comments>http://www.kaneit.net/general/hosting-available.html#comments</comments>
		<pubDate>Mon, 07 Jul 2008 07:32:42 +0000</pubDate>
		<dc:creator>Nigel Kane</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.kaneit.net/general/hosting-available.html</guid>
		<description><![CDATA[In the last few months we have been extending the services we provide. As well as generic website hosting, we have now opened up commercial managed server hosting. More info can be found by clicking here.
]]></description>
			<content:encoded><![CDATA[<p>In the last few months we have been extending the services we provide. As well as generic website hosting, we have now opened up commercial managed server hosting. More info can be found by <a href='http://www.kaneithosting.net/app/index.php'>clicking here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kaneit.net/general/hosting-available.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Bypass SSH fingerprint check</title>
		<link>http://www.kaneit.net/nix/bypass-ssh-fingerprint-check.html</link>
		<comments>http://www.kaneit.net/nix/bypass-ssh-fingerprint-check.html#comments</comments>
		<pubDate>Fri, 06 Jun 2008 19:18:08 +0000</pubDate>
		<dc:creator>Nigel Kane</dc:creator>
		
		<category><![CDATA[*nix]]></category>

		<guid isPermaLink="false">http://www.kaneit.net/nix/bypass-ssh-fingerprint-check.html</guid>
		<description><![CDATA[I have spent years trying to work out how to bypass the fingerprint check when you start an SSH session to a new host. Finally, I have found it&#8230; and it&#8217;s easy.
Why would you want to&#8230; I know the reason the ssh command does not allow you to do this is for security reasons, but [...]]]></description>
			<content:encoded><![CDATA[<p>I have spent years trying to work out how to bypass the fingerprint check when you start an SSH session to a new host. Finally, I have found it&#8230; and it&#8217;s easy.</p>
<p>Why would you want to&#8230; I know the reason the <code><strong>ssh</strong></code> command does not allow you to do this is for security reasons, but if you are monitoring a host from a list, and need to keep the list dynamic you don&#8217;t want to have to keep logging in and then setting up the keys for the first time. <code><strong>ssh-keyscan</strong></code> to the rescue. <a href="http://www.kaneit.net/nix/bypass-ssh-fingerprint-check.html#more-103" class="more-link" >(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kaneit.net/nix/bypass-ssh-fingerprint-check.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Animated favicons</title>
		<link>http://www.kaneit.net/php/animated-favicons.html</link>
		<comments>http://www.kaneit.net/php/animated-favicons.html#comments</comments>
		<pubDate>Tue, 25 Mar 2008 20:38:29 +0000</pubDate>
		<dc:creator>Nigel Kane</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.kaneit.net/php/animated-favicons.html</guid>
		<description><![CDATA[I have had a couple of emails regarding the new favicon on the site. If you view this site in FireFox (and a fair old 14% of you do) then you&#8217;ll notice the animation. If you are using any kind of IE, then you will not notice anything. Rumour has it that newer version of [...]]]></description>
			<content:encoded><![CDATA[<p>I have had a couple of emails regarding the new favicon on the site. If you view this site in FireFox (and a fair old 14% of you do) then you&#8217;ll notice the animation. If you are using any kind of IE, then you will not notice anything. Rumour has it that newer version of Opera and Safari also do this, but not on the iPhone. <a href="http://www.kaneit.net/php/animated-favicons.html#more-102" class="more-link" >(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kaneit.net/php/animated-favicons.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>User administration in unix</title>
		<link>http://www.kaneit.net/nix/user-administration-in-unix.html</link>
		<comments>http://www.kaneit.net/nix/user-administration-in-unix.html#comments</comments>
		<pubDate>Tue, 18 Mar 2008 11:58:13 +0000</pubDate>
		<dc:creator>Nigel Kane</dc:creator>
		
		<category><![CDATA[*nix]]></category>

		<guid isPermaLink="false">http://www.kaneit.net/nix/user-administration-in-unix.html</guid>
		<description><![CDATA[The command line tools in Linux are very powerful, and as such come with a lot of options. For the most part, after the initial configuration of the system most of the options are not required except in &#8217;special&#8217; circumstances. Here is an overview of what is available (in Fedora at least).
]]></description>
			<content:encoded><![CDATA[<p>The command line tools in Linux are very powerful, and as such come with a lot of options. For the most part, after the initial configuration of the system most of the options are not required except in &#8217;special&#8217; circumstances. Here is an overview of what is available (in Fedora at least). <a href="http://www.kaneit.net/nix/user-administration-in-unix.html#more-101" class="more-link" >(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kaneit.net/nix/user-administration-in-unix.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Back again</title>
		<link>http://www.kaneit.net/general/back-again.html</link>
		<comments>http://www.kaneit.net/general/back-again.html#comments</comments>
		<pubDate>Sun, 22 Jul 2007 11:31:47 +0000</pubDate>
		<dc:creator>Nigel Kane</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.kaneit.net/general/back-again.html</guid>
		<description><![CDATA[Well, ]]></description>
			<content:encoded><![CDATA[<p>Well, the last 8 months have seen a lot of movement and change, although not a lot seems to have happened on the site <img src='http://www.kaneit.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks to all the people who have written to me regarding my plugins and code - I had no idea they were so popular. Unfortunately, I cannot respond to you all individually, however, I will answer some of the common questions.  <a href="http://www.kaneit.net/general/back-again.html#more-93" class="more-link" >(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kaneit.net/general/back-again.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Patches released</title>
		<link>http://www.kaneit.net/general/patches-released.html</link>
		<comments>http://www.kaneit.net/general/patches-released.html#comments</comments>
		<pubDate>Sun, 24 Sep 2006 12:55:45 +0000</pubDate>
		<dc:creator>Nigel Kane</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.kaneit.net/general/patches-released.html</guid>
		<description><![CDATA[I have updated three packages: the LDAP, the Privacy plugin and the Captcha plugin.
]]></description>
			<content:encoded><![CDATA[<p>I have updated three packages: the <a href='http://www.kaneit.net/ldap-plugin/'>LDAP</a>, the <a href='http://www.kaneit.net/privacy-plugin/'>Privacy plugin</a> and the <a href='http://www.kaneit.net/captcha-plugin/'>Captcha plugin</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kaneit.net/general/patches-released.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>A matter of trust</title>
		<link>http://www.kaneit.net/general/a-matter-of-trust.html</link>
		<comments>http://www.kaneit.net/general/a-matter-of-trust.html#comments</comments>
		<pubDate>Wed, 06 Sep 2006 19:43:46 +0000</pubDate>
		<dc:creator>Nigel Kane</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.kaneit.net/microsoft/a-matter-of-trust.html</guid>
		<description><![CDATA[If for any reason you need my signing CA certificate, get it here.
]]></description>
			<content:encoded><![CDATA[<p>If for any reason you need my signing CA certificate, <a href="http://www.kaneit.net/wp-content/uploads/2006/09/kaneit.zip"id="p83"  onclick="javascript:pageTracker._trackPageview('/downloads/wp-content/uploads/2006/09/kaneit.zip');">get it here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kaneit.net/general/a-matter-of-trust.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>IIS and apache on the same server?</title>
		<link>http://www.kaneit.net/wamp-and-lamp/iis-and-apache-on-the-same-server.html</link>
		<comments>http://www.kaneit.net/wamp-and-lamp/iis-and-apache-on-the-same-server.html#comments</comments>
		<pubDate>Tue, 11 Apr 2006 23:17:41 +0000</pubDate>
		<dc:creator>Nigel Kane</dc:creator>
		
		<category><![CDATA[Server]]></category>

		<category><![CDATA[WLAMP]]></category>

		<guid isPermaLink="false">http://www.kaneit.net/category/wamp-and-lamp/iis-and-apache-on-the-same-server.htm</guid>
		<description><![CDATA[Why would you want to run both simultaneously? Some people are crazy enough to want to.]]></description>
			<content:encoded><![CDATA[<p>It has been know that you may want to use IIS and apache on the same machine. Some web applications will only run under IIS, and some may only run under apache. There are 3 ways to make this work.</p>
<p> <a href="http://www.kaneit.net/wamp-and-lamp/iis-and-apache-on-the-same-server.html#more-11" class="more-link" >(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kaneit.net/wamp-and-lamp/iis-and-apache-on-the-same-server.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>MySQL database creation</title>
		<link>http://www.kaneit.net/database/mysql/mysql-database-creation.html</link>
		<comments>http://www.kaneit.net/database/mysql/mysql-database-creation.html#comments</comments>
		<pubDate>Fri, 31 Mar 2006 11:35:50 +0000</pubDate>
		<dc:creator>Nigel Kane</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.kaneit.net/category/database/mysql/mysql-database-creation.htm</guid>
		<description><![CDATA[Setting up a database and creating a user to have access to it is quite a simple job.]]></description>
			<content:encoded><![CDATA[<p>Setting up a database and creating a user to have access to it is quite a simple job.</p>
<p> <a href="http://www.kaneit.net/database/mysql/mysql-database-creation.html#more-10" class="more-link" >(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kaneit.net/database/mysql/mysql-database-creation.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Why Microsoft?</title>
		<link>http://www.kaneit.net/microsoft/why-microsoft.html</link>
		<comments>http://www.kaneit.net/microsoft/why-microsoft.html#comments</comments>
		<pubDate>Wed, 29 Mar 2006 23:14:12 +0000</pubDate>
		<dc:creator>Nigel Kane</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.kaneit.net/category/general/why-microsoft.htm</guid>
		<description><![CDATA[The explanation is a simple one.]]></description>
			<content:encoded><![CDATA[<p>For information, I really don&#8217;t like Microsoft. Thanks to them, we now accept the worst operational environment as &#8216;the norm&#8217;. So why support it? Well, because it is used by some huge percentage of the IT world, and even if I were to win the Euro-millions lottery, and potentially disrupt the economy of some countries, I could not even begin to touch microsoft.</p>
<p>I&#8217;d probably buy shares though.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kaneit.net/microsoft/why-microsoft.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
