<?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>2 ONS. 1 OFF. &#124; Things you should know.</title>
	<atom:link href="http://www.2ons1off.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.2ons1off.com</link>
	<description>Things you should know.</description>
	<lastBuildDate>Tue, 01 Sep 2009 19:08:35 +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>A MUST HAVE for those running SCOM 2007 &#8211; easy overrides.</title>
		<link>http://www.2ons1off.com/2009/09/a-must-have-for-those-running-scom-2007-easy-overrides/</link>
		<comments>http://www.2ons1off.com/2009/09/a-must-have-for-those-running-scom-2007-easy-overrides/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 19:02:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Operations Manager]]></category>
		<category><![CDATA[SCOM]]></category>

		<guid isPermaLink="false">http://www.2ons1off.com/?p=160</guid>
		<description><![CDATA[Though I didn't mean to "yell" in the title of this post, I did mean to get the point across: this is one cool tool and if you don't already have it, you probably should. There is a little but of basic functionality that I believe should have been part of SCOM (System Center Operations Manager) 2007. The ability to easily disable or enable multiple rules, monitors, or discoveries...and all at the same time.]]></description>
			<content:encoded><![CDATA[<p>Though I didn&#8217;t mean to &#8220;yell&#8221; in the title of this post, I did mean to get the point across: this is one cool tool and if you don&#8217;t already have it, you probably should. There is a little but of basic functionality that I believe should have been part of SCOM (System Center Operations Manager) 2007. The ability to easily disable or enable multiple rules, monitors, or discoveries&#8230;and all at the same time.</p>
<p>This tool, created by <a href="http://blogs.msdn.com/user/Profile.aspx?UserID=91020" target="_blank">Boris Yanushpolsky</a>, is a bit of a godsend for those that have spent any time whatsoever working with SCOM. The utility allows you to select multiple rules, monitors, or discoveries, and will allow you to create an override, disable, or enable them.</p>
<p>In a quick test, the tool worked great and has already saved me heaps of time and frustration!</p>
<p><a href="http://blogs.msdn.com/boris_yanushpolsky/attachment/4213618.ashx" target="_blank">Download utility</a> from <a href="http://blogs.msdn.com/boris_yanushpolsky/" target="_blank">Boris&#8217; MSDN blog<br />
</a><a href="http://blogs.msdn.com/boris_yanushpolsky/archive/2007/08/04/disabling-enabling-multiple-rules-monitors-discoveries-at-once.aspx" target="_blank">Original announcement </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.2ons1off.com/2009/09/a-must-have-for-those-running-scom-2007-easy-overrides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automating GPO backups (you&#8217;re doing this right?)</title>
		<link>http://www.2ons1off.com/2009/08/automating-gpo-backups-youre-doing-this-right/</link>
		<comments>http://www.2ons1off.com/2009/08/automating-gpo-backups-youre-doing-this-right/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 23:37:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[gpo]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.2ons1off.com/?p=154</guid>
		<description><![CDATA[What happens when you delete a Group Policy Object (GPO)? You restore it from backup right? Well as it turns out, this is a much more complicated process than you'd imagine. Here is a simple solution that I rolled out to automate GPO backups, allowing for simple restores of GPOs (deleted or not). ]]></description>
			<content:encoded><![CDATA[<p>What happens when you delete a Group Policy Object (GPO)? You restore it from backup right? Well as it turns out, this is a much more complicated process than you&#8217;d imagine. Here is a simple solution that I rolled out to automate GPO backups, allowing for simple restores of GPOs (deleted or not).</p>
<p>First you should know that Microsoft includes a small handful of useful scripts with the Group Policy Management Tool. You can find them here: <em>%programfiles%\Gpmc\Scripts</em> (2003) or here: <em>%ProgramFiles(x86)%\Microsoft Group Policy\GPMC Sample Scripts\</em> (x64 2008). The one We&#8217;re looking for today is called BackupAllGPOS.wsf and it does exactly what the name implies. Usage is as follows:</p>
<p>BackupAllGPOs.wsf  [/Comment:] [/Domain:]</p>
<p>In my environment, I wanted to backup all GPOs to a central location on the file server. What I didn&#8217;t want was to retain multiple copies of the GPOs as the likelihood of restoring something that was older than a day is fairly low. My total GPO backup size works out to around 3Gb so a weeks worth of backups works out to over 20Gb. I&#8217;ll rely on our file server backups for this.</p>
<p>I created a simple batch file that first deleted the backup folder, then recreated it (ensuring all GPO backups from the previous day were gone), executed the GPO backup script and spit out a simple log file. It looks like this:</p>
<blockquote><p>rd /s /q &#8220;\\[file server]\[backup location]\GPOs\&#8221;<br />
mkdir &#8220;\\[file server]\[backup location]\GPOs&#8221;<br />
cscript &#8220;%ProgramFiles(x86)%\Microsoft Group Policy\GPMC Sample Scripts\BackupAllGPOs.wsf&#8221; &#8220;\\[file server]\[backup location]\GPOs&#8221; &gt; \\[file server]\[backup location]\GPOs\GPOBak.log</p></blockquote>
<p>This seemed to work quite well so the next step was to automate it. Easy-peasy. I created a scheduled task to run the batch file (above) daily at 3:00am.</p>
<p>Restores are probably the easiest part. Simply launch the group policy management tool, right click the domain and choose Manage Backups, enter the UNC path of your backups into the field, choose your backup to restore and hit restore. Done and done.</p>
<p>Hopefully you&#8217;re doing this (or something similar) because the alternative sucks and losing something like a GPO can definitely put a downer on the day.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2ons1off.com/2009/08/automating-gpo-backups-youre-doing-this-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CoRD Announces Version 0.5</title>
		<link>http://www.2ons1off.com/2009/08/cord-announces-version-0-5/</link>
		<comments>http://www.2ons1off.com/2009/08/cord-announces-version-0-5/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 18:33:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[cord]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[rdc]]></category>
		<category><![CDATA[rdp]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.2ons1off.com/?p=145</guid>
		<description><![CDATA[CoRD, the most feature-filled, multi-connection RDP client for OSX has released an updated version to their client. I stopped using the client quite some time ago due to performance issues experienced when connecting to Windows 7, Server 2008, as well as Vista however this new version seems to fix those issues. ]]></description>
			<content:encoded><![CDATA[<p>Finally.</p>
<p>CoRD, the most feature-filled, multi-connection RDP client for OSX has released an updated version to their client. I stopped using the client quite some time ago due to performance issues experienced when connecting to Windows 7, Server 2008, as well as Vista however this new version seems to fix those issues.</p>
<p><img class="aligncenter size-full wp-image-151" title="MediumCoRDScreenshot" src="http://www.2ons1off.com/wp-content/uploads/2009/08/MediumCoRDScreenshot.jpg" alt="MediumCoRDScreenshot" width="500" height="353" /></p>
<p>Here is list of new features. For the full list of added features, bug fixes, and known issues, please see the official announcement <a href="http://sourceforge.net/forum/forum.php?forum_id=986237" target="_blank">here</a>.</p>
<blockquote><p>New Features:</p>
<ul>
<li>Windows Vista, Windows 7, Windows Server 2008 support (rdesktop core upgraded to 1.6.0)</li>
<li>Disk and printer forwarding (Experimental. Disk works well usually, printer works in some cases)</li>
<li>Ability to set default connection settings for new servers, Quick Connect connections, rdp:// URLs, and</li>
<li>Ability to add custom screen resolutions from the Preferences window</li>
<li>Searching for servers: search by label or hostname, similar to Spotlight (jump to search: Cmd-Opt-F, then hit enter to open connection, or up/down to change selection)</li>
<li>Font Smoothing (ClearType)</li>
<li>Ability to set HotKeys (Cmd-1-9) for saved sessions</li>
<li>Keyboard shortcut to toggle between Unified and Windowed modes (Cmd-U)</li>
<li>Keyboard shortcut for Quick Connect Box (Cmd-G)</li>
<li>Shift-Return in Quick Connect now connects to a console/admin session</li>
<li>&#8216;Show in Finder&#8217; option in the server contextual menu</li>
<li>Ability to keep server list sorted alphabetically</li>
<li>Ability to select update feed (stable/beta/nightly)</li>
<li>Initial support for IPv6 addresses</li>
<li>Support for creating connections from the command line</li>
<li>Full 10.5 and 10.6 support, Universal 32/64-bit binary</li>
<li>Other enhancements</li>
</ul>
</blockquote>
<p>See the official announcement and changelog here: <a href="http://sourceforge.net/forum/forum.php?forum_id=986237" target="_blank">http://sourceforge.net/forum/forum.php?forum_id=986237</a></p>
<p>Visit the site: <a href="http://cord.sourceforge.net/" target="_blank">http://cord.sourceforge.net/ </a> to download the latest version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2ons1off.com/2009/08/cord-announces-version-0-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fruit Flies Suck. How to get rid of them.</title>
		<link>http://www.2ons1off.com/2009/08/fruit-flies-suck-how-to-get-rid-of-them/</link>
		<comments>http://www.2ons1off.com/2009/08/fruit-flies-suck-how-to-get-rid-of-them/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 17:48:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[fruit flies]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.2ons1off.com/?p=138</guid>
		<description><![CDATA[Whether you've got a small handful of fruit flies invading your kitchen or a lot, you probably are well aware of the fact that they are next to impossible to kill with your bare hands. I've been experimenting over the past few weeks with a few methods for catching them with great success. If you follow the steps below, and you actually have a few fruit flies actively flying around your kitchen, I guarantee this will catch them overnight]]></description>
			<content:encoded><![CDATA[<p>Whether you&#8217;ve got a small handful of fruit flies invading your kitchen or a lot, you probably are well aware of the fact that they are next to impossible to kill with your bare hands. I&#8217;ve been experimenting over the past few weeks with a few methods for catching them with great success. If you follow the steps below, and you actually have a few fruit flies actively flying around your kitchen, I guarantee this will catch them overnight.</p>
<p><strong>Here&#8217;s what you&#8217;ll need:</strong></p>
<ul>
<li>1 soup bowl</li>
<li>saran wrap</li>
<li>1 banana peel</li>
<li>some juice or wine (optional)</li>
<li>toothpick or fork for poking small holes</li>
</ul>
<p>Now that we have the ingredients, let&#8217;s begin shall we?</p>
<p><strong>Step 1: <span style="font-weight: normal;">Place the bowl on your counter.</span></strong></p>
<p><strong>Step 2: <span style="font-weight: normal;">Put the banana peel into the bowl.</span></strong></p>
<p><strong>Step 3: <span style="font-weight: normal;">Pour a small amount (just enough to cover the bottom) of juice or wine into the bowl.</span></strong></p>
<p><strong>Step 4: <span style="font-weight: normal;">Cover the bowl tightly with saran wrap. It is important that you stretch it out over the top and sides to ensure a tight seal.</span></strong></p>
<p><strong>Step 5: <span style="font-weight: normal;">Poke a between 10 and 15 holes randomly throughout the saran wrap. Be sure to not make them too big, or too small. The idea here is that the fruit flies will be able to get in, but not out. This is the idea behind a trap. :)</span></strong></p>
<p><strong>Step 6: <span style="font-weight: normal;">Wait.</span></strong></p>
<p>I&#8217;ve suggested this to a few friends who have also had incredible success with it, so give it a try!</p>
<p><strong>Update:</strong> I&#8217;ve also found that a central vacuum cleaner (sans the end accessories) works equally well and it&#8217;s a lot more fun. Spend 5-minutes sucking up as many fruit flies as you can. It&#8217;s fun, try it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2ons1off.com/2009/08/fruit-flies-suck-how-to-get-rid-of-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazing choreographed drumming</title>
		<link>http://www.2ons1off.com/2009/08/amazing-choreographed-drumming/</link>
		<comments>http://www.2ons1off.com/2009/08/amazing-choreographed-drumming/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 23:30:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[drumming]]></category>
		<category><![CDATA[drums]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.2ons1off.com/?p=119</guid>
		<description><![CDATA[Okay, whether you're an aspiring musician or not, this is cool. Very cool. The following video is of the Swiss Top Secret Drum Corps and was recorded at the Edinburgh Military Tattoo in August of 2006. Sit back and enjoy. If you get impatient, skip to the end, the finale is worth watching.]]></description>
			<content:encoded><![CDATA[<p>Okay, whether you&#8217;re an aspiring musician or not, this is cool. Very cool. The following video is of the Swiss Top Secret Drum Corps and was recorded at the Edinburgh Military Tattoo in August of 2006. Sit back and enjoy. If you get impatient, skip to the end, the finale is worth watching.</p>
<p><object width="500" height="450"><param name="movie" value="http://www.youtube.com/v/o7k6VYGtm8g&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/o7k6VYGtm8g&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="450"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.2ons1off.com/2009/08/amazing-choreographed-drumming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Have you moved in with Google? Roommates.</title>
		<link>http://www.2ons1off.com/2009/08/have-you-moved-in-with-google-roommates/</link>
		<comments>http://www.2ons1off.com/2009/08/have-you-moved-in-with-google-roommates/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 20:53:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.2ons1off.com/?p=102</guid>
		<description><![CDATA[I was just introduced to a rather entertaining video. Tom and Harry, two financially tight roommates, decide to take on a third roommate: google. As you might have already guessed, google seemed to know more about, well everything, than they expected.]]></description>
			<content:encoded><![CDATA[<p>I was just introduced to a rather entertaining video. Tom and Harry, two financially tight roommates, decide to take on a third roommate: google. As you might have already guessed, google seemed to know more about, well everything, than they expected.</p>
<p>Enjoy!</p>
<p>Episode 1</p>
<p><object width="500" height="450"><param name="movie" value="http://www.youtube.com/v/9RDe2Ia6YlM&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/9RDe2Ia6YlM&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="450"></embed></object></p>
<p>Episode 2</p>
<p><object width="500" height="450"><param name="movie" value="http://www.youtube.com/v/Bvcoy5SHU84&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Bvcoy5SHU84&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="450"></embed></object></p>
<p>Episode 3</p>
<p><object width="500" height="450"><param name="movie" value="http://www.youtube.com/v/F8xZEBudhhs&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/F8xZEBudhhs&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true"width="500" height="450"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.2ons1off.com/2009/08/have-you-moved-in-with-google-roommates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix: KB954459 fails to install</title>
		<link>http://www.2ons1off.com/2009/08/error-failed-to-connect-to-server-error-0x80070422/</link>
		<comments>http://www.2ons1off.com/2009/08/error-failed-to-connect-to-server-error-0x80070422/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 23:21:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.2ons1off.com/?p=95</guid>
		<description><![CDATA[When installing KB954459, security update for Microsoft XML Core Services 6.0 Service Pack 2, you receive a failure and the following Event ID 1015 in the Windows Event Log: "Failed to connect to server. Error: 0x80070422".]]></description>
			<content:encoded><![CDATA[<p>When installing <a href="http://support.microsoft.com/kb/954459" target="_blank">KB954459</a>, security update for Microsoft XML Core Services 6.0 Service Pack 2, you receive a failure and the following Event ID 1015 in the Windows Event Log: &#8220;<strong>Failed to connect to server. Error: 0&#215;80070422</strong>&#8220;. You will also see the same error logged here: <strong>%systemroot%\msxml6-KB954459-enu-x86.LOG</strong>.</p>
<p>Check to ensure the <strong>Windows Installer Service</strong> is not disabled and is running, if not, enable the service and/or start it. If the service was already running restart it and try the install again. You can do this by clicking <strong>Start</strong>&gt;<strong>Run</strong>&gt;Type <strong>Services.msc</strong>&gt;Click <strong>Ok</strong>&gt;Look for <strong>Windows Installer Service</strong>&gt;Start/Enable the service.</p>
<p>This worked for me on a Windows Server 2003 SP2 box.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2ons1off.com/2009/08/error-failed-to-connect-to-server-error-0x80070422/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speedtest: iPhone OS 3.0 on 2G iPhone in Canada</title>
		<link>http://www.2ons1off.com/2009/06/speedtest-iphone-os-3-0-on-2g-iphone-in-canada/</link>
		<comments>http://www.2ons1off.com/2009/06/speedtest-iphone-os-3-0-on-2g-iphone-in-canada/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 22:05:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[rogers]]></category>

		<guid isPermaLink="false">http://www.2ons1off.com/?p=18</guid>
		<description><![CDATA[I&#8217;ve done some preliminary testing with the 7a7341 &#8220;Gold&#8221; build of iPhone OS 3.0 on Rogers Wireless and I have to say, I&#8217;m pretty impressed. This article is by no means a review of the firmware, as there are plenty of those out there already—all far more extensive than I care to be. Quick and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve done some preliminary testing with the 7a7341 &#8220;Gold&#8221; build of iPhone OS 3.0 on Rogers Wireless and I have to say, I&#8217;m pretty impressed. This article is by no means a review of the firmware, as there are plenty of those out there already—all far more extensive than I care to be. Quick and simple results:</p>
<p><span class="fullpost"> </span></p>
<p><span style="font-weight: bold;">Site:</span> speedtest.net<br />
<span style="font-weight: bold;">Test machine:</span> Macbook Pro (latest iteration) running Leopard</p>
<p>Via USB: <span style="font-weight: bold;">2.73 Mb/s downstream</span> and <span style="font-weight: bold;">0.2Mb/s upstream</span> with <span style="font-weight: bold;">202ms latency</span></p>
<div style="text-align: center;"><img class="aligncenter size-full wp-image-70" title="USB-1" src="/wp-content/uploads/2009/06/USB-1.png" alt="USB-1" width="300" height="135" /></div>
<p><span class="fullpost">Via Bluetooth: <span style="font-weight: bold;">0.90Mb/s downstream</span> and <span style="font-weight: bold;">0.24Mb/s upstream</span> with <span style="font-weight: bold;">171ms latency</span></span></p>
<div style="text-align: center;"><img class="aligncenter size-full wp-image-71" title="BT-1" src="/wp-content/uploads/2009/06/BT-1.png" alt="BT-1" width="300" height="135" /></div>
<p><span class="fullpost"> I&#8217;ve only run these tests one time so it&#8217;s entirely possible that I&#8217;ll acheive better throughput or lower latency from a different physical location, or under a lower system load. These results definitely exceed my expectations. The setup is very slick (as tethering should be), and the hit on battery life seems to be significantly less than PDAnet. Throughput is definitely greater while connected via USB when compared to my experience with PDAnet (WiFi) however Bluetooth tethering, as expected, is much slower.</span></p>
<p>Overall, a great addition to the iPhone firmware!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2ons1off.com/2009/06/speedtest-iphone-os-3-0-on-2g-iphone-in-canada/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to sysprep Windows Server 2008</title>
		<link>http://www.2ons1off.com/2009/04/how-to-sysprep-windows-server-2008/</link>
		<comments>http://www.2ons1off.com/2009/04/how-to-sysprep-windows-server-2008/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 19:18:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sysprep]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.2ons1off.com/?p=17</guid>
		<description><![CDATA[Sysprep, the process of stripping configuration out of your windows installation for the &#8220;out of box experience&#8221;, has [finally] been integrated into Windows Server 2008. The process on pre-2008 operating systems consisted of creating a sysprep folder in the root of C, copying them over the new folder, then launching them. The process has been [...]]]></description>
			<content:encoded><![CDATA[<p>Sysprep, the process of stripping configuration out of your windows installation for the &#8220;out of box experience&#8221;, has [finally] been integrated into Windows Server 2008. The process on pre-2008 operating systems consisted of creating a sysprep folder in the root of C, copying them over the new folder, then launching them. The process has been immensily simplified with Server 2008.</p>
<p><span class="fullpost"> </span></p>
<div>To launch sysprep, click <span style="font-weight: bold;">start</span> then type &#8220;sysprep&#8221;. This will launch the sysprep folder where you can launch <span style="font-weight: bold;">sysprep.exe</span>. <span style="font-weight: bold;">Start</span>&gt;<span style="font-weight: bold;">run</span>&gt;<span style="font-weight: bold;">%systemroot%\system32\sysprep\sysprep.exe</span> works equally as well. Simply choose your options and click<span style="font-weight: bold;"> Ok</span>.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.2ons1off.com/2009/04/how-to-sysprep-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone in Canada? No Skype for you! &#8212; How to install Skype on your iPhone in Canada</title>
		<link>http://www.2ons1off.com/2009/03/iphone-in-canada-no-skype-for-you-how-to-install-skype-on-your-iphone-in-canada/</link>
		<comments>http://www.2ons1off.com/2009/03/iphone-in-canada-no-skype-for-you-how-to-install-skype-on-your-iphone-in-canada/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 01:22:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[canada]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://www.2ons1off.com/?p=16</guid>
		<description><![CDATA[If you&#8217;re reading this, you&#8217;re probably just as frustrated as I was this afternoon when I tried to search for &#8220;Skype&#8221; in the iTunes App store. No results. After a quick search, I discovered that the new Skype client for the iPhone was released in every country EXCEPT for Canada. It seems Skype has chosen [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re reading this, you&#8217;re probably just as frustrated as I was this afternoon when I tried to search for &#8220;Skype&#8221; in the iTunes App store. No results. After a quick search, I discovered that the new Skype client for the iPhone was released in every country EXCEPT for Canada. It seems Skype has chosen to leave us out of yet another great service offering of theirs—the other being Skype-in. The reasoning? &#8220;Patient-license restrictions&#8221;. Great.</p>
<p>So what next? Find a loop-hole—and as it turns out, it&#8217;s a pretty simple, perhaps obvious one. Here is what you need to do:<br />
<span class="fullpost"><br />
<span style="font-weight: bold;">Step 1:</span> sign out of your iTunes account within iTunes. This one is pretty simple. Click <span style="font-weight: bold;">Store</span>&gt;<span style="font-weight: bold;">Sign out</span>.</span></p>
<p><span style="font-weight: bold;">Step 2:</span> change your country preference within iTunes. This one is also rather simple. Select <span style="font-weight: bold;">iTunes Store</span> from the left menu within iTunes (this is the same way you normally would access the iTunes store to purchase music/movies/apps etc). Scroll down to the very bottom where you see a drop-down menu beside <span style="font-weight: bold;">My Store</span>. Change this to <span style="font-weight: bold;">United States</span>.</p>
<p><span style="font-weight: bold;">Step 3:</span> sign up for a new iTunes account. Again, this is easy (noticing a trend here?). Click the <span style="font-weight: bold;">Sign in</span> button on the top right hand side of the iTunes Store (you should already be there). You will be prompted to either create a new account, or to sign in. Simply create a new account. If you don&#8217;t have a US address, which many of you won&#8217;t, make something up. 90210 always works for me :)</p>
<p><span style="font-weight: bold;">Note:</span> you&#8217;ll likely wish to create this account without a credit card (unless you have a US card). Here is a link to the instructions for creating an iTunes account without a credit card: <a href="http://support.apple.com/kb/HT2534">http://support.apple.com/kb/HT2534</a>. <span style="font-weight: bold;">It&#8217;s important to note that you must be within the App store section of the iTunes store in order to create an account without a credit card on file.</span></p>
<p><span style="font-weight: bold;">Step 4:</span> verify your iTunes account. You should receive an e-mail requiring you to confirm your account. Click the link at the bottom of the e-mail.</p>
<p><span style="font-weight: bold;">Step 5: </span>log into your new iTunes account. On the top right hand side of the iTunes Store section within iTunes, click Sign in then enter in your newly created credentials.</p>
<p><span style="font-weight: bold;">Step 6:</span> search for Skype within the iTunes Store, download it, then sync your iPhone. Voila! You now have Skype on your Canadian-issued iPhone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2ons1off.com/2009/03/iphone-in-canada-no-skype-for-you-how-to-install-skype-on-your-iphone-in-canada/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
