<?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>Thought Patterns &#187; Operating Systems</title>
	<atom:link href="http://www.cameroncooke.com/category/operating-systems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cameroncooke.com</link>
	<description>Cameron’s thoughts on Technology, Software and Web Development</description>
	<lastBuildDate>Wed, 14 Jul 2010 15:54:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Has Apple gone too far making the iPhone simple?</title>
		<link>http://www.cameroncooke.com/2010/04/09/has-apple-gone-too-far-making-the-iphone-simple/</link>
		<comments>http://www.cameroncooke.com/2010/04/09/has-apple-gone-too-far-making-the-iphone-simple/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 12:18:15 +0000</pubDate>
		<dc:creator>Cameron</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone OS 4]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=131</guid>
		<description><![CDATA[Just installed iPhone OS 4.0 beta that was released to developers yesterday. It seems to be a great release and delivers on a lot of feature requests. One of the biggest new features was multi-tasking support. Multi-tasking is the ability to switch from one application to another without closing the current application. Basically when you [...]]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2010/04/09/has-apple-gone-too-far-making-the-iphone-simple/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>mount: unknown filesystem type &#8216;iso9660&#8242;</title>
		<link>http://www.cameroncooke.com/2010/03/17/mount-unknown-filesystem-type-iso9660/</link>
		<comments>http://www.cameroncooke.com/2010/03/17/mount-unknown-filesystem-type-iso9660/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 20:00:59 +0000</pubDate>
		<dc:creator>Cameron</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[iso9660]]></category>
		<category><![CDATA[jeOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=118</guid>
		<description><![CDATA[If you are running Ubuntu jeOS and selected the minimal VMWare installation option you may find that you receive the following error when you attempt to mount a CDROM using the sudo mount /cdrom command from the command line:

mount: unknown filesystem type &#039;iso9660&#039;

This is because the kernel does not have iso9660 (cdrom filesystem) support built-in. [...]]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2010/03/17/mount-unknown-filesystem-type-iso9660/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to mirror your websites using rsync on Linux.</title>
		<link>http://www.cameroncooke.com/2010/01/15/how-to-mirror-your-websites-using-rsync-on-linux/</link>
		<comments>http://www.cameroncooke.com/2010/01/15/how-to-mirror-your-websites-using-rsync-on-linux/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 11:39:15 +0000</pubDate>
		<dc:creator>Cameron</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mirror]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=109</guid>
		<description><![CDATA[I&#8217;ve been given the task at work to mirror all of our websites on-to our local development server. I knew instantly that I needed to use something like rsync but was unsure how to use it. Also rsync runs over SSH and requires human intervention to enter the login password for the remote server over [...]]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2010/01/15/how-to-mirror-your-websites-using-rsync-on-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to copy files &amp; folders from server to server in Linux</title>
		<link>http://www.cameroncooke.com/2010/01/14/how-to-copy-files-folders-from-server-to-server-in-linux/</link>
		<comments>http://www.cameroncooke.com/2010/01/14/how-to-copy-files-folders-from-server-to-server-in-linux/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 10:34:19 +0000</pubDate>
		<dc:creator>Cameron</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Copying Files]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=106</guid>
		<description><![CDATA[Found a fantastic guide at crucialp.com on how to copy files in Linux from one server to another using various techniques including SCP, rsync and tar (over SSH).
Check it out:   How to Copy Files Across a Network/Internet in UNIX/LINUX (Redhat, Debian, FreeBSD, etc) &#8211; scp tar rsync
 ]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2010/01/14/how-to-copy-files-folders-from-server-to-server-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Netgear WNR2000 router not assigning IP address. How to fix DHCP so that it works.</title>
		<link>http://www.cameroncooke.com/2010/01/13/netgear-wnr2000-router-not-assigning-ip-address-how-to-fix-dhcp-so-that-it-works/</link>
		<comments>http://www.cameroncooke.com/2010/01/13/netgear-wnr2000-router-not-assigning-ip-address-how-to-fix-dhcp-so-that-it-works/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 11:04:50 +0000</pubDate>
		<dc:creator>Cameron</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[Netgear]]></category>
		<category><![CDATA[WNR2000]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=104</guid>
		<description><![CDATA[If you have a Netgear WNR2000 router like I do you might find that some computers and devices won&#8217;t connect to the internet. You maybe receive messages like the following:
Windows: Limited or no Connectivity
or
OS X: Alert: No internet connection
I had this problem for weeks, I tried updating the firmware to the latest version but this [...]]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2010/01/13/netgear-wnr2000-router-not-assigning-ip-address-how-to-fix-dhcp-so-that-it-works/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Mac&#8217;s are better than PC&#8217;s</title>
		<link>http://www.cameroncooke.com/2009/07/20/macs-are-better-than-pcs/</link>
		<comments>http://www.cameroncooke.com/2009/07/20/macs-are-better-than-pcs/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 11:14:42 +0000</pubDate>
		<dc:creator>Cameron</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[iMac]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Virutalization]]></category>
		<category><![CDATA[VMWare Fusion]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=56</guid>
		<description><![CDATA[Everyday I use my iMac and I am more and more convinced that Mac&#8217;s are indeed better than Windows based PC&#8217;s. Having spent most of my life being a PC nerd I feel I can say this without bias.
As a Web Developer I have to make sure all my websites work on all web browsers. [...]]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2009/07/20/macs-are-better-than-pcs/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Breaking News: Google announces Google OS!</title>
		<link>http://www.cameroncooke.com/2009/07/08/breaking-news-google-announces-google-os/</link>
		<comments>http://www.cameroncooke.com/2009/07/08/breaking-news-google-announces-google-os/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 08:26:27 +0000</pubDate>
		<dc:creator>Cameron</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=53</guid>
		<description><![CDATA[Google have just announced that they are entering the Operating System market.
Speed, simplicity and security are the key aspects of Google Chrome OS. We&#8217;re designing the OS to be fast and lightweight, to start up and get you onto the web in a few seconds. The user interface is minimal to stay out of your [...]]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2009/07/08/breaking-news-google-announces-google-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The worst thing about Macs?</title>
		<link>http://www.cameroncooke.com/2007/10/11/the-worst-thing-about-macs/</link>
		<comments>http://www.cameroncooke.com/2007/10/11/the-worst-thing-about-macs/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 16:18:43 +0000</pubDate>
		<dc:creator>Cameron</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=83</guid>
		<description><![CDATA[
I found a very interesting article today at ExtremeTech about what the author thinks is the worst thing about Macs. I have to agree on most of the points in this article, but I don’t want to spoil it so if you have five minutes go read it yourself.
View Article
I&#8217;ve been going through my backup of [...]]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2007/10/11/the-worst-thing-about-macs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preview incoming Mail in OS X</title>
		<link>http://www.cameroncooke.com/2007/10/09/preview-incoming-mail-in-os-x/</link>
		<comments>http://www.cameroncooke.com/2007/10/09/preview-incoming-mail-in-os-x/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 16:14:34 +0000</pubDate>
		<dc:creator>Cameron</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Mail.app]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=78</guid>
		<description><![CDATA[I know that my blog posts so far have been very Mac orientated, so not to break with tradition here’s another Mac related post. A colleague at work who’s a web/graphic designer gave me a link today to very neat program. This program shows a floating preview of incoming mail so that you can determine [...]]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2007/10/09/preview-incoming-mail-in-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
