<?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>Brad Heap &#187; Computers</title>
	<atom:link href="http://www.bradheap.id.au/blog/tag/computers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bradheap.id.au/blog</link>
	<description>One kiwi&#039;s news and views on politics, science, computers, god, religion, and other ramblings from Sydney, Australia</description>
	<lastBuildDate>Thu, 02 Feb 2012 08:11:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Chinese Trojan Spam Virus Attacking Websites</title>
		<link>http://www.bradheap.id.au/blog/2010/04/chinese-trojan-spam-virus-attacking-websites/</link>
		<comments>http://www.bradheap.id.au/blog/2010/04/chinese-trojan-spam-virus-attacking-websites/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 00:33:48 +0000</pubDate>
		<dc:creator>Brad Heap</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Viruses]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.brad.net.nz/blog/?p=2798</guid>
		<description><![CDATA[Since installing Google Analytics I have been checking my webstats on a near daily basis. However, because of my lack of blogging over the last few weeks I have also been monitoring the stats less. Today I learnt my lesson &#8230; <a href="http://www.bradheap.id.au/blog/2010/04/chinese-trojan-spam-virus-attacking-websites/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since installing Google Analytics I have been checking my webstats on a near daily basis. However, because of my lack of blogging over the last few weeks I have also been monitoring the stats less. Today I learnt my lesson that maybe I should maintain a daily watch. Over the last few days (yesterday in particular) there has been a dramatic spike in the number of visits to my site despite no new blog posts being added.</p>
<p>Looking at the data in more detail it appears a lot of traffic is being generated out of China by a site called qq829.com</p>
<p>Looking into this some more there is this <a href="http://www.google.com/support/forum/p/Google+Analytics/thread?tid=753964c1b74e57d4&amp;hl=en" target="_blank">thread</a> on a lot of traffic appearing from China and on the Google Analytics forum.</p>
<p>Furthermore both <a href="http://hubpages.com/hub/qq829com-What-is-it" target="_blank">HubPages</a> and <a href="http://www.symantec.com/security_response/writeup.jsp?docid=2002-091214-5754-99" target="_blank">Symantic</a> have information on the Trojan that is causing the problem.</p>
<p>At this stage it does not appear that my website has been infected with Malware or compromised in anyway, however, please ensure that your antivirus software is up to date as this particular Trojan could be costing you a lot of traffic and could potentially cause other problems.</p>
<p>Furthermore I have now blocked traffic originating from the qq829 website, other people are blocking all of China but at this stage I am not considering it.</p>
<p>If you are facing similar weird problems with bursts of traffic to your site you can block the qq829 website by adding these lines to your .htaccess file.</p>
<blockquote>
<pre>SetEnvIfNoCase Referer "^qq829" TOBLOCK=1
SetEnvIfNoCase Referer "^cnzz" TOBLOCK=1

&lt;FilesMatch "(.*)"&gt;
Order Allow,Deny
Allow from all
Deny from env=TOBLOCK
&lt;/FilesMatch&gt;

deny from 219.232.240.0/20
deny from 203.171.224.0/20</pre>
</blockquote>
<div class="social4i" style="height:29px;">
<div class="social4in" style="height:29px;float: left;">
<div class="socialicons s4twitter" style="float:left;margin-right: 10px;background:url(&quot;http://goo.gl/zjqd1&quot;) no-repeat;"><a href="http://twitter.com/share" data-url="http://www.bradheap.id.au/blog/2010/04/chinese-trojan-spam-virus-attacking-websites/" data-counturl="http://www.bradheap.id.au/blog/2010/04/chinese-trojan-spam-virus-attacking-websites/" data-text="Chinese Trojan Spam Virus Attacking Websites" class="twitter-share-button" data-count="horizontal" data-via=""></a></div>
<div class="socialicons s4fblike" style="float:left;margin-right: 10px;">
<div id="fb-root"></div>
<p><fb:like href="http%3A%2F%2Fwww.bradheap.id.au%2Fblog%2F2010%2F04%2Fchinese-trojan-spam-virus-attacking-websites%2F" send="false" layout="button_count" width="100" height="21" show_faces="false" font=""></fb:like></div>
<div class="socialicons s4plusone" style="float:left;margin-right: 10px;"><g:plusone size="medium" href="http://www.bradheap.id.au/blog/2010/04/chinese-trojan-spam-virus-attacking-websites/" count="true"></g:plusone></div>
</div>
<div style="clear:both"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bradheap.id.au/blog/2010/04/chinese-trojan-spam-virus-attacking-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04 Lucid Lynx First Impressions</title>
		<link>http://www.bradheap.id.au/blog/2010/03/ubuntu-10-04-lucid-lynx-first-impressions/</link>
		<comments>http://www.bradheap.id.au/blog/2010/03/ubuntu-10-04-lucid-lynx-first-impressions/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 08:20:50 +0000</pubDate>
		<dc:creator>Brad Heap</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.brad.net.nz/blog/?p=2682</guid>
		<description><![CDATA[Sometime in the next 24 hours Beta 1 of Ubuntu 10.04 Lucid Lynx will be released to the world. This version of Ubuntu is different from the previous few versions for two key reasons the first is that it is &#8230; <a href="http://www.bradheap.id.au/blog/2010/03/ubuntu-10-04-lucid-lynx-first-impressions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sometime in the next 24 hours Beta 1 of Ubuntu 10.04 Lucid Lynx will be released to the world. This version of Ubuntu is different from the previous few versions for two key reasons the first is that it is a long term support release and as such will be [hopefully] more stable and more complete than other versions over the past year. The second change is in the user interface with a step away from the established brown “human” theme to a new theme that looks very Mac OS like.</p>
<p>For the last two days I have been running the daily build of the AMD64 release candidate for 10.04 Beta 1. So far I am very impressed with it. For the past year I have been running 9.04 as the 9.10 release in October of last year broke support for my laptop’s wireless drivers and would cause frequent lock ups. I am pleased to report that those crashes are a thing of the past in 10.04.</p>
<p>The Good:</p>
<ul>
<li>Fast boot. 9.04 was a massive improvement in boot time over 8.10 and I am surprised to see even more of an improvement in 10.04, from BIOS to logged in would be around 20 seconds.</li>
<li>Stable. Sometimes Beta and Test Releases of software are so buggy that they are not even able to be fully tested. So far I have hit a few minor problems but by far I am very impressed.</li>
<li>Smooth. The x64 version is very smooth at booting, opening and closing windows, applications, etc. The entire operating system runs quietly and quickly.</li>
</ul>
<p>The Bad:</p>
<ul>
<li>Crash errors that are almost as cryptic as Windows BSOD and illegal operations. I have had two programs crash and both times the crash errors are just strings of numbers or error codes with no meanings or descriptions. It is very hard to even supply information on a bug report when you have no idea what went wrong, one minute it was working the next it isn’t.</li>
</ul>
<p>The Ugly:</p>
<ul>
<li>Video Drivers. I am running an ATI Raedon HD Video card and there are no free or propriety video card drivers at the moment. This means that any 2d or 3d video rendering is done through MESA software rendering and is very ugly. I hope this will be sorted out in the final release (and the current bug where if you try to install the old fglrx library aptitude will try to remove ubuntu desktop).</li>
<li>Software Install. If you want to install Ubuntu (and community) released software this is a breeze through the Ubuntu Software Manager but the instant you want to install any other piece of software you will need to go through the whole process of getting the source code, resolving dependences, compiling through the terminal sorting out linking errors and a whole lot of other nasty mess.</li>
<li>User Experience. Despite the new version of Ubuntu looking very pretty and running very fast it still fails badly in terms of user experience for your average user. Ubuntu is meant to be linux for human beings but I am still finding it linux for those people who want linux to work and have some computing knowledge for how to fix things when they go wrong and also have a linux geek to really fix things when they completely corrupt. Until vendors start releasing fully stable and supported drivers for Linux and there is a software install process for third party applications that works nicely through a simple GUI and not old fashion command windows Ubuntu and Linux in general will continue to only attract nerds, geeks and people who like to break things. I like Ubuntu for its speed and ease of use in a office/development environment. But when I am at home on the weekend I live in Windows. Things just work in Windows – fonts render correctly, most software now plugs and plays correctly, most music and dvds will just play, software is simple to install etc. Now I do not want to start a paid vs free software argument but just because it is free should not mean you need a whole lot of computing knowledge to get your email every morning.</li>
</ul>
<div class="social4i" style="height:29px;">
<div class="social4in" style="height:29px;float: left;">
<div class="socialicons s4twitter" style="float:left;margin-right: 10px;background:url(&quot;http://goo.gl/zjqd1&quot;) no-repeat;"><a href="http://twitter.com/share" data-url="http://www.bradheap.id.au/blog/2010/03/ubuntu-10-04-lucid-lynx-first-impressions/" data-counturl="http://www.bradheap.id.au/blog/2010/03/ubuntu-10-04-lucid-lynx-first-impressions/" data-text="Ubuntu 10.04 Lucid Lynx First Impressions" class="twitter-share-button" data-count="horizontal" data-via=""></a></div>
<div class="socialicons s4fblike" style="float:left;margin-right: 10px;">
<div id="fb-root"></div>
<p><fb:like href="http%3A%2F%2Fwww.bradheap.id.au%2Fblog%2F2010%2F03%2Fubuntu-10-04-lucid-lynx-first-impressions%2F" send="false" layout="button_count" width="100" height="21" show_faces="false" font=""></fb:like></div>
<div class="socialicons s4plusone" style="float:left;margin-right: 10px;"><g:plusone size="medium" href="http://www.bradheap.id.au/blog/2010/03/ubuntu-10-04-lucid-lynx-first-impressions/" count="true"></g:plusone></div>
</div>
<div style="clear:both"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bradheap.id.au/blog/2010/03/ubuntu-10-04-lucid-lynx-first-impressions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Getting USB Browser Mice to work in Vista</title>
		<link>http://www.bradheap.id.au/blog/2010/02/getting-usb-browser-mice-to-work-in-vista/</link>
		<comments>http://www.bradheap.id.au/blog/2010/02/getting-usb-browser-mice-to-work-in-vista/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 22:01:08 +0000</pubDate>
		<dc:creator>Brad Heap</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Drivers]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.brad.net.nz/blog/?p=2594</guid>
		<description><![CDATA[I have had this issue with a number of mice and a number of different computers now. Some older USB mice will not work when you plug them into Windows Vista. What happens is a dialog appears saying installing software &#8230; <a href="http://www.bradheap.id.au/blog/2010/02/getting-usb-browser-mice-to-work-in-vista/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have had this issue with a number of mice and a number of different computers now. Some older USB mice will not work when you plug them into Windows Vista. What happens is a dialog appears saying installing software and then fails saying unknown device.</p>
<p>The fix for this as I just found out this morning is quite simple:</p>
<ul>
<li>Click on start</li>
<li>Right click on computer</li>
<li>Select properties</li>
<li>On the left side of the dialog that comes up select device manager</li>
<li>Scroll down the list of devices to the known device</li>
<li>Right click and select Update Driver Software</li>
<li>Select chose from a list of drivers</li>
<li>Select Human Interface Device</li>
<li>Select HID compliant mouse</li>
<li>Click okay and the mouse should now work</li>
</ul>
<p>Simple. And Windows had the drivers to make it work all along! Sometimes Windows does some really simple things wrong and as a result is just so frustrating. It is a mouse it should just work!
<div class="social4i" style="height:29px;">
<div class="social4in" style="height:29px;float: left;">
<div class="socialicons s4twitter" style="float:left;margin-right: 10px;background:url(&quot;http://goo.gl/zjqd1&quot;) no-repeat;"><a href="http://twitter.com/share" data-url="http://www.bradheap.id.au/blog/2010/02/getting-usb-browser-mice-to-work-in-vista/" data-counturl="http://www.bradheap.id.au/blog/2010/02/getting-usb-browser-mice-to-work-in-vista/" data-text="Getting USB Browser Mice to work in Vista" class="twitter-share-button" data-count="horizontal" data-via=""></a></div>
<div class="socialicons s4fblike" style="float:left;margin-right: 10px;">
<div id="fb-root"></div>
<p><fb:like href="http%3A%2F%2Fwww.bradheap.id.au%2Fblog%2F2010%2F02%2Fgetting-usb-browser-mice-to-work-in-vista%2F" send="false" layout="button_count" width="100" height="21" show_faces="false" font=""></fb:like></div>
<div class="socialicons s4plusone" style="float:left;margin-right: 10px;"><g:plusone size="medium" href="http://www.bradheap.id.au/blog/2010/02/getting-usb-browser-mice-to-work-in-vista/" count="true"></g:plusone></div>
</div>
<div style="clear:both"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bradheap.id.au/blog/2010/02/getting-usb-browser-mice-to-work-in-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sophos on Internet Explorer Security Flaw and Hacking</title>
		<link>http://www.bradheap.id.au/blog/2010/01/sophos-on-internet-explorer-security-flaw-and-hacking/</link>
		<comments>http://www.bradheap.id.au/blog/2010/01/sophos-on-internet-explorer-security-flaw-and-hacking/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 08:51:36 +0000</pubDate>
		<dc:creator>Brad Heap</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Viruses]]></category>

		<guid isPermaLink="false">http://www.brad.net.nz/blog/?p=2536</guid>
		<description><![CDATA[This video is a little silly at the start but later on does well to explain the inside workings of how someone can break into your computer when you do not have up to date security updates and anti-virus installed.]]></description>
			<content:encoded><![CDATA[<p>This video is a little silly at the start but later on does well to explain the inside workings of how someone can break into your computer when you do not have up to date security updates and anti-virus installed. </p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/SLnne4itbvA&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/SLnne4itbvA&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object>
<div class="social4i" style="height:29px;">
<div class="social4in" style="height:29px;float: left;">
<div class="socialicons s4twitter" style="float:left;margin-right: 10px;background:url(&quot;http://goo.gl/zjqd1&quot;) no-repeat;"><a href="http://twitter.com/share" data-url="http://www.bradheap.id.au/blog/2010/01/sophos-on-internet-explorer-security-flaw-and-hacking/" data-counturl="http://www.bradheap.id.au/blog/2010/01/sophos-on-internet-explorer-security-flaw-and-hacking/" data-text="Sophos on Internet Explorer Security Flaw and Hacking" class="twitter-share-button" data-count="horizontal" data-via=""></a></div>
<div class="socialicons s4fblike" style="float:left;margin-right: 10px;">
<div id="fb-root"></div>
<p><fb:like href="http%3A%2F%2Fwww.bradheap.id.au%2Fblog%2F2010%2F01%2Fsophos-on-internet-explorer-security-flaw-and-hacking%2F" send="false" layout="button_count" width="100" height="21" show_faces="false" font=""></fb:like></div>
<div class="socialicons s4plusone" style="float:left;margin-right: 10px;"><g:plusone size="medium" href="http://www.bradheap.id.au/blog/2010/01/sophos-on-internet-explorer-security-flaw-and-hacking/" count="true"></g:plusone></div>
</div>
<div style="clear:both"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bradheap.id.au/blog/2010/01/sophos-on-internet-explorer-security-flaw-and-hacking/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adventures in the land of building Google Chrome OS</title>
		<link>http://www.bradheap.id.au/blog/2009/11/adventures-in-the-land-of-building-google-chrome-os/</link>
		<comments>http://www.bradheap.id.au/blog/2009/11/adventures-in-the-land-of-building-google-chrome-os/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 21:37:40 +0000</pubDate>
		<dc:creator>Brad Heap</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome OS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.brad.net.nz/blog/?p=2121</guid>
		<description><![CDATA[Okay I have now been working through the process of building Google Chrome OS for a little more than 12 hours. My main desktop computer has been on all night trying to sort out the development build environment so the &#8230; <a href="http://www.bradheap.id.au/blog/2009/11/adventures-in-the-land-of-building-google-chrome-os/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Okay I have now been working through the process of building Google Chrome OS for a little more than 12 hours. My main desktop computer has been on all night trying to sort out the development build environment so the code can be compiled. It does not help that we went over our data cap a few weeks back and are stuck on 64k internet until mid next week this makes downloading the required files ultra slow.</p>
<p>The build instructions provided by Google so far are quite clear and straightforward to follow. However, they are not very detailed. There are no timings for each step of the process or information about what each step does. So far I have downloaded the full source code (270mb) at uni so I would not have the dial up speed internet problem. However in order to compile the code it is required a strict development be provided. As such the compiling script creates a debootstrap environment virtualizing a minimal Debian OS. While this is a cool feature designed to ensure every build remains consistent it is a pain that this is not explained before the start of the process because the amount of data required to set this up is a lot more than the entire source code for the operating system.</p>
<p>Because the process of building from scratch is so long there has been a build snapshot uploaded onto The Pirate Bay. This is a good idea and I have seen on a few blogs comments that Google should be releasing a nightly build snapshot of the compiled OS. While this takes away the fun of building from scratch it does make testing the OS a lot more accessible. It is something I hope Google implement soon.</p>
<p>Hopefully my next blog on the OS will be a little more positive and lot more further down the building track.
<div class="social4i" style="height:29px;">
<div class="social4in" style="height:29px;float: left;">
<div class="socialicons s4twitter" style="float:left;margin-right: 10px;background:url(&quot;http://goo.gl/zjqd1&quot;) no-repeat;"><a href="http://twitter.com/share" data-url="http://www.bradheap.id.au/blog/2009/11/adventures-in-the-land-of-building-google-chrome-os/" data-counturl="http://www.bradheap.id.au/blog/2009/11/adventures-in-the-land-of-building-google-chrome-os/" data-text="Adventures in the land of building Google Chrome OS" class="twitter-share-button" data-count="horizontal" data-via=""></a></div>
<div class="socialicons s4fblike" style="float:left;margin-right: 10px;">
<div id="fb-root"></div>
<p><fb:like href="http%3A%2F%2Fwww.bradheap.id.au%2Fblog%2F2009%2F11%2Fadventures-in-the-land-of-building-google-chrome-os%2F" send="false" layout="button_count" width="100" height="21" show_faces="false" font=""></fb:like></div>
<div class="socialicons s4plusone" style="float:left;margin-right: 10px;"><g:plusone size="medium" href="http://www.bradheap.id.au/blog/2009/11/adventures-in-the-land-of-building-google-chrome-os/" count="true"></g:plusone></div>
</div>
<div style="clear:both"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bradheap.id.au/blog/2009/11/adventures-in-the-land-of-building-google-chrome-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to the Future &#8211; Windows 7 Professional x64 RTM</title>
		<link>http://www.bradheap.id.au/blog/2009/10/welcome-to-the-future-windows-7-professional-x64-rtm/</link>
		<comments>http://www.bradheap.id.au/blog/2009/10/welcome-to-the-future-windows-7-professional-x64-rtm/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 22:50:20 +0000</pubDate>
		<dc:creator>Brad Heap</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.brad.net.nz/blog/?p=2025</guid>
		<description><![CDATA[Yesterday I managed to get my hands on a copy of Windows 7 Professional through the MSDN Academic Alliance Progamme at Uni. To avoid messing around with my current Vista install I decided to remove my old 160GB IDE Hard &#8230; <a href="http://www.bradheap.id.au/blog/2009/10/welcome-to-the-future-windows-7-professional-x64-rtm/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday I managed to get my hands on a copy of Windows 7 Professional through the MSDN Academic Alliance Progamme at Uni.</p>
<p>To avoid messing around with my current Vista install I decided to remove my old 160GB IDE Hard Disk from my old computer and install it into my new system (which isn&#8217;t that new anymore), being just out of warrenty I was safe to open the box and put in the hard disk.</p>
<p>First problem, whoever designed the motherboard and case layout in my new system never designed it for people to add stuff into. The IDE socket on the motherboard was located directly below the hard disk install location in the case, so the cable had to twist super tightly to get out from under the hard disk and then plug on a 90 degree angle into it. The second problem was the heat sync on my processor is so large I couldn&#8217;t get the drive into the drive bay without having to losen it a little and then reset it. The third problem was cables, the system had all the cables nicely cable tied down, however they had been placed into position so well that you couldn&#8217;t get to the spare power cables, once I had cut away some of the cable ties the mess of cables the required a number of unpluggings and rewirings so I could get enough slack on all the cables to get everything plugged in. Because of all this a ten minute job turned into a hour and a half of frustration.</p>
<p>Once this was completed I booted back into Vista and partitioned the newly installed 160GB drive into a 120GB partition for Windows 7 and a 40GB partition for installing Ubuntu 9.10 later this month. Once this was set in went the Windows 7 DVD. The installation of Windows 7 took less than 30 minutes and was incredabily straight forward. Easily the simplest installation of Windows I have ever done.</p>
<p>On a whole Windows 7 can be summed up in one word. Smooth. It is what Vista should have been. There are only minor differences in UI between the two operating systems, but those differents make a big difference in user experience. Gone is the quick launch bar, instead you can have programs always in the task bar, even if they are not running. The names of programs have vanished replaced with large icons. The sidebar is gone, you can now put gadgets anywhere on your screen. Windows Media Centre also has support for Freeview, which is great, no messing about with codecs and Media Portal. Windows Aero and animations are incredabily fast and crisp. So far I am very impressed.</p>
<p>The chart below shows my system rating on Windows 7. The values have increased slighty from Vista. (Vista scores in brackets).</p>
<table style="border: 1px solid #cccccc;" border="0" cellspacing="0" cellpadding="8" width="100%">
<tbody>
<tr>
<td style="border-bottom: 1px solid #cccccc;" width="125" align="left" valign="bottom">Component</td>
<td style="border-bottom: 1px solid #cccccc;" align="left" valign="bottom">Details</td>
<td style="border-bottom: 1px solid #cccccc;" width="75" align="left" valign="bottom">Subscore</td>
<td style="border-bottom: 1px solid #cccccc;" width="100" align="left" valign="bottom">Base  score</td>
</tr>
<tr>
<td style="border-bottom: 1px solid #ffffff; background-color: #eaeaea; font-weight: bold;" width="125" align="left" valign="bottom">Processor</td>
<td style="border-bottom: 1px solid #ffffff; background-color: #f0f0f0;" align="left" valign="bottom">AMD Phenom(tm) 9600 Quad-Core  Processor</td>
<td style="border-bottom: 1px solid #ffffff; background-color: #f5f5f5;" width="75" align="middle" valign="bottom">6.9 (5.9)</td>
<td style="background-color: #e0e0e0;" rowspan="5" width="100" align="middle" valign="bottom">
<table style="height: 100%;" border="0" cellspacing="0" cellpadding="0" width="100">
<tbody>
<tr height="100">
<td style="background-image: url(res://C:Windowssystem32winsatapi.dll/PNG/#111); text-align: center; background-repeat: no-repeat; background-position: center center;" align="middle" valign="center"><span>3.5</span></td>
</tr>
<tr>
<td align="middle" valign="center">Determined by lowest  subscore</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="border-bottom: 1px solid #ffffff; background-color: #eaeaea; font-weight: bold;" width="125" align="left" valign="bottom">Memory (RAM)</td>
<td style="border-bottom: 1px solid #ffffff; background-color: #f0f0f0;" align="left" valign="bottom">4.00 GB</td>
<td style="border-bottom: 1px solid #ffffff; background-color: #f5f5f5;" width="75" align="middle" valign="bottom">5.9 (5.9)</td>
</tr>
<tr>
<td style="border-bottom: 1px solid #ffffff; background-color: #eaeaea; font-weight: bold;" width="125" align="left" valign="bottom">Graphics</td>
<td style="border-bottom: 1px solid #ffffff; background-color: #f0f0f0;" align="left" valign="bottom">ATI Radeon HD 3400 Series</td>
<td style="border-bottom: 1px solid #ffffff; background-color: #e0e0e0;" width="75" align="middle" valign="bottom">3.5 (3.5)</td>
</tr>
<tr>
<td style="border-bottom: 1px solid #ffffff; background-color: #eaeaea; font-weight: bold;" width="125" align="left" valign="bottom">Gaming graphics</td>
<td style="border-bottom: 1px solid #ffffff; background-color: #f0f0f0;" align="left" valign="bottom">1919 MB Total available graphics  memory</td>
<td style="border-bottom: 1px solid #ffffff; background-color: #f5f5f5;" width="75" align="middle" valign="bottom">5.1 (3.9)</td>
</tr>
<tr>
<td style="border-bottom: 1px solid #ffffff; background-color: #eaeaea; font-weight: bold;" width="125" align="left" valign="bottom">Primary hard disk</td>
<td style="border-bottom: 1px solid #ffffff; background-color: #f0f0f0;" align="left" valign="bottom">87GB Free (112GB Total)</td>
<td style="border-bottom: 1px solid #ffffff; background-color: #f5f5f5;" width="75" align="middle" valign="bottom">5.3 (5.9)</td>
</tr>
<tr>
<td style="border-top: 1px solid #cccccc;" colspan="4" align="left" valign="bottom">Windows 7 Professional</td>
</tr>
</tbody>
</table>
<p>The key things to note regarding the different scores are:</p>
<p>Processor &#8211; Vista is only 32 bit, Windows 7 is 64</p>
<p>Memory &#8211; Vista is only 32 bit therefore only has access to 3GB of RAM, Windows 7 has access to the full 4GB</p>
<p>Graphics &#8211; Aero doesn&#8217;t seem to take advantage of crossfire, so my system is always limited here. It is not a big feature anyway so I typically ignore this.</p>
<p>Gaming Graphics &#8211; This is the score that matters much more. For some reason on Windows 7 the score is a lot higher than Vista. The first reason for this is Windows 7 is giving crossfire 512mb more memory than Vista. I can only guess the second reason is newer graphic card drivers in Windows 7.</p>
<p>Primary hard disk &#8211; The decrease in score here is caused by using a older IDE drive compared to my primary Vista hard disk being SATA.
<div class="social4i" style="height:29px;">
<div class="social4in" style="height:29px;float: left;">
<div class="socialicons s4twitter" style="float:left;margin-right: 10px;background:url(&quot;http://goo.gl/zjqd1&quot;) no-repeat;"><a href="http://twitter.com/share" data-url="http://www.bradheap.id.au/blog/2009/10/welcome-to-the-future-windows-7-professional-x64-rtm/" data-counturl="http://www.bradheap.id.au/blog/2009/10/welcome-to-the-future-windows-7-professional-x64-rtm/" data-text="Welcome to the Future &#8211; Windows 7 Professional x64 RTM" class="twitter-share-button" data-count="horizontal" data-via=""></a></div>
<div class="socialicons s4fblike" style="float:left;margin-right: 10px;">
<div id="fb-root"></div>
<p><fb:like href="http%3A%2F%2Fwww.bradheap.id.au%2Fblog%2F2009%2F10%2Fwelcome-to-the-future-windows-7-professional-x64-rtm%2F" send="false" layout="button_count" width="100" height="21" show_faces="false" font=""></fb:like></div>
<div class="socialicons s4plusone" style="float:left;margin-right: 10px;"><g:plusone size="medium" href="http://www.bradheap.id.au/blog/2009/10/welcome-to-the-future-windows-7-professional-x64-rtm/" count="true"></g:plusone></div>
</div>
<div style="clear:both"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bradheap.id.au/blog/2009/10/welcome-to-the-future-windows-7-professional-x64-rtm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thoughts on Google Chrome OS</title>
		<link>http://www.bradheap.id.au/blog/2009/07/thoughts-on-google-chrome-os/</link>
		<comments>http://www.bradheap.id.au/blog/2009/07/thoughts-on-google-chrome-os/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 01:44:18 +0000</pubDate>
		<dc:creator>Brad Heap</dc:creator>
				<category><![CDATA[Comment and Opinion]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome OS]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.brad.net.nz/blog/?p=1615</guid>
		<description><![CDATA[It was interesting returning to Auckland on Thursday night to find out that in the past few days the world has completely changed. Yes Google has finnaly let the cat out of the bag (but I think it actually escaped &#8230; <a href="http://www.bradheap.id.au/blog/2009/07/thoughts-on-google-chrome-os/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It was interesting returning to Auckland on Thursday night to find out that in the past few days the world has completely changed. Yes Google has finnaly let the cat out of the bag (but I think it actually escaped months ago) that it was developing an operating system to rival Windows.</p>
<p>Google Chrome OS is not planned to be released until late 2010 however the source will be released later this year (so in some ways you could start using it later this year). The full announcement is here: <a href="http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html" target="_blank">http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html</a></p>
<p>The points that I am most interested in are:</p>
<ul>
<li>This is not Google&#8217;s first OS, in fact it is their third. In house they use Goobuntu (<a href="http://en.wikipedia.org/wiki/Goobuntu" target="_blank">http://en.wikipedia.org/wiki/Goobuntu</a>) which is a modified version of Ubunutu Linux. And at the end of 2008 they released Android an open source operating system for cellphones, and it rocks.</li>
<li>Cloud Computing. The operating system is going to be very light weight on the end users system and plug directly into the internet. This is going to be a lot like the Android where it is always on and things are straight away at your finger tips. This works really well for a cellphone but I do wonder how much functionality it is going to have for more high end activities. Sure you may be able to edit a word document etc, but what about being able to do some coding, or playing a game. In those realms I think that a full desktop environment will still be a lot better.</li>
<li>It is free. Well being open source and based off linux they really didn&#8217;t have much more of a choice. Having said that it really gives Microsoft a kick up the pants with the cost of Windows even at OEM price being really expensive.</li>
<li>The number of companies involved: Acer, Adobe, ASUS, Freescale, Hewlett-Packard, Lenovo, Qualcomm, Texas Instruments, and Toshiba. This shows that it has some major industry support and the chances of success are high.</li>
</ul>
<p>I am excited about what it can deliver, but building a web browser that gets 30 million users in 9 months is one thing. Building a operating system that can deliver a smooth user experience without bugs or issues is a whole lot harder.
<div class="social4i" style="height:29px;">
<div class="social4in" style="height:29px;float: left;">
<div class="socialicons s4twitter" style="float:left;margin-right: 10px;background:url(&quot;http://goo.gl/zjqd1&quot;) no-repeat;"><a href="http://twitter.com/share" data-url="http://www.bradheap.id.au/blog/2009/07/thoughts-on-google-chrome-os/" data-counturl="http://www.bradheap.id.au/blog/2009/07/thoughts-on-google-chrome-os/" data-text="Thoughts on Google Chrome OS" class="twitter-share-button" data-count="horizontal" data-via=""></a></div>
<div class="socialicons s4fblike" style="float:left;margin-right: 10px;">
<div id="fb-root"></div>
<p><fb:like href="http%3A%2F%2Fwww.bradheap.id.au%2Fblog%2F2009%2F07%2Fthoughts-on-google-chrome-os%2F" send="false" layout="button_count" width="100" height="21" show_faces="false" font=""></fb:like></div>
<div class="socialicons s4plusone" style="float:left;margin-right: 10px;"><g:plusone size="medium" href="http://www.bradheap.id.au/blog/2009/07/thoughts-on-google-chrome-os/" count="true"></g:plusone></div>
</div>
<div style="clear:both"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bradheap.id.au/blog/2009/07/thoughts-on-google-chrome-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows vs Linux Installation</title>
		<link>http://www.bradheap.id.au/blog/2009/04/windows-vs-linux-installation/</link>
		<comments>http://www.bradheap.id.au/blog/2009/04/windows-vs-linux-installation/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 21:06:19 +0000</pubDate>
		<dc:creator>Brad Heap</dc:creator>
				<category><![CDATA[Comment and Opinion]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Viruses]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.brad.net.nz/blog/?p=1378</guid>
		<description><![CDATA[Okay in the last week I have had to do a windows installation and a linux installation onto a laptop. In the past the windows install would have won hands down in terms of getting everything running out of the &#8230; <a href="http://www.bradheap.id.au/blog/2009/04/windows-vs-linux-installation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Okay in the last week I have had to do a windows installation and a linux installation onto a laptop.</p>
<p>In the past the windows install would have won hands down in terms of getting everything running out of the box. But not any longer, I now think that over the last two years linux has really come of age and is just simple to use and for the most part just works.</p>
<p>Firstly my experiences in windows installing.</p>
<ul>
<li>Insert CD rom and install OS &#8211; about 30 minutes.</li>
<li>Remove cd rom restart do end user install, about another 30 minutes.</li>
<li>Boot into windows remove norton anti virus, install avast and do a boot time scan to ensure that in the few seconds between norton and avast nothing snuck onto the system &#8211; 1 hour.</li>
<li>Download and install windows updates 10 minutes to download 1 hour to install.</li>
<li>Reboot and install firefox and thunderbird 30 minutes.</li>
</ul>
<p>All up for a basic working machine: 3.5 hours.</p>
<p>Linux installation.</p>
<ul>
<li>Install OS from cd rom&#8230; 20 minutes</li>
<li>Reboot do end user install 10 minutes.</li>
<li>Get wireless networking drivers working &#8211; 1 hour.</li>
<li>Download and install updates less than 30 minutes.</li>
<li>Install anti-virus&#8230; not needed it is linux.</li>
<li>Install other software&#8230; apt-get install software name&#8230; under 5 minutes per piece of software.</li>
</ul>
<p>All up&#8230; 2 hours&#8230; an hour of which was getting drivers for a wifi card to work, and if hardware vendors properly supported linux you could have a fully functioning up to date OS in under 1 hour.</p>
<p>Two years ago a linux set up would have taken days because of driver problems and even dependancy problems, but now linux has really matured and unless windows can improve its security a lot then in the long run linux will just become more and more popular.</p>
<p>&#8230;.</p>
<p>Now of course people are going to come back and say that windows has more security holes because more people use it so therefore it is easier to break and if linux increased in popularity more people would write viruses and try to break it too. I do think there is half a point here. However for the most part linux makes you manually do stuff where windows if sometimes just a little to smart for its own good. I placed a flash drive into my computer yesterday that had a virus on it set to autorun, lucky for me my system stopped it. However, why windows insists on letting flash drives autorun is just plain weird&#8230; so windows getting lots of viruses is as much microsoft&#8217;s slack approach to system security as is it the fault of the virus writers themselves. Then again if there wasn&#8217;t security holes in windows norton and mcaffee would be out of work so there is an economics side to viruses as well.
<div class="social4i" style="height:29px;">
<div class="social4in" style="height:29px;float: left;">
<div class="socialicons s4twitter" style="float:left;margin-right: 10px;background:url(&quot;http://goo.gl/zjqd1&quot;) no-repeat;"><a href="http://twitter.com/share" data-url="http://www.bradheap.id.au/blog/2009/04/windows-vs-linux-installation/" data-counturl="http://www.bradheap.id.au/blog/2009/04/windows-vs-linux-installation/" data-text="Windows vs Linux Installation" class="twitter-share-button" data-count="horizontal" data-via=""></a></div>
<div class="socialicons s4fblike" style="float:left;margin-right: 10px;">
<div id="fb-root"></div>
<p><fb:like href="http%3A%2F%2Fwww.bradheap.id.au%2Fblog%2F2009%2F04%2Fwindows-vs-linux-installation%2F" send="false" layout="button_count" width="100" height="21" show_faces="false" font=""></fb:like></div>
<div class="socialicons s4plusone" style="float:left;margin-right: 10px;"><g:plusone size="medium" href="http://www.bradheap.id.au/blog/2009/04/windows-vs-linux-installation/" count="true"></g:plusone></div>
</div>
<div style="clear:both"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bradheap.id.au/blog/2009/04/windows-vs-linux-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wubi</title>
		<link>http://www.bradheap.id.au/blog/2009/04/wubi/</link>
		<comments>http://www.bradheap.id.au/blog/2009/04/wubi/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 07:58:20 +0000</pubDate>
		<dc:creator>Brad Heap</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://www.brad.net.nz/blog/?p=1374</guid>
		<description><![CDATA[Okay, now there is no excuse for any geek or anyone with a keen interest in computers to not try out linux. For the past year and a bit I have been playing around with Virtualbox and virtualization, the major &#8230; <a href="http://www.bradheap.id.au/blog/2009/04/wubi/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Okay, now there is no excuse for any geek or anyone with a keen interest in computers to not try out linux.</p>
<p>For the past year and a bit I have been playing around with Virtualbox and virtualization, the major problem here however is the speed of booting, and drivers etc as it is in an emulated/simulated environment.</p>
<p>Enter WUBI. Wubi is an installer that allows you to install Ubuntu and Linux Mint on an NTFS partiation and use the windows boot loader so it does absolute nothing to windows at all. And to make matters better you can access your windows files straight out of the box.</p>
<p>I have now had a WUBI Ubunutu set up for the past week and it is brilliant.</p>
<p>I am now trying a new distro called Linux Mint which is aimed at end users.</p>
<p>If you want some help getting it installed or just want to try it out just contact me, it is brilliant just really awesome.
<div class="social4i" style="height:29px;">
<div class="social4in" style="height:29px;float: left;">
<div class="socialicons s4twitter" style="float:left;margin-right: 10px;background:url(&quot;http://goo.gl/zjqd1&quot;) no-repeat;"><a href="http://twitter.com/share" data-url="http://www.bradheap.id.au/blog/2009/04/wubi/" data-counturl="http://www.bradheap.id.au/blog/2009/04/wubi/" data-text="Wubi" class="twitter-share-button" data-count="horizontal" data-via=""></a></div>
<div class="socialicons s4fblike" style="float:left;margin-right: 10px;">
<div id="fb-root"></div>
<p><fb:like href="http%3A%2F%2Fwww.bradheap.id.au%2Fblog%2F2009%2F04%2Fwubi%2F" send="false" layout="button_count" width="100" height="21" show_faces="false" font=""></fb:like></div>
<div class="socialicons s4plusone" style="float:left;margin-right: 10px;"><g:plusone size="medium" href="http://www.bradheap.id.au/blog/2009/04/wubi/" count="true"></g:plusone></div>
</div>
<div style="clear:both"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bradheap.id.au/blog/2009/04/wubi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ferrit becomes a dead Pig</title>
		<link>http://www.bradheap.id.au/blog/2009/01/ferrit-becomes-a-dead-pig/</link>
		<comments>http://www.bradheap.id.au/blog/2009/01/ferrit-becomes-a-dead-pig/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 07:53:24 +0000</pubDate>
		<dc:creator>Brad Heap</dc:creator>
				<category><![CDATA[Comment and Opinion]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[News & Current Events]]></category>
		<category><![CDATA[Ferrit]]></category>
		<category><![CDATA[Online Shopping]]></category>
		<category><![CDATA[Telecom]]></category>

		<guid isPermaLink="false">http://www.brad.net.nz/blog/?p=944</guid>
		<description><![CDATA[Like Flying Pig did in the late 1990s it was today annouced that Ferrit is going to be shut down. Unlike Flying Pig I have never used Ferrit to buy products. I have only used it to try and locate &#8230; <a href="http://www.bradheap.id.au/blog/2009/01/ferrit-becomes-a-dead-pig/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Like Flying Pig did in the late 1990s it was today annouced that Ferrit is going to be shut down.</p>
<p>Unlike Flying Pig I have never used Ferrit to buy products. I have only used it to try and locate prices for products and typically Ferrit&#8217;s prices were more than I could pay elsewhere anyway.</p>
<p>I guess Amazon.com is still ruling NZ online shopping, with TradeMe taking care of the second hand market and then the smaller players holding their own ground too, like Mighty Ape, Fishpond, Woolworths, Computer Food etc.</p>
<p>I suppose in life mega malls like Westfield Albany work because despite being under one roof every outlet inside the mall is unique and different, where Ferrit just made everyone the same.</p>
<p>What weird creature/animal will come next?
<div class="social4i" style="height:29px;">
<div class="social4in" style="height:29px;float: left;">
<div class="socialicons s4twitter" style="float:left;margin-right: 10px;background:url(&quot;http://goo.gl/zjqd1&quot;) no-repeat;"><a href="http://twitter.com/share" data-url="http://www.bradheap.id.au/blog/2009/01/ferrit-becomes-a-dead-pig/" data-counturl="http://www.bradheap.id.au/blog/2009/01/ferrit-becomes-a-dead-pig/" data-text="Ferrit becomes a dead Pig" class="twitter-share-button" data-count="horizontal" data-via=""></a></div>
<div class="socialicons s4fblike" style="float:left;margin-right: 10px;">
<div id="fb-root"></div>
<p><fb:like href="http%3A%2F%2Fwww.bradheap.id.au%2Fblog%2F2009%2F01%2Fferrit-becomes-a-dead-pig%2F" send="false" layout="button_count" width="100" height="21" show_faces="false" font=""></fb:like></div>
<div class="socialicons s4plusone" style="float:left;margin-right: 10px;"><g:plusone size="medium" href="http://www.bradheap.id.au/blog/2009/01/ferrit-becomes-a-dead-pig/" count="true"></g:plusone></div>
</div>
<div style="clear:both"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bradheap.id.au/blog/2009/01/ferrit-becomes-a-dead-pig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

