<?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>Tutorius &#187; Operating Systems</title>
	<atom:link href="http://www.tutorius.com/category/operating-systems/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tutorius.com</link>
	<description></description>
	<lastBuildDate>Thu, 12 Jan 2012 21:30:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Strip the extension off of a filename in PHP</title>
		<link>http://www.tutorius.com/test</link>
		<comments>http://www.tutorius.com/test#comments</comments>
		<pubDate>Sun, 18 Jan 2009 04:18:15 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tutorius.com/?p=109</guid>
		<description><![CDATA[Here's a useful function to strip the extension off of a filename. if&#40;$ext !== false&#41; &#123; $name = substr&#40;$name, 0, -strlen&#40;$ext&#41;&#41;; &#125; return $name;]]></description>
		<wfw:commentRss>http://www.tutorius.com/test/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up a DNS Round Robin in Windows</title>
		<link>http://www.tutorius.com/setting-up-a-dns-round-robin-in-windows</link>
		<comments>http://www.tutorius.com/setting-up-a-dns-round-robin-in-windows#comments</comments>
		<pubDate>Thu, 04 Dec 2008 19:54:09 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[round robin]]></category>

		<guid isPermaLink="false">http://tutorius.com/?p=101</guid>
		<description><![CDATA[A round robin lets you load balance by pointing the same host name to multiple servers in DNS.  As long as round robin service is enabled in the DNS server,...]]></description>
		<wfw:commentRss>http://www.tutorius.com/setting-up-a-dns-round-robin-in-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just-In-Time debugger errors after uninstalling Visual Studio</title>
		<link>http://www.tutorius.com/just-in-time-debugger-errors-after-uninstalling-visual-studio</link>
		<comments>http://www.tutorius.com/just-in-time-debugger-errors-after-uninstalling-visual-studio#comments</comments>
		<pubDate>Thu, 07 Aug 2008 22:49:30 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://tutorius.com/?p=21</guid>
		<description><![CDATA[Uninstalling Visual Studio can leave your system struggling with  Just-In-Time debugger errors that can prevent applications from starting. To resolve it, try deleting the following registry keys. The usual warnings...]]></description>
		<wfw:commentRss>http://www.tutorius.com/just-in-time-debugger-errors-after-uninstalling-visual-studio/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find out when Windows was installed on a machine</title>
		<link>http://www.tutorius.com/13</link>
		<comments>http://www.tutorius.com/13#comments</comments>
		<pubDate>Tue, 17 Jun 2008 18:52:43 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://tutorius.com/?p=13</guid>
		<description><![CDATA[To tell when the operating was installed on your Windows XP/2003 system, go to a command prompt (Start &#8211; Run &#8211; "cmd" &#8211; OK), then enter the following command; systeminfo...]]></description>
		<wfw:commentRss>http://www.tutorius.com/13/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Control Panel Applets &#8211; Command Line options</title>
		<link>http://www.tutorius.com/control-panel-applets-calling-a-specific-tab-or-function-from-the-command-line</link>
		<comments>http://www.tutorius.com/control-panel-applets-calling-a-specific-tab-or-function-from-the-command-line#comments</comments>
		<pubDate>Sun, 06 Jan 2008 17:34:30 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://tutorius.com/press/?p=7</guid>
		<description><![CDATA[Many Windows users know that control panel applets can be called from the Run line. For example, using the syntax below will call up the Regional and Language Options applet....]]></description>
		<wfw:commentRss>http://www.tutorius.com/control-panel-applets-calling-a-specific-tab-or-function-from-the-command-line/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

