<?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>Tutorials &#38; Articles &#38; such as that</description>
	<lastBuildDate>Tue, 29 Jun 2010 13:06:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</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, incoming requests will be spread among the servers. Following is the short version of how to do this.  For a more comprehensive look at this, [...]]]></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 about editing the registry apply; if you don't understand the risks, don't do it. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger  HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\DbgManagedDebugger]]></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 &#124; find /i &#34;install date&#34;]]></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. control intl.cpl However, there is more to it than that. For an applet like main.cpl which serves multiple purposes, you can use a command line [...]]]></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>
