<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Nothing But Reboots</title>
	<link>http://nothingbutreboots.com</link>
	<description>A quicker Google.</description>
	<lastBuildDate>Sat, 10 Jul 2010 09:39:01 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Exim and Exchange</title>
		<description><![CDATA[As part of a new project I&#8217;ve been working on I&#8217;ve had to install and configure an Exchange 2007 server within my home network. I&#8217;ve managed to finally get delivery to both Exim and Exchange working, dependent on the address mail is being sent to. Exim works as both a smarthost for Exchange and an [...]]]></description>
		<link>http://nothingbutreboots.com/2010/exim-and-exchange</link>
			</item>
	<item>
		<title>Reinstalling IIS6 on an Exchange Server</title>
		<description><![CDATA[Following on from this post, it came to a point where I had to face facts &#8211; I had to completely reinstall IIS. IIS was working fine, but I was trying to install RSA&#8217;s web agent to allow OWA to be secured using SecurID, and the installer was insisting that IIS wasn&#8217;t installed. Even after [...]]]></description>
		<link>http://nothingbutreboots.com/2010/reinstalling-iis6-on-an-exchange-server</link>
			</item>
	<item>
		<title>Strange problems with Windows 2003 x64 R2 &amp; IIS Manager</title>
		<description><![CDATA[This post details problems I&#8217;ve had with a Windows 2003 Enterprise x64 R2 install, and more specifically the Internet Information Services Manager, and the certicate wizard within. I’ve had a couple of strange problems with a Windows 2003 install I’ve been carrying out over the past couple of days. The first is the fact that [...]]]></description>
		<link>http://nothingbutreboots.com/2010/strange-problems-with-windows-2003-x64-r2-iis-manager</link>
			</item>
	<item>
		<title>The Internet in Numbers</title>
		<description><![CDATA[I&#8217;m not one to usually re-post videos, but this is a good one, and on topic JESS3 / The State of The Internet from JESS3 on Vimeo.]]></description>
		<link>http://nothingbutreboots.com/2010/the-internet-in-numbers</link>
			</item>
	<item>
		<title>Java Weather API</title>
		<description><![CDATA[I&#8217;ve also been spending quite a lot of time with a friend developing a Java Weather API, which is now almost nearing completion (85th revision and counting). I&#8217;ve been using the API as part of a larger system that monitors climate conditions in certain locations during the course of a year, collating the results which [...]]]></description>
		<link>http://nothingbutreboots.com/2010/java-weather-api</link>
			</item>
	<item>
		<title>Java API for monitoring websites</title>
		<description><![CDATA[I&#8217;ve spent the past couple of hours completing a first revision for a Java API that makes use of the excellent HtmlUnit libraries to enable monitoring of a web servers response time. Here&#8217;s a simple example of how I&#8217;d implement the API: String[] siteUrls = {"http://www.bingo.com", "http://www.microsoft.com", "http://www.google.com"}; for (String url : siteUrls) { Website [...]]]></description>
		<link>http://nothingbutreboots.com/2010/website-monitoring-api</link>
			</item>
	<item>
		<title>Use a swap file instead!</title>
		<description><![CDATA[I&#8217;ve only recently stumbled across this, but you can now (and probably have been able to since god knows what kernel ) use a swap file instead of having to create a swap partition. There&#8217;s no performance impact, and it&#8217;s easy to setup/configure. Enter the following at the CLI: #> dd if=/dev/zero of=/opt/512MB.swap bs=1M count=512 [...]]]></description>
		<link>http://nothingbutreboots.com/2010/use-a-swap-file-instead</link>
			</item>
	<item>
		<title>Quick BASH tips</title>
		<description><![CDATA[If like me you use history extensively, then you&#8217;ve probably been annoyed at the fact that it forgets that complicated command from six months previous due to its size limitations. Increasing the size of your history is an easy change, simply edit ~/.bashrc and insert the following line: export HISTSIZE=10000 (Set HISTSIZE=0 if you want [...]]]></description>
		<link>http://nothingbutreboots.com/2010/quick-bash-tips</link>
			</item>
	<item>
		<title>Cyrus Squat File Problem</title>
		<description><![CDATA[If you&#8217;re getting the following (non-)error in your log files (/var/log/mail.log), then there&#8217;s a quick way to fix it if you&#8217;re not interested in ignoring it: Feb 21 13:57:53 zivi cyrus/imaps[4648]: SQUAT failed to open index file Feb 21 13:57:53 zivi cyrus/imaps[4648]: SQUAT failed The error is caused by a user doing a search within [...]]]></description>
		<link>http://nothingbutreboots.com/2010/cyrus-squat-file-problem</link>
			</item>
	<item>
		<title>Apache and YSlow Optimisation</title>
		<description><![CDATA[I&#8217;ve been working on a website for the past few weeks, and as I&#8217;m reaching the final stages I&#8217;ve started to look at loading times and performance etc. The site uses quite a lot of jQuery and other AJAX libraries, but I was still shocked when I realised that over 500kB was being used just [...]]]></description>
		<link>http://nothingbutreboots.com/2010/apache-and-yslow-optimisation</link>
			</item>
</channel>
</rss>
