<?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>High Speed Web Blog &#187; Thrifty Computing</title>
	<atom:link href="http://blog.highspeedweb.net/category/thrifty-computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.highspeedweb.net</link>
	<description>Where information gathers to be heard.</description>
	<lastBuildDate>Fri, 03 Sep 2010 17:48:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>implementing self-signed certs on multiple sites &#8211; windows</title>
		<link>http://blog.highspeedweb.net/2009/01/21/implementing-self-signed-certs-on-multiple-sites-windows/</link>
		<comments>http://blog.highspeedweb.net/2009/01/21/implementing-self-signed-certs-on-multiple-sites-windows/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 21:33:27 +0000</pubDate>
		<dc:creator>jakob</dc:creator>
				<category><![CDATA[General Tech Info]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Thrifty Computing]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Tweaks]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://blog.highspeedweb.net/?p=190</guid>
		<description><![CDATA[There&#8217;s a way to implement multiple self-signed certs on windows server, over many sites, using a shared IP; however, there&#8217;s a bit of a trick in doing this. The IIS6.0 toolkit contains something called SelfSSL, which is capable of creating self-signed certificates but there&#8217;s a catch. Its got a bug when it comes to using [...]]]></description>
			<content:encoded><![CDATA[<p><img class="left" src="http://blog.highspeedweb.net/wp-content/uploads/2009/01/padlock.jpg" alt="" width="70" height="70" />There&#8217;s a way to implement multiple self-signed certs on windows server, over many sites, using a shared IP; however, there&#8217;s a bit of a trick in doing this.  The IIS6.0 toolkit contains something called SelfSSL, which is capable of creating self-signed certificates but there&#8217;s a catch.  Its got a bug when it comes to using it for more than one site&#8230;<br />
<span id="more-190"></span></p>
<p>If you&#8217;re unfamiliar with SelfSSL, there&#8217;s many good tutorials available on how to use it.  Here&#8217;s <a href="http://codeforeternity.com/blogs/technology/archive/2008/02/15/creating-self-signed-ssl-certificates-on-iis-6-0-and-windows-server-2003.aspx">one of them</a>.   This covers everything you need, from how to find a domain&#8217;s ID, to how to creat the cert itself.  Very useful and can be followed exactly.  The trick comes in when you&#8217;re using this method to implement multiple self-signed certs for multiple sites.  That&#8217;s what we&#8217;ll be covering.</p>
<p>First of all, find your site&#8217;s id by running iisweb.vbs /query &#8220;&lt;NAME OF THE WEBSITE&gt;&#8221;.  So if I were wanting to find the ID of highspeedweb, I&#8217;d do iisweb.vbs /query &#8220;highspeedweb.net&#8221;.  You&#8217;ll get a print out with something like W3SVC/1345 or W3SVC/1 or W3SVC/465784.  The number after W3SVC/ is the site ID.  You&#8217;ll need to specify this when creating the SSL cert &#8211; it is very, very important.</p>
<p>Once you start  SelfSSL the switches in the command line are very easy to understand.  Again, it&#8217;s broken down very nicely <a href="http://codeforeternity.com/blogs/technology/archive/2008/02/15/creating-self-signed-ssl-certificates-on-iis-6-0-and-windows-server-2003.aspx">here</a>.  Once you have the SSL cert created for the site, fire up IIS, right click the site and go to properties.  Got to directory security and click on server certificate.  Assign an existing cert, and select the one you just created and finish out the wizard.  From here, select server certificate again, and choose export cert as a pfx file.  Save it and complete the wizard.  From here, choose the server certificate button again, replace the current certificate, and assign the pfx you just exported.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-wealth">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.highspeedweb.net/2009/01/21/implementing-self-signed-certs-on-multiple-sites-windows/&amp;title=implementing+self-signed+certs+on+multiple+sites+-+windows" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.highspeedweb.net/2009/01/21/implementing-self-signed-certs-on-multiple-sites-windows/&amp;title=implementing+self-signed+certs+on+multiple+sites+-+windows" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.highspeedweb.net/2009/01/21/implementing-self-signed-certs-on-multiple-sites-windows/&amp;t=implementing+self-signed+certs+on+multiple+sites+-+windows" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22implementing%20self-signed%20certs%20on%20multiple%20sites%20-%20windows%22&amp;body=Link: http://blog.highspeedweb.net/2009/01/21/implementing-self-signed-certs-on-multiple-sites-windows/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A There%27s%20a%20way%20to%20implement%20multiple%20self-signed%20certs%20on%20windows%20server%2C%20over%20many%20sites%2C%20using%20a%20shared%20IP%3B%20however%2C%20there%27s%20a%20bit%20of%20a%20trick%20in%20doing%20this.%20%20The%20IIS6.0%20toolkit%20contains%20something%20called%20SelfSSL%2C%20which%20is%20capable%20of%20creating%20self-signed%20certificates%20but%20there%27s%20a%20catch.%20%20Its%20got%20a%20b" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.highspeedweb.net/2009/01/21/implementing-self-signed-certs-on-multiple-sites-windows/&amp;title=implementing+self-signed+certs+on+multiple+sites+-+windows" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=implementing+self-signed+certs+on+multiple+sites+-+windows+-+http://b2l.me/prjsn&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.highspeedweb.net/2009/01/21/implementing-self-signed-certs-on-multiple-sites-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 7 to kill Linux; Linux to retaliate and firebomb Windows 7</title>
		<link>http://blog.highspeedweb.net/2008/12/23/windows-7-to-kill-linux-linux-to-retaliate-and-firebomb-windows-7/</link>
		<comments>http://blog.highspeedweb.net/2008/12/23/windows-7-to-kill-linux-linux-to-retaliate-and-firebomb-windows-7/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 22:01:10 +0000</pubDate>
		<dc:creator>jakob</dc:creator>
				<category><![CDATA[Geek Rant]]></category>
		<category><![CDATA[General Tech Info]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Thrifty Computing]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.highspeedweb.net/?p=138</guid>
		<description><![CDATA[It&#8217;s the same old story every year: Linux will finally dominate Windows, Windows will finally kill off that pesky open-source Linux. My dad&#8217;s better than your dad; my mashed potatoes can beat-up your mashed potatoes. The truth simply is it&#8217;s not going to pan out like that. Linux will still dominate the server world and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="left" src="http://blog.highspeedweb.net/wp-content/uploads/2008/11/deathmatchposter2.jpg" alt="" width="75" height="25" />It&#8217;s the same old story every year: Linux will finally dominate Windows, Windows will finally kill off that pesky open-source Linux. My dad&#8217;s better than your dad; my mashed potatoes can beat-up your mashed potatoes.  The truth simply is it&#8217;s not going to pan out like that.  Linux will still dominate the server world and Windows will still dominate the desktop world (and if you think vista&#8217;s failing is a sign of Microsoft&#8217;s slipping, I kindly ask you to remember Windows ME followed by the popularity of XP).  So what&#8217;s new to the battle front? Well, honestly, it&#8217;s not really &#8216;new&#8217; it&#8217;s just what people are talking about these days. &#8216;Netbooks&#8217;. And I highly doubt it will be some epic battle of Good Vs. Evil, either.<span id="more-138"></span></p>
<p>Approximately 30% of all netbooks shipped have Linux installed on them.  That&#8217;s great, there&#8217;s many good reasons to put Linux on a netbook.  The biggest is Linux runs much smoother with less hardware than windows does.  Linux can also do anything windows can do (for the most part), but here&#8217;s the difference &#8211; there&#8217;s a learning curve.  Sure some &#8216;average consumer&#8217; might be willing to try Linux on a netbook, but that does not equate to a full OS rebuild on a desk-top.  It may convert some, but it may also remind a few why they have Windows installed in the first place &#8211; they&#8217;re already comfortable with what they know.</p>
<p>Windows 7 will not kill off Linux.  Nor will server 2008.  Nor will any other distribution of Windows.  Most Linux distributions are free, stable, and secure which keep costs down and everything running smoothly.   Gone (for the most part here) are the days of searching for drivers all day.  Heck, sometimes it&#8217;s harder to find drivers for Vista.  While Linux isn&#8217;t for everyone, it&#8217;s definitely not going anywhere anytime soon and it&#8217;s definitely not going to loose much, if any, of its server footing.</p>
<p>I, personally, use both.  Linux more-so, especially with the addition of a linux workstation at my home, than Windows &#8211; but they both have their places/faults/features.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-wealth">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.highspeedweb.net/2008/12/23/windows-7-to-kill-linux-linux-to-retaliate-and-firebomb-windows-7/&amp;title=Windows+7+to+kill+Linux%3B+Linux+to+retaliate+and+firebomb+Windows+7" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.highspeedweb.net/2008/12/23/windows-7-to-kill-linux-linux-to-retaliate-and-firebomb-windows-7/&amp;title=Windows+7+to+kill+Linux%3B+Linux+to+retaliate+and+firebomb+Windows+7" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.highspeedweb.net/2008/12/23/windows-7-to-kill-linux-linux-to-retaliate-and-firebomb-windows-7/&amp;t=Windows+7+to+kill+Linux%3B+Linux+to+retaliate+and+firebomb+Windows+7" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Windows%207%20to%20kill%20Linux%3B%20Linux%20to%20retaliate%20and%20firebomb%20Windows%207%22&amp;body=Link: http://blog.highspeedweb.net/2008/12/23/windows-7-to-kill-linux-linux-to-retaliate-and-firebomb-windows-7/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A It%27s%20the%20same%20old%20story%20every%20year%3A%20Linux%20will%20finally%20dominate%20Windows%2C%20Windows%20will%20finally%20kill%20off%20that%20pesky%20open-source%20Linux.%20My%20dad%27s%20better%20than%20your%20dad%3B%20my%20mashed%20potatoes%20can%20beat-up%20your%20mashed%20potatoes.%20%20The%20truth%20simply%20is%20it%27s%20not%20going%20to%20pan%20out%20like%20that.%20%20Linux%20will%20still%20dominat" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.highspeedweb.net/2008/12/23/windows-7-to-kill-linux-linux-to-retaliate-and-firebomb-windows-7/&amp;title=Windows+7+to+kill+Linux%3B+Linux+to+retaliate+and+firebomb+Windows+7" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Windows+7+to+kill+Linux%3B+Linux+to+retaliate+and+firebomb+Windows+7+-+http://b2l.me/pg7ht&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.highspeedweb.net/2008/12/23/windows-7-to-kill-linux-linux-to-retaliate-and-firebomb-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free CD burner for windows</title>
		<link>http://blog.highspeedweb.net/2008/11/20/free-cd-burner-for-windows/</link>
		<comments>http://blog.highspeedweb.net/2008/11/20/free-cd-burner-for-windows/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 19:36:40 +0000</pubDate>
		<dc:creator>BrettW</dc:creator>
				<category><![CDATA[Geek Rant]]></category>
		<category><![CDATA[Thrifty Computing]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[thrifty]]></category>
		<category><![CDATA[burning]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.highspeedweb.net/?p=127</guid>
		<description><![CDATA[Maybe I&#8217;m wrong, but I don&#8217;t think I&#8217;m alone in the thinking that the cd burning software included with windows is one of the worst, if not plainly the worst cd composition software available to users today. It is severely lacking in features such as those that would allow you to copy a cd, design [...]]]></description>
			<content:encoded><![CDATA[<p><img class="left" src="http://tbn0.google.com/images?q=tbn:3Khj2f9js_zy7M:http://www.aplusfreeware.com/categories/Audio-Video/files/cdburnerxp.png" alt="" width="50" height="50" />Maybe I&#8217;m wrong, but I don&#8217;t think I&#8217;m alone in the thinking that the cd burning software included with windows is one of the worst,  if not plainly the worst cd composition software available to users today.  It is severely lacking in features such as those that would allow you to copy a cd, design an audio cd with any normalization or track control, or even simply create an .iso image file. About the only thing it does do is allow you to burn some piece of data on to the physical media that we call cd&#8217;s or dvd&#8217;s. That&#8217;s why I&#8217;m happy to have found <a href="http://cdburnerxp.se/en/home" target="_blank">CDBurner XP</a>.</p>
<p><span id="more-127"></span></p>
<p>I&#8217;m not going to blow smoke where it doesn&#8217;t belong by saying something like, &#8220;this is the greatest burning software of all time&#8221;. But I can at least promise it won&#8217;t suck the moon out of orbit.  All in all I&#8217;m quite pleased with this software and here is a quick run down of its key features;</p>
<div class="intro2">
<ul>
<li>burn all kinds of discs</li>
<li>audio-CDs with or without gaps between tracks</li>
<li>burn and create ISO files</li>
<li>data verification after burning process</li>
<li>create bootable discs</li>
<li>multi-language interface</li>
<li>bin/nrg ? ISO converter, simple cover printing and much more!</li>
<li>Operating Systems: Windows 2000/XP/2003 Server/Vista</li>
</ul>
<p>I used to be a pretty big fan of the Nero burning rom software, but its become a victim of software bloat. CDBurner XP on the other hand offers a plain and simple user interface that is actually quite flexible and most importantly FREE.  Honestly I tried to find something I could gripe about with this software, but well quite simply it does exactly what I need it to do. It even has the ability to burn LightScribe lables. I used to use Nero Burning Rom for most everything, and I found that I have a large collection of .NRG files. Well CDBurner XP has the ability to convert .bin and .nrg files to the standard .iso format. It does still lack one feature that I used on a semi regular basis with Nero and that&#8217;s normalization for audio tracks. But it does offer something similar which is RealPlay gain.  So if you are looking for an upgrade to your native windows cd burning software then give this a shot.</p>
</div>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-wealth">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.highspeedweb.net/2008/11/20/free-cd-burner-for-windows/&amp;title=Free+CD+burner+for+windows" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.highspeedweb.net/2008/11/20/free-cd-burner-for-windows/&amp;title=Free+CD+burner+for+windows" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.highspeedweb.net/2008/11/20/free-cd-burner-for-windows/&amp;t=Free+CD+burner+for+windows" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Free%20CD%20burner%20for%20windows%22&amp;body=Link: http://blog.highspeedweb.net/2008/11/20/free-cd-burner-for-windows/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Maybe%20I%27m%20wrong%2C%20but%20I%20don%27t%20think%20I%27m%20alone%20in%20the%20thinking%20that%20the%20cd%20burning%20software%20included%20with%20windows%20is%20one%20of%20the%20worst%2C%20%20if%20not%20plainly%20the%20worst%20cd%20composition%20software%20available%20to%20users%20today.%20%20It%20is%20severely%20lacking%20in%20features%20such%20as%20those%20that%20would%20allow%20you%20to%20copy%20a%20cd%2C%20design" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.highspeedweb.net/2008/11/20/free-cd-burner-for-windows/&amp;title=Free+CD+burner+for+windows" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Free+CD+burner+for+windows+-+http://b2l.me/phwqe&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.highspeedweb.net/2008/11/20/free-cd-burner-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloning drives for free, no matter the operating system.</title>
		<link>http://blog.highspeedweb.net/2008/11/04/cloning-drives-for-free-no-matter-the-operating-system/</link>
		<comments>http://blog.highspeedweb.net/2008/11/04/cloning-drives-for-free-no-matter-the-operating-system/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 22:17:39 +0000</pubDate>
		<dc:creator>jakob</dc:creator>
				<category><![CDATA[General Tech Info]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Thrifty Computing]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[free cloning]]></category>
		<category><![CDATA[free ghosting]]></category>
		<category><![CDATA[Gparted]]></category>
		<category><![CDATA[lunix cloning]]></category>
		<category><![CDATA[mac cloning]]></category>
		<category><![CDATA[pure awesome]]></category>
		<category><![CDATA[windows 2003]]></category>
		<category><![CDATA[windows cloning]]></category>

		<guid isPermaLink="false">http://blog.highspeedweb.net/?p=114</guid>
		<description><![CDATA[Pretend you&#8217;ve got 5 identical windows 2003 servers (or any server for that matter &#8211; cent os, windows 2003, 2008, and mac os even!) to setup in one work shift. Why break your back trying to install them one at a time on top of doing all the updates? You can just do one base [...]]]></description>
			<content:encoded><![CDATA[<p><img class="left" src="http://blog.highspeedweb.net/wp-content/uploads/2008/11/gparted_logo3.png" alt="" width="50" height="50" /> Pretend you&#8217;ve got 5 identical windows 2003 servers  (or any server for that matter &#8211; cent os, windows 2003, 2008, and mac os even!) to setup in one work shift.  Why break your back trying to install them one at a time on top of doing all the updates?  You can just do one base install and &#8216;ghost&#8217; the drive.  &#8220;That&#8217;s expensive&#8221;, you might proclaim!  Not so &#8211; in fact, I&#8217;ll let you in on a little secret &#8211; Gparted.  Why spend $700 on cloning software when you can just do the same job for free?  Yeah, free!  Free as the air you&#8217;re breathing right now (unless you&#8217;re in space, reading from the ocean, or maybe reading from Mt. Everest).<br />
<span id="more-114"></span></p>
<p>First things first &#8211; you&#8217;ll need a copy of <a href="http://sourceforge.net/project/downloading.php?group_id=115843&amp;use_mirror=internap&amp;filename=gparted-live-0.3.9-4.iso&amp;80601478">Gparted</a>!  That&#8217;s the iso version, burn it to a cd.  Make sure you have the drive you want to clone and an empty drive connected to the same machine (the size of the drive does not matter, unless the data you&#8217;re cloning is larger than the space of the disc)  and boot to your gparted cd.  Before Gparted starts, you&#8217;ll need to choose a few options, I&#8217;ve personally found the defaults to work just fine every time I&#8217;ve used Gparted.  Follow the on-screen directions.  Once Gparted launches, you&#8217;ll see your master drive.  Select it and choose the copy option.  Switch to your secondary drive choose paste.  You&#8217;ll be greeted with two warnings, click Ok through those and choose paste again.  Apply your action.  Once the data is copied over, you&#8217;ll need to mark the flag to &#8216;bootable&#8217; (right click option).  Bada-boom, bada-bing, you just cloned your drive.  Remove the secondary drive and place it in another machine and watch it boot right up!  Pat yourself on the back for saving a few hundred dollars!  Now, of course, if you&#8217;re doing this with windows, you&#8217;ll need to use the same hardware if possible, to avoid a repair and you may need to re-register your copy with Microsoft.  If you have a volume license key, and the same hardware, you&#8217;ll have no issues with ghosting the drive using gparted.  All updates, accounts, settings, etc, etc will be copied over &#8211; it&#8217;s a true clone.  Linux, as always, doesn&#8217;t really care, as long as the new hardware is supported.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-wealth">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.highspeedweb.net/2008/11/04/cloning-drives-for-free-no-matter-the-operating-system/&amp;title=Cloning+drives+for+free%2C+no+matter+the+operating+system.+" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.highspeedweb.net/2008/11/04/cloning-drives-for-free-no-matter-the-operating-system/&amp;title=Cloning+drives+for+free%2C+no+matter+the+operating+system.+" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.highspeedweb.net/2008/11/04/cloning-drives-for-free-no-matter-the-operating-system/&amp;t=Cloning+drives+for+free%2C+no+matter+the+operating+system.+" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Cloning%20drives%20for%20free%2C%20no%20matter%20the%20operating%20system.%20%22&amp;body=Link: http://blog.highspeedweb.net/2008/11/04/cloning-drives-for-free-no-matter-the-operating-system/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %20Pretend%20you%27ve%20got%205%20identical%20windows%202003%20servers%20%20%28or%20any%20server%20for%20that%20matter%20-%20cent%20os%2C%20windows%202003%2C%202008%2C%20and%20mac%20os%20even%21%29%20to%20setup%20in%20one%20work%20shift.%20%20Why%20break%20your%20back%20trying%20to%20install%20them%20one%20at%20a%20time%20on%20top%20of%20doing%20all%20the%20updates%3F%20%20You%20can%20just%20do%20one%20base%20install%20and%20%27ghost%27%20t" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.highspeedweb.net/2008/11/04/cloning-drives-for-free-no-matter-the-operating-system/&amp;title=Cloning+drives+for+free%2C+no+matter+the+operating+system.+" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Cloning+drives+for+free%2C+no+matter+the+operating+system.++-+http://b2l.me/phmqa&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.highspeedweb.net/2008/11/04/cloning-drives-for-free-no-matter-the-operating-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
