<?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>mikedopp.com &#187; Interesting</title>
	<atom:link href="http://mikedopp.com/index.php/category/interesting/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikedopp.com</link>
	<description>Code Monkey by Day, Unix/Windows Administrator by Night, Social Media Chump 24/7</description>
	<lastBuildDate>Wed, 09 Jun 2010 07:37:00 +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>Change, Edit, Modify your Network Adapter Config via Command Prompt</title>
		<link>http://mikedopp.com/index.php/2010/06/09/change-edit-modify-your-network-adapter-config-via-command-prompt/</link>
		<comments>http://mikedopp.com/index.php/2010/06/09/change-edit-modify-your-network-adapter-config-via-command-prompt/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 07:37:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Edit TCP/IP via Command Prompt]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/06/09/change-edit-modify-your-network-adapter-config-via-command-prompt/</guid>
		<description><![CDATA[Command Prompt is a very powerful and fast way to do many things on your computer. However most people find it hard to use do to the fact they do not know any of the commands to carry out what they want to do. We are going to talk about the setting of your network [...]]]></description>
			<content:encoded><![CDATA[<p>Command Prompt is a very powerful and fast way to do many things on your computer. However most people find it hard to use do to the fact they do not know any of the commands to carry out what they want to do.</p>
<p>We are going to talk about the setting of your network adapter via command prompt:</p>
<p>To View your TCP/IP settings:</p>
<p>“netsh interface ip show config”</p>
<p>Change TCP/IP Settings:</p>
<p>“netsh interface ip set address name=&quot;Local Area Connection&quot; static 192.168.0.100 255.255.255.0 192.168.0.1.1”</p>
<p>Export your current settings to a txt file:</p>
<p>“netsh –c interface dump &gt; C:’locatio1.txt”</p>
<p>Import your IP settings:</p>
<p>“netsh –f c:’location1.txt”</p>
<p>Set your IP address to DHCP:</p>
<p>“netsh interface ip set address “Local Area Connection” dhcp”</p>
<p>Set your DNS and WINS addresses:</p>
<p>“netsh interface ip set dns “Local Area Connection” static 192.168.0.100”</p>
<p>Set your DNS to dynamically obtain it’s DNS settings:</p>
<p>“netsh interface ip set dns “Local Area Connection” dhcp”</p>
<p>&#160;</p>
<p>As you can tell the “netsh” command is very powerful.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:96c43d8f-8519-4b7c-b439-ee636ee7a10a" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Netsh" rel="tag">Netsh</a>, <a href="http://flickr.com/photos/tags/The+power+of+command+prompt" rel="tag">The power of command prompt</a>, <a href="http://flickr.com/photos/tags/Change+your+TCP%2fIP+settings+via+command+prompt" rel="tag">Change your TCP/IP settings via command prompt</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e56f5186-200d-4c7e-98c7-7b372ae86f75" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Netsh/" rel="tag">Netsh</a>, <a href="http://www.buzznet.com/tags/The+power+of+command+prompt/" rel="tag">The power of command prompt</a>, <a href="http://www.buzznet.com/tags/Change+your+TCP%2fIP+settings+via+command+prompt/" rel="tag">Change your TCP/IP settings via command prompt</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:dde30558-aab9-418a-a8f9-bf26bfe53375" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Netsh" rel="tag">Netsh</a>, <a href="http://technorati.com/tags/The+power+of+command+prompt" rel="tag">The power of command prompt</a>, <a href="http://technorati.com/tags/Change+your+TCP%2fIP+settings+via+command+prompt" rel="tag">Change your TCP/IP settings via command prompt</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d34a0ddb-2b99-4719-9780-a54c08fc5ca9" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Netsh" rel="tag">Netsh</a>, <a href="http://del.icio.us/popular/The+power+of+command+prompt" rel="tag">The power of command prompt</a>, <a href="http://del.icio.us/popular/Change+your+TCP%2fIP+settings+via+command+prompt" rel="tag">Change your TCP/IP settings via command prompt</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:2eb8dcb7-1238-4249-88a9-b527c73d96f5" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Netsh" rel="tag">Netsh</a>, <a href="http://blogs.icerocket.com/search?q=The+power+of+command+prompt" rel="tag">The power of command prompt</a>, <a href="http://blogs.icerocket.com/search?q=Change+your+TCP%2fIP+settings+via+command+prompt" rel="tag">Change your TCP/IP settings via command prompt</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:327c760f-32ad-4680-8400-d84e5c13088d" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Netsh" rel="tag">Netsh</a>, <a href="http://www.livejournal.com/interests.bml?int=The+power+of+command+prompt" rel="tag">The power of command prompt</a>, <a href="http://www.livejournal.com/interests.bml?int=Change+your+TCP%2fIP+settings+via+command+prompt" rel="tag">Change your TCP/IP settings via command prompt</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:669bc09b-16e7-4a7e-a061-0a520a902cca" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Netsh" rel="tag">Netsh</a>, <a href="http://www.43things.com/tag/The+power+of+command+prompt" rel="tag">The power of command prompt</a>, <a href="http://www.43things.com/tag/Change+your+TCP%2fIP+settings+via+command+prompt" rel="tag">Change your TCP/IP settings via command prompt</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2010/06/09/change-edit-modify-your-network-adapter-config-via-command-prompt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open a Photoshop Document without Photoshop being  installed</title>
		<link>http://mikedopp.com/index.php/2010/06/08/open-a-photoshop-document-without-photoshop-being-installed/</link>
		<comments>http://mikedopp.com/index.php/2010/06/08/open-a-photoshop-document-without-photoshop-being-installed/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 08:22:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[PSD without Photoshop]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/06/08/open-a-photoshop-document-without-photoshop-being-installed/</guid>
		<description><![CDATA[Adobe Photoshop is a very expensive application (cash and resource). With so many open source Photoshop nock-offs (Gimp, Paint.NET, Paint and a few others) It can be hard to justify the cost if all you need to do is open a PSD from your favorite designer. What is a PSD you ask? psd (Photoshop document), [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adobe.com/" target="_blank">Adobe</a> <a href="http://www.adobe.com/products/photoshop/compare/" target="_blank">Photoshop</a> is a very expensive application (cash and resource). With so many open source <a href="http://www.adobe.com/products/photoshop/compare/" target="_blank">Photoshop</a> nock-offs (Gimp, Paint.NET, Paint and a few others) It can be hard to justify the cost if all you need to do is open a PSD from your favorite designer. </p>
<p>What is a PSD you ask? </p>
<p><a href="http://mikedopp.com/wp-content/uploads/2010/06/PS.jpg" rel="lightbox[466]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="PS" border="0" alt="PS" src="http://mikedopp.com/wp-content/uploads/2010/06/PS_thumb.jpg" width="39" height="36" /></a> <a href="http://en.wikipedia.org/wiki/Adobe_Photoshop#Features">psd</a> (<a href="http://www.adobe.com/products/photoshop/compare/" target="_blank">Photoshop</a> document), the default file extension of the proprietary file format of <a href="http://www.adobe.com/" target="_blank">Adobe</a> System&#8217;s <a href="http://www.adobe.com/products/photoshop/compare/" target="_blank">Photoshop</a> program.</p>
<p>A file or template that contains all layers and edits and work a designer has put into the design (drawing). The great thing about a PSD is that it can be exchanged (however can be very very large) and you can open it up and take just a layer or an image out of it and create another project or design. </p>
<p>*Of course there is more and because I am not a designer by trade or by hobby this is the best layman&#8217;s explanation I have. So if you are a designer please understand this is a layman&#8217;s interpretation.*</p>
<p>You could download one of the <a href="http://www.adobe.com/products/photoshop/compare/" target="_blank">Photoshop</a> nock-offs and get the custom filters from the community. Which many do (I know I have.) However it does require just another program to be installed just for the ability to open a PSD.</p>
<p>Here is a trick for your Windows environment (because <a href="http://www.adobe.com/" target="_blank">Adobe</a> <a href="http://www.adobe.com/products/photoshop/compare/" target="_blank">Photoshop</a> is available for MAC and Windows)</p>
<p>First Create a new folder set under C:\Program Files\Common Files\Adobe\Shell\</p>
<p><a href="http://cid-f85a988f57842184.office.live.com/self.aspx/Public/psicon.zip" target="_blank">Download</a> and put psicon.dll in this folder (C:\Program Files\Common Files\Adobe\Shell\).</p>
<p>Then add this Registry information to your computer:</p>
<p>“ </p>
<p>Windows Registry Editor Version 5.00&#160; </p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs] </p>
<p>&quot;C:\\Program Files\\Common Files\\Adobe\\Shell\\psicon.dll&quot;=dword:00000001 </p>
<p>[HKEY_CLASSES_ROOT\.psd\ShellEx] </p>
<p>[HKEY_CLASSES_ROOT\.psd\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}] </p>
<p>@=&quot;{0B6DC6EE-C4FD-11d1-819A-00C04FB69B4D}&quot; </p>
<p>[HKEY_CLASSES_ROOT\CLSID\{0B6DC6EE-C4FD-11d1-819A-00C04FB69B4D}] </p>
<p>@=&quot;Photoshop Icon Handler&quot; </p>
<p>[HKEY_CLASSES_ROOT\CLSID\{0B6DC6EE-C4FD-11d1-819A-00C04FB69B4D}\InProcServer32] </p>
<p>@=&quot;C:\\Program Files\\Common Files\\Adobe\\Shell\\psicon.dll&quot; </p>
<p>&quot;ThreadingModel&quot;=&quot;Apartment&quot; </p>
<p>”</p>
<p><a href="http://cid-f85a988f57842184.office.live.com/self.aspx/Public/Photoshop.reg" target="_blank">Download Registry File</a>.</p>
<p>After you do this go ahead and reboot your Windows PC. Once booted up try to open a PSD.</p>
<p>Should open up in a image editor of your choice.</p>
<p>Now because you do not have Adobe Photoshop installed you will not be able to edit or move the pictures in the file. This will essentially just give you the ability to view the contents.</p>
<p>This brought to you by: <a href="http://www.tutzone.org" target="_blank">TutZone.org</a></p>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0767cb1c-a05c-4048-8539-c1e51bc9bb09" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Photoshop+without+Photoshop" rel="tag">Photoshop without Photoshop</a>, <a href="http://flickr.com/photos/tags/Read+Photoshop+Documents+without+Photoshop" rel="tag">Read Photoshop Documents without Photoshop</a>, <a href="http://flickr.com/photos/tags/Open+PSD+without+Photoshop" rel="tag">Open PSD without Photoshop</a>, <a href="http://flickr.com/photos/tags/View+PSD+without+Photoshop" rel="tag">View PSD without Photoshop</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:2eab9a2f-ea9e-44c4-ae90-13ad5077b58d" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Photoshop+without+Photoshop/" rel="tag">Photoshop without Photoshop</a>, <a href="http://www.buzznet.com/tags/Read+Photoshop+Documents+without+Photoshop/" rel="tag">Read Photoshop Documents without Photoshop</a>, <a href="http://www.buzznet.com/tags/Open+PSD+without+Photoshop/" rel="tag">Open PSD without Photoshop</a>, <a href="http://www.buzznet.com/tags/View+PSD+without+Photoshop/" rel="tag">View PSD without Photoshop</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:22597b86-2e86-43aa-be27-387178a09426" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Photoshop+without+Photoshop" rel="tag">Photoshop without Photoshop</a>, <a href="http://technorati.com/tags/Read+Photoshop+Documents+without+Photoshop" rel="tag">Read Photoshop Documents without Photoshop</a>, <a href="http://technorati.com/tags/Open+PSD+without+Photoshop" rel="tag">Open PSD without Photoshop</a>, <a href="http://technorati.com/tags/View+PSD+without+Photoshop" rel="tag">View PSD without Photoshop</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:41091b0c-7494-4e5b-ac39-27e89fb9b089" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Photoshop+without+Photoshop" rel="tag">Photoshop without Photoshop</a>, <a href="http://del.icio.us/popular/Read+Photoshop+Documents+without+Photoshop" rel="tag">Read Photoshop Documents without Photoshop</a>, <a href="http://del.icio.us/popular/Open+PSD+without+Photoshop" rel="tag">Open PSD without Photoshop</a>, <a href="http://del.icio.us/popular/View+PSD+without+Photoshop" rel="tag">View PSD without Photoshop</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:35bcf3eb-e398-428a-a8ba-b24733e68f50" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Photoshop+without+Photoshop" rel="tag">Photoshop without Photoshop</a>, <a href="http://blogs.icerocket.com/search?q=Read+Photoshop+Documents+without+Photoshop" rel="tag">Read Photoshop Documents without Photoshop</a>, <a href="http://blogs.icerocket.com/search?q=Open+PSD+without+Photoshop" rel="tag">Open PSD without Photoshop</a>, <a href="http://blogs.icerocket.com/search?q=View+PSD+without+Photoshop" rel="tag">View PSD without Photoshop</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:52284336-61bb-494e-b378-82e60dc3a4f3" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Photoshop+without+Photoshop" rel="tag">Photoshop without Photoshop</a>, <a href="http://www.livejournal.com/interests.bml?int=Read+Photoshop+Documents+without+Photoshop" rel="tag">Read Photoshop Documents without Photoshop</a>, <a href="http://www.livejournal.com/interests.bml?int=Open+PSD+without+Photoshop" rel="tag">Open PSD without Photoshop</a>, <a href="http://www.livejournal.com/interests.bml?int=View+PSD+without+Photoshop" rel="tag">View PSD without Photoshop</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:16207fa5-3a55-43b9-b0f9-2f33d9db887d" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Photoshop+without+Photoshop" rel="tag">Photoshop without Photoshop</a>, <a href="http://www.43things.com/tag/Read+Photoshop+Documents+without+Photoshop" rel="tag">Read Photoshop Documents without Photoshop</a>, <a href="http://www.43things.com/tag/Open+PSD+without+Photoshop" rel="tag">Open PSD without Photoshop</a>, <a href="http://www.43things.com/tag/View+PSD+without+Photoshop" rel="tag">View PSD without Photoshop</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2010/06/08/open-a-photoshop-document-without-photoshop-being-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Old DELL Bios trick</title>
		<link>http://mikedopp.com/index.php/2010/05/28/an-old-dell-bios-trick/</link>
		<comments>http://mikedopp.com/index.php/2010/05/28/an-old-dell-bios-trick/#comments</comments>
		<pubDate>Sat, 29 May 2010 05:36:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Dell Bios Trick]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/05/28/an-old-dell-bios-trick/</guid>
		<description><![CDATA[I love DELL servers. Partly because I have worked with them for many years. Since DELL started down the server spiral. I recently ran into an older server not being able to boot into the raid controller on the server. Of course the Raid controller was working (lots of fun testing that) and this server [...]]]></description>
			<content:encoded><![CDATA[<p>I love <a href="http://www.dell.com/us/en/enterprise/servers/ct.aspx?refid=servers&amp;s=biz&amp;cs=555&amp;~ck=bt" target="_blank">DELL servers</a>. Partly because I have worked with them for many years. Since <a href="http://www.dell.com" target="_blank">DELL</a> started down the server spiral. </p>
<p><a href="http://mikedopp.com/wp-content/uploads/2010/05/dell.jpg" rel="lightbox[463]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="dell" border="0" alt="dell" src="http://mikedopp.com/wp-content/uploads/2010/05/dell_thumb.jpg" width="78" height="71" /></a>I recently ran into an older server not being able to boot into the raid controller on the server. Of course the Raid controller was working (lots of fun testing that) and this server did not support Hot Swap so I was concerned to pull the drives even though they were not currently running (superstitious a bit I think. (perhaps paranoid(part of the developer in me))). I was going through some notes I had taken a good long time ago. When I noticed this little trick. </p>
<p>&#160;</p>
<p>On POST hit Ctrl-Alt-D repeatedly (of course not so much the bios beeps at you). Apparently this runs some sort of built-in BIOS hard drive diagnostics. </p>
<p>In my case, it happened to print out &quot;Fail. Return Code: 4&quot;. The tech explained that this means &quot;electrical failure&quot;.</p>
<p>So now you know and back to my figuring out how this “electrical failure” happened. </p>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:9eb889be-5e2f-4848-a4be-a8070c0eba29" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/DELL" rel="tag">DELL</a>, <a href="http://www.43things.com/tag/DELL+Servers" rel="tag">DELL Servers</a>, <a href="http://www.43things.com/tag/DELL+products" rel="tag">DELL products</a>, <a href="http://www.43things.com/tag/DELL+Stupid+Bios+Tricks" rel="tag">DELL Stupid Bios Tricks</a>, <a href="http://www.43things.com/tag/Saved+My+Bacon" rel="tag">Saved My Bacon</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4d0a42ab-0b12-429a-afc2-45eae26a54e9" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/DELL" rel="tag">DELL</a>, <a href="http://flickr.com/photos/tags/DELL+Servers" rel="tag">DELL Servers</a>, <a href="http://flickr.com/photos/tags/DELL+products" rel="tag">DELL products</a>, <a href="http://flickr.com/photos/tags/DELL+Stupid+Bios+Tricks" rel="tag">DELL Stupid Bios Tricks</a>, <a href="http://flickr.com/photos/tags/Saved+My+Bacon" rel="tag">Saved My Bacon</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:7a22a9cd-5ba5-47e0-a63f-59e40b923ecc" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/DELL/" rel="tag">DELL</a>, <a href="http://www.buzznet.com/tags/DELL+Servers/" rel="tag">DELL Servers</a>, <a href="http://www.buzznet.com/tags/DELL+products/" rel="tag">DELL products</a>, <a href="http://www.buzznet.com/tags/DELL+Stupid+Bios+Tricks/" rel="tag">DELL Stupid Bios Tricks</a>, <a href="http://www.buzznet.com/tags/Saved+My+Bacon/" rel="tag">Saved My Bacon</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4a2dea01-376f-465c-911e-2c00cd20a01b" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/DELL" rel="tag">DELL</a>, <a href="http://technorati.com/tags/DELL+Servers" rel="tag">DELL Servers</a>, <a href="http://technorati.com/tags/DELL+products" rel="tag">DELL products</a>, <a href="http://technorati.com/tags/DELL+Stupid+Bios+Tricks" rel="tag">DELL Stupid Bios Tricks</a>, <a href="http://technorati.com/tags/Saved+My+Bacon" rel="tag">Saved My Bacon</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b67b7d18-0950-4afc-9d2e-63ac5a19aaa5" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/DELL" rel="tag">DELL</a>, <a href="http://del.icio.us/popular/DELL+Servers" rel="tag">DELL Servers</a>, <a href="http://del.icio.us/popular/DELL+products" rel="tag">DELL products</a>, <a href="http://del.icio.us/popular/DELL+Stupid+Bios+Tricks" rel="tag">DELL Stupid Bios Tricks</a>, <a href="http://del.icio.us/popular/Saved+My+Bacon" rel="tag">Saved My Bacon</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:a2b48e1f-adca-44cd-9dfd-11e8915e0284" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=DELL" rel="tag">DELL</a>, <a href="http://blogs.icerocket.com/search?q=DELL+Servers" rel="tag">DELL Servers</a>, <a href="http://blogs.icerocket.com/search?q=DELL+products" rel="tag">DELL products</a>, <a href="http://blogs.icerocket.com/search?q=DELL+Stupid+Bios+Tricks" rel="tag">DELL Stupid Bios Tricks</a>, <a href="http://blogs.icerocket.com/search?q=Saved+My+Bacon" rel="tag">Saved My Bacon</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:cf7c382c-995e-4a59-9e51-dfac38b0be7b" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=DELL" rel="tag">DELL</a>, <a href="http://www.livejournal.com/interests.bml?int=DELL+Servers" rel="tag">DELL Servers</a>, <a href="http://www.livejournal.com/interests.bml?int=DELL+products" rel="tag">DELL products</a>, <a href="http://www.livejournal.com/interests.bml?int=DELL+Stupid+Bios+Tricks" rel="tag">DELL Stupid Bios Tricks</a>, <a href="http://www.livejournal.com/interests.bml?int=Saved+My+Bacon" rel="tag">Saved My Bacon</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2010/05/28/an-old-dell-bios-trick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chemicals and the color of flames they produce</title>
		<link>http://mikedopp.com/index.php/2010/04/16/chemicals-and-the-of-color-flames-they-produce/</link>
		<comments>http://mikedopp.com/index.php/2010/04/16/chemicals-and-the-of-color-flames-they-produce/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 08:33:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Chemicals and color flames]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/04/16/chemicals-and-the-of-color-flames-they-produce/</guid>
		<description><![CDATA[There are all these chemicals that change the color of fire: Copper Chloride : blue Borax : light green Copper Sulfate: green Lithium Chloride: pink or red Potassium Nitrate: purple Epsom Salt: White Strontium Chloride: makes red flame in campfire. Potassium Chloride: makes a deep purple flame in campfire. Alum (thallium): a nice bright green [...]]]></description>
			<content:encoded><![CDATA[<p>There are all these chemicals that change the color of fire:<br />
Copper Chloride : blue<br />
Borax : light green<br />
Copper Sulfate: green<br />
Lithium Chloride: pink or red<br />
Potassium Nitrate: purple<br />
Epsom Salt: White<br />
Strontium Chloride: makes red flame in campfire.<br />
Potassium Chloride: makes a deep purple flame in campfire.<br />
Alum (thallium): a nice bright green flame in campfire. Used for pickling but can also buy cheap at drugstore<br />
Calcium Chloride : nice blue flame &#8211; is sold commercially as the product ” Damp-Rid” to get rid of moisture.<br />
Table Salt (sodium chloride)- make an orange flame.<br />
Boric Acid &#8211; deep red flame. Buy at any pharmacy.</p>
<p>Warning some or most of these chemicals are not safe for the environment. Also I am not responsible if you or someone else gets burned dies or has any bodily harm from testing these chemicals. Don’t email me hate letters or etc….</p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:fd159ec3-9119-493d-ba58-f5100f149862" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">Flickr Tags: <a rel="tag" href="http://flickr.com/photos/tags/Burn+baby+burn">Burn baby burn</a>, <a rel="tag" href="http://flickr.com/photos/tags/Woah+thats+cool!">Woah thats cool!</a>, <a rel="tag" href="http://flickr.com/photos/tags/Chemicals+and+the+color+flames+they+produce">Chemicals and the color flames they produce</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d3878644-b31a-4d36-8f91-c5c0ae7cdc0e" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">BuzzNet Tags: <a rel="tag" href="http://www.buzznet.com/tags/Burn+baby+burn/">Burn baby burn</a>, <a rel="tag" href="http://www.buzznet.com/tags/Woah+thats+cool!/">Woah thats cool!</a>, <a rel="tag" href="http://www.buzznet.com/tags/Chemicals+and+the+color+flames+they+produce/">Chemicals and the color flames they produce</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:f8511873-2f37-4bbd-b791-fac465d7ee18" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">Technorati Tags: <a rel="tag" href="http://technorati.com/tags/Burn+baby+burn">Burn baby burn</a>, <a rel="tag" href="http://technorati.com/tags/Woah+thats+cool!">Woah thats cool!</a>, <a rel="tag" href="http://technorati.com/tags/Chemicals+and+the+color+flames+they+produce">Chemicals and the color flames they produce</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c571b5e9-d198-46c7-a7d2-06e3a2a99317" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">del.icio.us Tags: <a rel="tag" href="http://del.icio.us/popular/Burn+baby+burn">Burn baby burn</a>, <a rel="tag" href="http://del.icio.us/popular/Woah+thats+cool!">Woah thats cool!</a>, <a rel="tag" href="http://del.icio.us/popular/Chemicals+and+the+color+flames+they+produce">Chemicals and the color flames they produce</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b64c033c-4503-40e2-8d16-d76748d113d2" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">IceRocket Tags: <a rel="tag" href="http://blogs.icerocket.com/search?q=Burn+baby+burn">Burn baby burn</a>, <a rel="tag" href="http://blogs.icerocket.com/search?q=Woah+thats+cool!">Woah thats cool!</a>, <a rel="tag" href="http://blogs.icerocket.com/search?q=Chemicals+and+the+color+flames+they+produce">Chemicals and the color flames they produce</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:98a0ce66-4e1c-4d95-83b4-10a747e5c2ff" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">LiveJournal Tags: <a rel="tag" href="http://www.livejournal.com/interests.bml?int=Burn+baby+burn">Burn baby burn</a>, <a rel="tag" href="http://www.livejournal.com/interests.bml?int=Woah+thats+cool!">Woah thats cool!</a>, <a rel="tag" href="http://www.livejournal.com/interests.bml?int=Chemicals+and+the+color+flames+they+produce">Chemicals and the color flames they produce</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:01e39341-70e3-4361-8a60-c7195cc5a105" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">43 Things Tags: <a rel="tag" href="http://www.43things.com/tag/Burn+baby+burn">Burn baby burn</a>, <a rel="tag" href="http://www.43things.com/tag/Woah+thats+cool!">Woah thats cool!</a>, <a rel="tag" href="http://www.43things.com/tag/Chemicals+and+the+color+flames+they+produce">Chemicals and the color flames they produce</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2010/04/16/chemicals-and-the-of-color-flames-they-produce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When Not to use Windows NTFS File Compression</title>
		<link>http://mikedopp.com/index.php/2010/04/05/when-not-to-use-windows-ntfs-file-compression/</link>
		<comments>http://mikedopp.com/index.php/2010/04/05/when-not-to-use-windows-ntfs-file-compression/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 05:01:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[NTFS compression]]></category>
		<category><![CDATA[When Not to.]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/04/05/when-not-to-use-windows-ntfs-file-compression/</guid>
		<description><![CDATA[We all have those hard drives or partitions that seem to be small or are truly small (Waiting for a that’s what she said). A cool feature of the Windows NTFS File system/structure is file or folder compression.&#160;&#160; Few people use it but it does come in handy when you want to squeeze out more [...]]]></description>
			<content:encoded><![CDATA[<p>We all have those hard drives or partitions that seem to be small or are truly small (Waiting for a that’s what she said). A cool feature of the Windows NTFS File system/structure is file or folder compression.&#160;&#160; Few people use it but it does come in handy when you want to squeeze out more space on that small partition or drive. </p>
<h3>However here is a list of reason and when not to use File Compression:</h3>
<p>1. Never use NTFS File Compression on Windows Directories or Program Files</p>
<p>2. If you want to compress your documents make sure to compress them at the my documents/documents level not the USER level. Eg.(C:\Users or C:\Users\YourName) due to the fact you have registry info (<strong>User.DAT</strong>) in every user profile and will slow down or possibly corrupt your Operating System. Always compress inside the USER (YourName).&#160; Eg.(C:\Users\YourName\Documents (Vista/7) C:\Documents and Settings\YourName\My Documents (Win Xp\2003))</p>
<p>3. When you have a Drive larger than 320 gigs. Why? Really? Typically you have a large disk for storage of files. All Compression will do is <strong>slow</strong> (snails pace) you backups or storage techniques like copy and paste.</p>
<p>4. Installing any Server or Heavily serviced Applications like oh lets say MSSQL server. First it wont install on a compressed disk and if you end up getting it to it will make you administration as well as use a nightmare.</p>
<p>5. When doing any kind of backup like Norton Ghost or Drive Image or Cloning of any kind. This already takes forever. Compression only makes the hours last longer. </p>
<p>Truth is File Compression is a great tool and is a good idea on smaller drives less than 320 gigs. Use a larger disk for storage even make it ntfs if you want but <strong>do not</strong> compress it.</p>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ca454db2-4f8d-4128-96de-4fc66054ee3c" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Horror+stories+on+File+Compression" rel="tag">Horror stories on File Compression</a>, <a href="http://flickr.com/photos/tags/Local+file+systems+hate+File+Compression+(news+at+nine)" rel="tag">Local file systems hate File Compression (news at nine)</a>, <a href="http://flickr.com/photos/tags/Too+bad+Fat32+doesnt+compress+all+that+well" rel="tag">Too bad Fat32 doesnt compress all that well</a>, <a href="http://flickr.com/photos/tags/If+you+want+to+prove+that+windows+anything+is+slow+-+try+compressing+your+windows+directory." rel="tag">If you want to prove that windows anything is slow &#8211; try compressing your windows directory.</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:6d484383-5f71-4fb7-9bf9-0dc3fa783f4d" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Horror+stories+on+File+Compression/" rel="tag">Horror stories on File Compression</a>, <a href="http://www.buzznet.com/tags/Local+file+systems+hate+File+Compression+(news+at+nine)/" rel="tag">Local file systems hate File Compression (news at nine)</a>, <a href="http://www.buzznet.com/tags/Too+bad+Fat32+doesnt+compress+all+that+well/" rel="tag">Too bad Fat32 doesnt compress all that well</a>, <a href="http://www.buzznet.com/tags/If+you+want+to+prove+that+windows+anything+is+slow+-+try+compressing+your+windows+directory./" rel="tag">If you want to prove that windows anything is slow &#8211; try compressing your windows directory.</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3a17298b-5216-450e-8983-bf86392319c1" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Horror+stories+on+File+Compression" rel="tag">Horror stories on File Compression</a>, <a href="http://technorati.com/tags/Local+file+systems+hate+File+Compression+(news+at+nine)" rel="tag">Local file systems hate File Compression (news at nine)</a>, <a href="http://technorati.com/tags/Too+bad+Fat32+doesnt+compress+all+that+well" rel="tag">Too bad Fat32 doesnt compress all that well</a>, <a href="http://technorati.com/tags/If+you+want+to+prove+that+windows+anything+is+slow+-+try+compressing+your+windows+directory." rel="tag">If you want to prove that windows anything is slow &#8211; try compressing your windows directory.</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3f953679-51fe-4fb4-9e4c-1b3a05e777d3" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Horror+stories+on+File+Compression" rel="tag">Horror stories on File Compression</a>, <a href="http://del.icio.us/popular/Local+file+systems+hate+File+Compression+(news+at+nine)" rel="tag">Local file systems hate File Compression (news at nine)</a>, <a href="http://del.icio.us/popular/Too+bad+Fat32+doesnt+compress+all+that+well" rel="tag">Too bad Fat32 doesnt compress all that well</a>, <a href="http://del.icio.us/popular/If+you+want+to+prove+that+windows+anything+is+slow+-+try+compressing+your+windows+directory." rel="tag">If you want to prove that windows anything is slow &#8211; try compressing your windows directory.</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0013a373-f827-402a-8e7b-b5680f80cded" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Horror+stories+on+File+Compression" rel="tag">Horror stories on File Compression</a>, <a href="http://blogs.icerocket.com/search?q=Local+file+systems+hate+File+Compression+(news+at+nine)" rel="tag">Local file systems hate File Compression (news at nine)</a>, <a href="http://blogs.icerocket.com/search?q=Too+bad+Fat32+doesnt+compress+all+that+well" rel="tag">Too bad Fat32 doesnt compress all that well</a>, <a href="http://blogs.icerocket.com/search?q=If+you+want+to+prove+that+windows+anything+is+slow+-+try+compressing+your+windows+directory." rel="tag">If you want to prove that windows anything is slow &#8211; try compressing your windows directory.</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:97c3cc53-1794-4a4b-a45e-2c0e5b1bd12b" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Horror+stories+on+File+Compression" rel="tag">Horror stories on File Compression</a>, <a href="http://www.livejournal.com/interests.bml?int=Local+file+systems+hate+File+Compression+(news+at+nine)" rel="tag">Local file systems hate File Compression (news at nine)</a>, <a href="http://www.livejournal.com/interests.bml?int=Too+bad+Fat32+doesnt+compress+all+that+well" rel="tag">Too bad Fat32 doesnt compress all that well</a>, <a href="http://www.livejournal.com/interests.bml?int=If+you+want+to+prove+that+windows+anything+is+slow+-+try+compressing+your+windows+directory." rel="tag">If you want to prove that windows anything is slow &#8211; try compressing your windows directory.</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d10f9fea-bfea-4db1-a914-bdd86562d1e5" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Horror+stories+on+File+Compression" rel="tag">Horror stories on File Compression</a>, <a href="http://www.43things.com/tag/Local+file+systems+hate+File+Compression+(news+at+nine)" rel="tag">Local file systems hate File Compression (news at nine)</a>, <a href="http://www.43things.com/tag/Too+bad+Fat32+doesnt+compress+all+that+well" rel="tag">Too bad Fat32 doesnt compress all that well</a>, <a href="http://www.43things.com/tag/If+you+want+to+prove+that+windows+anything+is+slow+-+try+compressing+your+windows+directory." rel="tag">If you want to prove that windows anything is slow &#8211; try compressing your windows directory.</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2010/04/05/when-not-to-use-windows-ntfs-file-compression/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The OSI Model And You.</title>
		<link>http://mikedopp.com/index.php/2010/02/24/the-osi-model-and-you/</link>
		<comments>http://mikedopp.com/index.php/2010/02/24/the-osi-model-and-you/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 08:28:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[7 layers of Networking]]></category>
		<category><![CDATA[OSI model]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/02/24/the-osi-model-and-you/</guid>
		<description><![CDATA[So you ask what is the OSI model and why does it have 7 layers? Mmm… 7 layer dip… Ok lameness aside. Here is the entire 7 Layers of OSI and standards for Networking anything. The 7 Layers of the OSI Model The OSI, or Open System Interconnection, model defines a networking framework for implementing [...]]]></description>
			<content:encoded><![CDATA[<p>So you ask what is the OSI model and why does it have 7 layers? </p>
<p>Mmm… 7 layer dip… Ok lameness aside. </p>
<p>Here is the entire 7 Layers of OSI and standards for Networking anything.</p>
<h2>The 7 Layers of the OSI Model</h2>
<p>The OSI, or Open System Interconnection, model defines a networking framework for implementing protocols in seven layers. Control is passed from one layer to the next, starting at the application layer in one station, proceeding to the bottom layer, over the channel to the next station and back up the hierarchy. </p>
<p><b>Application </b><b>(Layer 7)</b> </p>
<p>This layer supports <u>application</u> and end-user processes. Communication partners are identified, quality of service is identified, user <u>authentication</u> and privacy are considered, and any constraints on data <u>syntax</u> are identified. Everything at this layer is application-specific. This layer provides application services for file transfers, <u>e-mail</u>, and other <u>network</u> <u>software</u> services. <u>Telnet</u> and <u>FTP</u> are applications that exist entirely in the application level. <u>Tiered application architectures</u> are part of this layer.</p>
<p><b>Presentation </b><b>(Layer 6)</b> </p>
<p>This layer provides independence from differences in data representation (e.g., <u>encryption</u>) by translating from application to network format, and vice versa. The presentation layer works to transform data into the form that the application layer can accept. This layer formats and encrypts data to be sent across a network, providing freedom from compatibility problems. It is sometimes called the <i>syntax layer</i>.</p>
<p><b>Session </b><b>(Layer 5)</b> </p>
<p>This layer establishes, manages and terminates connections between applications. The session layer sets up, coordinates, and terminates conversations, exchanges, and dialogues between the applications at each end. It deals with session and connection coordination.</p>
<p><b>Transport </b><b>(Layer 4)</b> </p>
<p>This layer provides <u>transparent</u> transfer of data between end systems, or hosts, and is responsible for end-to-end error recovery and <u>flow control</u>. It ensures complete data transfer.</p>
<p><b>Network </b><b>(Layer 3)</b> </p>
<p>This layer provides <u>switching</u> and <u>routing</u> technologies, creating logical paths, known as <u>virtual circuits</u>, for transmitting data from <u>node</u> to node. Routing and forwarding are functions of this layer, as well as addressing, <u>internetworking</u>, error handling, congestion control and <u>packet</u> sequencing.</p>
<p><b>Data Link </b><b>(Layer 2)</b> </p>
<p>At this layer, data packets are encoded and decoded into <u>bits</u>. It furnishes transmission protocol knowledge and management and handles errors in the physical layer, flow control and frame synchronization. The data link layer is divided into two sublayers: The <u>Media Access Control</u> (MAC) layer and the Logical Link Control (LLC) layer. The MAC sublayer controls how a computer on the network gains access to the data and permission to transmit it. The LLC layer controls frame synchronization, flow control and error checking.</p>
<p><b>Physical </b><b>(Layer 1)</b> </p>
<p>This layer conveys the <u>bit</u> stream &#8211; electrical impulse, light or radio signal &#8212; through the network at the electrical and mechanical level. It provides the <u>hardware</u> means of sending and receiving data on a carrier, including defining cables, <u>cards</u> and physical aspects. <u>Fast Ethernet</u>, <u>RS232</u>, and <u>ATM</u> are protocols with physical layer components.</p>
<p>Here is a convenient <a href="http://cid-f85a988f57842184.skydrive.live.com/self.aspx/Public/The%207%20Layers%20of%20the%20OSI%20Model.doc" target="_blank">Word Doc to keep</a></p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:95c841c6-610c-4619-9292-8f07d40c0a66" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/OSI+Model" rel="tag">OSI Model</a>, <a href="http://flickr.com/photos/tags/Happiness+in+Network+structures" rel="tag">Happiness in Network structures</a>, <a href="http://flickr.com/photos/tags/Why+do+we+need+layers%3f" rel="tag">Why do we need layers?</a>, <a href="http://flickr.com/photos/tags/Cant+it+be+magic+like+everything+else%3f" rel="tag">Cant it be magic like everything else?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:8eb5f2a9-8577-4901-bccf-a9c5c3f3f100" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/OSI+Model/" rel="tag">OSI Model</a>, <a href="http://www.buzznet.com/tags/Happiness+in+Network+structures/" rel="tag">Happiness in Network structures</a>, <a href="http://www.buzznet.com/tags/Why+do+we+need+layers%3f/" rel="tag">Why do we need layers?</a>, <a href="http://www.buzznet.com/tags/Cant+it+be+magic+like+everything+else%3f/" rel="tag">Cant it be magic like everything else?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ab0d1c98-ddc3-43c2-816a-89d3113ad4ed" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/OSI+Model" rel="tag">OSI Model</a>, <a href="http://technorati.com/tags/Happiness+in+Network+structures" rel="tag">Happiness in Network structures</a>, <a href="http://technorati.com/tags/Why+do+we+need+layers%3f" rel="tag">Why do we need layers?</a>, <a href="http://technorati.com/tags/Cant+it+be+magic+like+everything+else%3f" rel="tag">Cant it be magic like everything else?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:a547492e-1b72-4d01-8bf5-fb63bc016a94" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/OSI+Model" rel="tag">OSI Model</a>, <a href="http://del.icio.us/popular/Happiness+in+Network+structures" rel="tag">Happiness in Network structures</a>, <a href="http://del.icio.us/popular/Why+do+we+need+layers%3f" rel="tag">Why do we need layers?</a>, <a href="http://del.icio.us/popular/Cant+it+be+magic+like+everything+else%3f" rel="tag">Cant it be magic like everything else?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:46326c7b-b0ce-4a40-949e-8857b9d87d1b" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=OSI+Model" rel="tag">OSI Model</a>, <a href="http://blogs.icerocket.com/search?q=Happiness+in+Network+structures" rel="tag">Happiness in Network structures</a>, <a href="http://blogs.icerocket.com/search?q=Why+do+we+need+layers%3f" rel="tag">Why do we need layers?</a>, <a href="http://blogs.icerocket.com/search?q=Cant+it+be+magic+like+everything+else%3f" rel="tag">Cant it be magic like everything else?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3e5363cf-d038-4d6d-a589-3e2c4ec65094" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=OSI+Model" rel="tag">OSI Model</a>, <a href="http://www.livejournal.com/interests.bml?int=Happiness+in+Network+structures" rel="tag">Happiness in Network structures</a>, <a href="http://www.livejournal.com/interests.bml?int=Why+do+we+need+layers%3f" rel="tag">Why do we need layers?</a>, <a href="http://www.livejournal.com/interests.bml?int=Cant+it+be+magic+like+everything+else%3f" rel="tag">Cant it be magic like everything else?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:8571e9ab-9f7a-409d-afdc-c7516f6c8204" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/OSI+Model" rel="tag">OSI Model</a>, <a href="http://www.43things.com/tag/Happiness+in+Network+structures" rel="tag">Happiness in Network structures</a>, <a href="http://www.43things.com/tag/Why+do+we+need+layers%3f" rel="tag">Why do we need layers?</a>, <a href="http://www.43things.com/tag/Cant+it+be+magic+like+everything+else%3f" rel="tag">Cant it be magic like everything else?</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2010/02/24/the-osi-model-and-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get detail of your system Ram</title>
		<link>http://mikedopp.com/index.php/2010/02/23/get-detail-of-your-system-ram/</link>
		<comments>http://mikedopp.com/index.php/2010/02/23/get-detail-of-your-system-ram/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 08:13:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[command line info]]></category>
		<category><![CDATA[Memory info]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/02/23/get-detail-of-your-system-ram/</guid>
		<description><![CDATA[Here is a quick little command line to get how much memory is installed on your pc. Open a command prompt and type: “wmic MEMORYCHIP get banklabel, devicelocator, caption, capacity” &#160; Flickr Tags: Memory Checker, Ram Total and Location, Easy Command to get info, How come I dont have more memroy? BuzzNet Tags: Memory Checker, [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a quick little command line to get how much memory is installed on your pc.</p>
<p><a href="http://mikedopp.com/wp-content/uploads/2010/02/MemoryInfo.jpg" rel="lightbox[430]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="MemoryInfo" border="0" alt="MemoryInfo" src="http://mikedopp.com/wp-content/uploads/2010/02/MemoryInfo_thumb.jpg" width="398" height="196" /></a> </p>
<p>Open a command prompt and type:</p>
<p>“wmic MEMORYCHIP get banklabel, devicelocator, caption, capacity”</p>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c4caaa1c-f1ef-4cc9-afbb-7a40223406c4" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Memory+Checker" rel="tag">Memory Checker</a>, <a href="http://flickr.com/photos/tags/Ram+Total+and+Location" rel="tag">Ram Total and Location</a>, <a href="http://flickr.com/photos/tags/Easy+Command+to+get+info" rel="tag">Easy Command to get info</a>, <a href="http://flickr.com/photos/tags/How+come+I+dont+have+more+memroy%3f" rel="tag">How come I dont have more memroy?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4f5f0adc-6794-4013-8c3a-2ba56453c99b" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Memory+Checker/" rel="tag">Memory Checker</a>, <a href="http://www.buzznet.com/tags/Ram+Total+and+Location/" rel="tag">Ram Total and Location</a>, <a href="http://www.buzznet.com/tags/Easy+Command+to+get+info/" rel="tag">Easy Command to get info</a>, <a href="http://www.buzznet.com/tags/How+come+I+dont+have+more+memroy%3f/" rel="tag">How come I dont have more memroy?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:879fc9b6-1f94-4b19-9132-01b7f9b643ce" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Memory+Checker" rel="tag">Memory Checker</a>, <a href="http://technorati.com/tags/Ram+Total+and+Location" rel="tag">Ram Total and Location</a>, <a href="http://technorati.com/tags/Easy+Command+to+get+info" rel="tag">Easy Command to get info</a>, <a href="http://technorati.com/tags/How+come+I+dont+have+more+memroy%3f" rel="tag">How come I dont have more memroy?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:f982face-77d0-4269-af5e-850408f19e43" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Memory+Checker" rel="tag">Memory Checker</a>, <a href="http://del.icio.us/popular/Ram+Total+and+Location" rel="tag">Ram Total and Location</a>, <a href="http://del.icio.us/popular/Easy+Command+to+get+info" rel="tag">Easy Command to get info</a>, <a href="http://del.icio.us/popular/How+come+I+dont+have+more+memroy%3f" rel="tag">How come I dont have more memroy?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:769ea8d6-aa71-43cc-a600-4325e818400d" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Memory+Checker" rel="tag">Memory Checker</a>, <a href="http://blogs.icerocket.com/search?q=Ram+Total+and+Location" rel="tag">Ram Total and Location</a>, <a href="http://blogs.icerocket.com/search?q=Easy+Command+to+get+info" rel="tag">Easy Command to get info</a>, <a href="http://blogs.icerocket.com/search?q=How+come+I+dont+have+more+memroy%3f" rel="tag">How come I dont have more memroy?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d82900ae-4645-4636-97d8-afb021c4af16" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Memory+Checker" rel="tag">Memory Checker</a>, <a href="http://www.livejournal.com/interests.bml?int=Ram+Total+and+Location" rel="tag">Ram Total and Location</a>, <a href="http://www.livejournal.com/interests.bml?int=Easy+Command+to+get+info" rel="tag">Easy Command to get info</a>, <a href="http://www.livejournal.com/interests.bml?int=How+come+I+dont+have+more+memroy%3f" rel="tag">How come I dont have more memroy?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0cf227d2-1492-4376-abb9-57e24e8e4ff1" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Memory+Checker" rel="tag">Memory Checker</a>, <a href="http://www.43things.com/tag/Ram+Total+and+Location" rel="tag">Ram Total and Location</a>, <a href="http://www.43things.com/tag/Easy+Command+to+get+info" rel="tag">Easy Command to get info</a>, <a href="http://www.43things.com/tag/How+come+I+dont+have+more+memroy%3f" rel="tag">How come I dont have more memroy?</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2010/02/23/get-detail-of-your-system-ram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Retro Windows 98 Themes on Windows 7</title>
		<link>http://mikedopp.com/index.php/2010/02/21/use-retro-windows-98-themes-on-windows-7/</link>
		<comments>http://mikedopp.com/index.php/2010/02/21/use-retro-windows-98-themes-on-windows-7/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 17:16:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 98 themes]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/02/21/use-retro-windows-98-themes-on-windows-7/</guid>
		<description><![CDATA[Originally Found at Windows Club Want to go retro? Try applying the old Windows 98 Plus! themes to Windows 7. Yes they do work and you can apply them easily! Extract the contents of the downloaded .zip file to your desktop. Move its content, the Plus! folder on to the desktop. Open the folder, right [...]]]></description>
			<content:encoded><![CDATA[<p>Originally Found at <a href="http://www.thewindowsclub.com/how-to-apply-old-windows-98-plus-themes-in-windows-7" target="_blank">Windows Club</a></p>
<p>Want to go retro? Try applying the old Windows 98 Plus! themes to Windows 7. Yes they do work and you can apply them easily!</p>
<p>Extract the contents of the downloaded .zip file to your desktop. Move its content, the Plus! folder on to the desktop.</p>
<p>Open the folder, right click on <em>THEMES.exe</em> and select Properties.</p>
<p>Click on the Compatibility tab and in Compatibility mode section, check <em>Run this program in compatibility mode</em>.</p>
<p>From the drop down menu, select Windows 98.</p>
<p>Click Apply &gt; OK.</p>
<p>Now click open Themes.exe and from its drop down menu select the theme you want to apply.</p>
<p>Thats it!</p>
<p><em>You will find that your wallpaper, cursor, font, etc, all have gone retro!</em></p>
<p><a href="http://www.deviantart.com/download/155015314/Plus98_For_Windows_7_by_AnsonSterling.zip" target="_blank">Download the Windows Plus! pack</a></p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d34036a0-dcdc-4a57-8b6c-cadf2292fec5" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Windows+98" rel="tag">Windows 98</a>, <a href="http://flickr.com/photos/tags/And+you+thought+you+escaped+the+90's" rel="tag">And you thought you escaped the 90&#8242;s</a>, <a href="http://flickr.com/photos/tags/Retro+Themes+on+New+Software" rel="tag">Retro Themes on New Software</a>, <a href="http://flickr.com/photos/tags/Gotta+love+it" rel="tag">Gotta love it</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:651e32b4-0fcd-444d-ae1f-e5b166dc4e50" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Windows+98/" rel="tag">Windows 98</a>, <a href="http://www.buzznet.com/tags/And+you+thought+you+escaped+the+90's/" rel="tag">And you thought you escaped the 90&#8242;s</a>, <a href="http://www.buzznet.com/tags/Retro+Themes+on+New+Software/" rel="tag">Retro Themes on New Software</a>, <a href="http://www.buzznet.com/tags/Gotta+love+it/" rel="tag">Gotta love it</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:91ba17fb-8d87-4ce5-8e37-88aaf70a9b23" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Windows+98" rel="tag">Windows 98</a>, <a href="http://technorati.com/tags/And+you+thought+you+escaped+the+90's" rel="tag">And you thought you escaped the 90&#8242;s</a>, <a href="http://technorati.com/tags/Retro+Themes+on+New+Software" rel="tag">Retro Themes on New Software</a>, <a href="http://technorati.com/tags/Gotta+love+it" rel="tag">Gotta love it</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b5babd14-7689-44e0-b034-0fc0c8028047" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Windows+98" rel="tag">Windows 98</a>, <a href="http://del.icio.us/popular/And+you+thought+you+escaped+the+90's" rel="tag">And you thought you escaped the 90&#8242;s</a>, <a href="http://del.icio.us/popular/Retro+Themes+on+New+Software" rel="tag">Retro Themes on New Software</a>, <a href="http://del.icio.us/popular/Gotta+love+it" rel="tag">Gotta love it</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:2a5f598d-d6a3-4f04-85c2-424ad3eec9b0" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Windows+98" rel="tag">Windows 98</a>, <a href="http://blogs.icerocket.com/search?q=And+you+thought+you+escaped+the+90's" rel="tag">And you thought you escaped the 90&#8242;s</a>, <a href="http://blogs.icerocket.com/search?q=Retro+Themes+on+New+Software" rel="tag">Retro Themes on New Software</a>, <a href="http://blogs.icerocket.com/search?q=Gotta+love+it" rel="tag">Gotta love it</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ef4d0563-289a-4d03-b755-32600421e729" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Windows+98" rel="tag">Windows 98</a>, <a href="http://www.livejournal.com/interests.bml?int=And+you+thought+you+escaped+the+90's" rel="tag">And you thought you escaped the 90&#8242;s</a>, <a href="http://www.livejournal.com/interests.bml?int=Retro+Themes+on+New+Software" rel="tag">Retro Themes on New Software</a>, <a href="http://www.livejournal.com/interests.bml?int=Gotta+love+it" rel="tag">Gotta love it</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:49b04f1f-45c4-4cb3-8de3-b868f7b08db4" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Windows+98" rel="tag">Windows 98</a>, <a href="http://www.43things.com/tag/And+you+thought+you+escaped+the+90's" rel="tag">And you thought you escaped the 90&#8242;s</a>, <a href="http://www.43things.com/tag/Retro+Themes+on+New+Software" rel="tag">Retro Themes on New Software</a>, <a href="http://www.43things.com/tag/Gotta+love+it" rel="tag">Gotta love it</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2010/02/21/use-retro-windows-98-themes-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>View your Favorite sites Naked</title>
		<link>http://mikedopp.com/index.php/2010/02/17/view-your-favorite-sites-naked/</link>
		<comments>http://mikedopp.com/index.php/2010/02/17/view-your-favorite-sites-naked/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 06:17:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Naked Website]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/02/17/view-your-favorite-sites-naked/</guid>
		<description><![CDATA[Being a web developer for quite a while you create terms like viewing your web sites without “CSS” or naked. Once in a while its fun just to surf to a site like mikedopp.com and see all the Gooey (gui) goodness and formatted text and such. Of course CSS is what makes the site look [...]]]></description>
			<content:encoded><![CDATA[<p>Being a web developer for quite a while you create terms like viewing your web sites without “CSS” or naked. </p>
<p>Once in a while its fun just to surf to a site like mikedopp.com and see all the Gooey (gui) goodness and formatted text and such. Of course CSS is what makes the site look and feel pretty. How can we strip the CSS from a website to just see the text?<a href="http://mikedopp.com/wp-content/uploads/2010/02/mikedoppwithCSS.jpg" rel="lightbox[426]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="mikedoppwithCSS" border="0" alt="mikedoppwithCSS" src="http://mikedopp.com/wp-content/uploads/2010/02/mikedoppwithCSS_thumb.jpg" width="335" height="216" /></a> </p>
<p>Try this little script:</p>
<p>javascript:for(i=0;i&lt;document.styleSheets.length;i++)%7Bvoid(document.styleSheets.item(i).disabled=true);%7Del=document.getElementsByTagName(&#8216;*&#8217;);for(i=0;i&lt;el.length;i++)%7Bvoid(el%5Bi%5D.style.cssText=&#8221;);%7D</p>
<p>So surf to the site and once it is fully rendered.<a href="http://mikedopp.com/wp-content/uploads/2010/02/mikedoppNaked.jpg" rel="lightbox[426]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="mikedoppNaked" border="0" alt="mikedoppNaked" src="http://mikedopp.com/wp-content/uploads/2010/02/mikedoppNaked_thumb.jpg" width="339" height="202" /></a> Replace the url in the address bar and add this script to see what your website looks like without its CSS or Naked.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:5d9ec6f9-d074-467b-9f05-ba0b4e4260bf" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Favorite+Web+Sites+Naked" rel="tag">Favorite Web Sites Naked</a>, <a href="http://flickr.com/photos/tags/How+to+see+your+sites+Naked" rel="tag">How to see your sites Naked</a>, <a href="http://flickr.com/photos/tags/CSS+what+is+it+good+for%3f" rel="tag">CSS what is it good for?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:5af1bf23-3850-4786-b15e-d4cf784d81f1" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Favorite+Web+Sites+Naked/" rel="tag">Favorite Web Sites Naked</a>, <a href="http://www.buzznet.com/tags/How+to+see+your+sites+Naked/" rel="tag">How to see your sites Naked</a>, <a href="http://www.buzznet.com/tags/CSS+what+is+it+good+for%3f/" rel="tag">CSS what is it good for?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:202ff341-c854-4f59-9e93-2a8bedf0111d" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Favorite+Web+Sites+Naked" rel="tag">Favorite Web Sites Naked</a>, <a href="http://technorati.com/tags/How+to+see+your+sites+Naked" rel="tag">How to see your sites Naked</a>, <a href="http://technorati.com/tags/CSS+what+is+it+good+for%3f" rel="tag">CSS what is it good for?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:efdbab71-f378-4ad7-9632-dd14eaa970cb" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Favorite+Web+Sites+Naked" rel="tag">Favorite Web Sites Naked</a>, <a href="http://del.icio.us/popular/How+to+see+your+sites+Naked" rel="tag">How to see your sites Naked</a>, <a href="http://del.icio.us/popular/CSS+what+is+it+good+for%3f" rel="tag">CSS what is it good for?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d5f66327-49d7-4552-a415-5729ec239bc8" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Favorite+Web+Sites+Naked" rel="tag">Favorite Web Sites Naked</a>, <a href="http://blogs.icerocket.com/search?q=How+to+see+your+sites+Naked" rel="tag">How to see your sites Naked</a>, <a href="http://blogs.icerocket.com/search?q=CSS+what+is+it+good+for%3f" rel="tag">CSS what is it good for?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0813352a-f8fc-4d80-9367-2f4c249cf637" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Favorite+Web+Sites+Naked" rel="tag">Favorite Web Sites Naked</a>, <a href="http://www.livejournal.com/interests.bml?int=How+to+see+your+sites+Naked" rel="tag">How to see your sites Naked</a>, <a href="http://www.livejournal.com/interests.bml?int=CSS+what+is+it+good+for%3f" rel="tag">CSS what is it good for?</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ea1cfaaf-eb05-470e-9f99-caddb6df7eda" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Favorite+Web+Sites+Naked" rel="tag">Favorite Web Sites Naked</a>, <a href="http://www.43things.com/tag/How+to+see+your+sites+Naked" rel="tag">How to see your sites Naked</a>, <a href="http://www.43things.com/tag/CSS+what+is+it+good+for%3f" rel="tag">CSS what is it good for?</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2010/02/17/view-your-favorite-sites-naked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command Line Moving of Data. Copying and Such.</title>
		<link>http://mikedopp.com/index.php/2010/02/16/command-line-moving-of-data-copying-and-such/</link>
		<comments>http://mikedopp.com/index.php/2010/02/16/command-line-moving-of-data-copying-and-such/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 00:51:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Command Line Copying]]></category>
		<category><![CDATA[RoboCopy]]></category>
		<category><![CDATA[XCopy]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/02/16/command-line-moving-of-data-copying-and-such/</guid>
		<description><![CDATA[So in the beginning there was…. Copy and Paste. This was mostly a Command line function. Then the perverted GUI got in the way. And all you had to do was right click and copy and paste. Or the Keyboard shortcuts like: (Windows) Ctrl + C = Copy Ctrl + V = Paste Ctrl + [...]]]></description>
			<content:encoded><![CDATA[<p>So in the beginning there was…. Copy and Paste. This was mostly a Command line function. Then the perverted GUI got in the way. And all you had to do was right click and copy and paste. Or the Keyboard shortcuts like: </p>
<p>(Windows) </p>
<p>Ctrl + C = Copy </p>
<p>Ctrl + V = Paste</p>
<p>Ctrl + X = Cut</p>
<p>(I would add the Linux and Unix commands but those who read my blog are already yawning.)</p>
<p>Ok so this is a post based on easier movement of files from one place to the other. Those who know me know I love Xcopy. I was Very upset that Xcopy was second best in our now unloved and much laughed at Windows Vista. It used RoboCopy.&#160; </p>
<p>However I must digress. The more I use Robocopy the more I have fell in love with some of the great features. Like Resume and MultiThread.</p>
<p>So lets just list some of the fun to be had when you want to really copy files (a large amount that is.) Lets start with my old favorite XCOPY.</p>
<h2><strong>XCOPY</strong>:</h2>
<h4>Syntax of Xcopy command</h4>
<p>Xcopy has a large number of possible switches, which gives the command a great deal of flexibility. The syntax for the command is given by:</p>
<p><code>XCOPY source [destination] [/A | /M] [/D[:date]] [/P] [/S [/E]] [/V] [/W] [/C] [/I] [/Q] [/F] [/L] [/G] [/H] [/R] [/T] [/U] [/K] [/N] [/O] [/X] [/Y] [/-Y] [/Z] [/EXCLUDE:file1[+file2][+file3]...]</code></p>
<p>Upper case letters have been used above but the command is case-insensitive. A description of the various switches is given in Table I. Note that Windows Vista has an additional switch &quot;/B&quot;. The function of this switch is to copy a Symbolic Link itself instead of the target of the link.</p>
<p>Table I. Description of switches for the command Xcopy</p>
<p>Switch   <br />Description</p>
<p>/A   <br />Copies only files with the archive attribute set, doesn&#8217;t change the attribute.</p>
<p>/M   <br />Copies only files with the archive attribute set, turns off the archive attribute. Useful in backup.</p>
<p>/D:m-d-y   <br />Copies files changed on or after the specified date. If no date is given, copies only those files whose source time is newer than the destination time. Useful in backup.</p>
<p>/P   <br />Prompts you before creating each destination file.</p>
<p>/S   <br />Copies directories and subdirectories except empty ones.</p>
<p>/E   <br />Copies directories and subdirectories, including empty ones. Same as /S /E. May be used to modify /T.</p>
<p>/V   <br />Verifies each new file. Not used by Windows XP.</p>
<p>/W   <br />Prompts you to press a key before copying.</p>
<p>/C   <br />Continues copying even if errors occur.</p>
<p>/I   <br />If destination does not exist and copying more than one file, assumes that destination must be a directory.</p>
<p>/Q   <br />Does not display file names while copying.</p>
<p>/F   <br />Displays full source and destination file names while copying.</p>
<p>/L   <br />Displays files that would be copied.</p>
<p>/G   <br />Allows the copying of encrypted files to destination that does not support encryption.</p>
<p>/H   <br />Copies hidden and system files also.</p>
<p>/R   <br />Overwrites read-only files.</p>
<p>/T   <br />Creates directory structure, but does not copy files. Does not include empty directories or subdirectories.</p>
<p>/U   <br />Copies only files that already exist in destination.</p>
<p>/K   <br />Copies attributes. Normal Xcopy will reset read-only attributes.</p>
<p>/N   <br />Copies using the generated &quot;short&quot; names. May be necessary when copying from NTFS to FAT16.</p>
<p>/O   <br />Copies file ownership and ACL information.</p>
<p>/X   <br />Copies file audit settings (implies /O).</p>
<p>/Y   <br />Suppresses prompting to confirm that you want to overwrite an existing destination file. May be preset in the COPYCMD environment variable</p>
<p>/-Y   <br />Prompts to confirm you want to overwrite an existing destination file.</p>
<p>/Z   <br />Copies over a network in restartable mode.</p>
<p>/EXCLUDE:file1[+file2][+file3]&#8230;   <br />Specifies a list of files containing strings to be excluded. Tricky to use. See below.</p>
<h4>Applications of Xcopy</h4>
<p>Xcopy provides an excellent tool for backing up selected folders. With appropriate switches, a variety of backup scenarios can be created. One possible backup configuration would be to copy only those files that have been changed. Here is an example command:<code>xcopy C:\somefolder E:\backupfolder /D /E /C /R /H /I /K /Y</code>This command will copy all files, including those in sub-folders, that are newer in the source folder. It will copy hidden as well as read-only files and will create the destination folder and/or sub-folders if they do not already exist.</p>
<p>The next example shows the use of a wildcard; it collects all files of a given type and copies them into one place. The command<code>xcopy C:\*.mp3 E:\mp3folder /S /I /C &gt; E:\mp3List.txt</code>will collect all MP3 files on the C: drive and copy them to a folder on the E: drive. It also creates a list of the files copied and places the list on the E: drive. This simple command preserves the sub-folder structure. If desired, a more advanced script could be written that places all MP3 files in one folder with no sub-folders.</p>
<h4>Excluding files and folders</h4>
<p>A useful feature of Xcopy is the ability to exclude certain files and/or folders from being copied by means of the &quot;/Exclude&quot; switch. All names containing a given string of characters can be excluded. Unfortunately, <a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/xcopy.mspx?mfr=true">Microsoft&#8217;s description</a> of the switch is neither a model of clarity nor accurate. In fact, postings on the Internet indicate considerable confusion exists about how to implement this handy feature. Perhaps the list below will help clarify how to use it.</p>
<ol>
<li>The strings contained in the names of the files and/or folders to be excluded are not entered directly in the command switch itself. </li>
<li>The entry in the command switch is one or more text files that list the strings to be excluded. </li>
<li>The format of the switch is<code>/Exclude:{path}list_of_exclusions.txt</code>Note the colon between Exclude and the name of the file that lists the exclusions. Although more than one exclusion file can be used, stick with one if you can. </li>
<li>The name of the file that lists exclusions cannot have spaces. Quoting does not help. </li>
<li>Be careful with pathnames. Remember that operations are relative to the working directory for the command prompt. I suggest placing the exclusion list in the top directory of the directories being copied and opening the command prompt in the directory just above the directory and sub-directories to be copied. (<a href="http://commandwindows.com/command2.htm">Go here if you don&#8217;t know how</a> to open the command prompt wherever you want.) The various relative paths will then be simple. If you open the command prompt in the default location, things can get complicated. </li>
<li>The structure of the exclusions list is one exclusion string per line. Wildcards are not used and do not work. If you want to exclude all files whose names contain ABC, simply place ABC on one line of the exclusion file. If it is being used together with the switch &quot;/S&quot;, the exclusion file will apply to sub-directories as well as the main directory. </li>
<li>To exclude a particular sub-directory, place its name in the exclusion file with backward slashes before and after its name, <em>viz.</em>,<code>\excluded_directory\</code></li>
<li>Use a text editor to create exclusion files. Do not use Microsoft Word or other word processor unless you are careful to create text files. Use ANSI encoding. When I tried UTF-8 encoding, the file did not work.</li>
</ol>
<h4>Exit codes for Xcopy</h4>
<p>Many commands issue integer exit codes to indicate the status of the command after it is run. The exit codes for Xcopy are given in Table II. When placed in &quot;If&quot; statements, these error codes can be useful in batch files .</p>
<p>Exit codes for Xcopy</p>
<p>Exit code | Description</p>
<p>0. Files were copied without error.</p>
<p>1. No files were found to copy.</p>
<p>2. The user pressed Ctrl+C to terminate <b>xcopy</b>.</p>
<p>4. Various errors including insufficient memory or disk space, an invalid drive name, or invalid syntax.</p>
<p>5. Disk write error occurred.</p>
<h2>RoboCopy:</h2>
<p>Robocopy (Robust File Copy) is a command-line file copying tool in Windows Vista. Although Robocopy is available for free with the download Windows Resource Kit since Windows NT 4.0, it has never been an official feature of the operating system until the arrival of Vista. Unlike other built-in file copying commands such as Copy and XCopy, Robocopy is designed for reliable copy or mirroring of entire folders of any size, and in the copying process, ensure that all NTFS ACLS, attributes, owner information, alternate data streams, auditing information, timestamps and properties are copied except security information unless explicitly requested with /COPYALL switch. And best of all, Robocopy works over network connections that are subject to disruption or outages with resume copying feature, and has progress indicator on the command line that is useful when copying large files.   <br /><strong>Robocopy Syntax</strong></p>
<p>ROBOCOPY source destination [file [file]…] [options]</p>
<p>where source is Source Directory (drive:\path or \\server\share\path), destination is Destination Directory (drive:\path or \\server\share\path) and file is File(s) to copy where names or wildcards can be specified and default is “*.*” (all files).</p>
<p><strong>Robocopy Options and Switches</strong></p>
<p><em>Copy options :</em></p>
<p>/S :: copy Subdirectories, but not empty ones.   <br />/E :: copy subdirectories, including Empty ones.    <br />/LEV:n :: only copy the top n LEVels of the source directory tree.</p>
<p>/Z :: copy files in restartable mode.   <br />/B :: copy files in Backup mode.    <br />/ZB :: use restartable mode; if access denied use Backup mode.    <br />/EFSRAW :: copy all encrypted files in EFS RAW mode.</p>
<p>/COPY:copyflag[s] :: what to COPY for files (default is /COPY:DAT).   <br />(copyflags : D=Data, A=Attributes, T=Timestamps).    <br />(S=Security=NTFS ACLs, O=Owner info, U=aUditing info).</p>
<p>/DCOPY:T :: COPY Directory Timestamps.</p>
<p>/SEC :: copy files with SECurity (equivalent to /COPY:DATS).   <br />/COPYALL :: COPY ALL file info (equivalent to /COPY:DATSOU).    <br />/NOCOPY :: COPY NO file info (useful with /PURGE).</p>
<p>/SECFIX :: FIX file SECurity on all files, even skipped files.   <br />/TIMFIX :: FIX file TIMes on all files, even skipped files.</p>
<p>/PURGE :: delete dest files/dirs that no longer exist in source.   <br />/MIR :: MIRror a directory tree (equivalent to /E plus /PURGE).</p>
<p>/MOV :: MOVe files (delete from source after copying).   <br />/MOVE :: MOVE files AND dirs (delete from source after copying).</p>
<p>/A+:[RASHCNET] :: add the given Attributes to copied files.   <br />/A-:[RASHCNET] :: remove the given Attributes from copied files.</p>
<p>/CREATE :: CREATE directory tree and zero-length files only.   <br />/FAT :: create destination files using 8.3 FAT file names only.    <br />/256 :: turn off very long path (&gt; 256 characters) support.</p>
<p>/MON:n :: MONitor source; run again when more than n changes seen.   <br />/MOT:m :: MOnitor source; run again in m minutes Time, if changed.</p>
<p>/RH:hhmm-hhmm :: Run Hours – times when new copies may be started.   <br />/PF :: check run hours on a Per File (not per pass) basis.</p>
<p>/IPG:n :: Inter-Packet Gap (ms), to free bandwidth on slow lines.</p>
<p><em>File Selection Options :</em></p>
<p>/A :: copy only files with the Archive attribute set.   <br />/M :: copy only files with the Archive attribute and reset it.    <br />/IA:[RASHCNETO] :: Include only files with any of the given Attributes set.    <br />/XA:[RASHCNETO] :: eXclude files with any of the given Attributes set.</p>
<p>/XF file [file]… :: eXclude Files matching given names/paths/wildcards.   <br />/XD dirs [dirs]… :: eXclude Directories matching given names/paths.</p>
<p>/XC :: eXclude Changed files.   <br />/XN :: eXclude Newer files.    <br />/XO :: eXclude Older files.    <br />/XX :: eXclude eXtra files and directories.    <br />/XL :: eXclude Lonely files and directories.    <br />/IS :: Include Same files.    <br />/IT :: Include Tweaked files.</p>
<p>/MAX:n :: MAXimum file size – exclude files bigger than n bytes.   <br />/MIN:n :: MINimum file size – exclude files smaller than n bytes.</p>
<p>/MAXAGE:n :: MAXimum file AGE – exclude files older than n days/date.   <br />/MINAGE:n :: MINimum file AGE – exclude files newer than n days/date.    <br />/MAXLAD:n :: MAXimum Last Access Date – exclude files unused since n.    <br />/MINLAD:n :: MINimum Last Access Date – exclude files used since n.    <br />(If n &lt; 1900 then n = n days, else n = YYYYMMDD date).</p>
<p>/XJ :: eXclude Junction points. (normally included by default).</p>
<p>/FFT :: assume FAT File Times (2-second granularity).   <br />/DST :: compensate for one-hour DST time differences.</p>
<p>/XJD :: eXclude Junction points for Directories.   <br />/XJF :: eXclude Junction points for Files.</p>
<p><em>Retry Options :</em></p>
<p>/R:n :: number of Retries on failed copies: default 1 million.   <br />/W:n :: Wait time between retries: default is 30 seconds.</p>
<p>/REG :: Save /R:n and /W:n in the Registry as default settings.</p>
<p>/TBD :: wait for sharenames To Be Defined (retry error 67).</p>
<p><em>Logging Options :</em></p>
<p>/L :: List only – don’t copy, timestamp or delete any files.   <br />/X :: report all eXtra files, not just those selected.    <br />/V :: produce Verbose output, showing skipped files.    <br />/TS :: include source file Time Stamps in the output.    <br />/FP :: include Full Pathname of files in the output.    <br />/BYTES :: Print sizes as bytes.</p>
<p>/NS :: No Size – don’t log file sizes.   <br />/NC :: No Class – don’t log file classes.    <br />/NFL :: No File List – don’t log file names.    <br />/NDL :: No Directory List – don’t log directory names.</p>
<p>/NP :: No Progress – don’t display % copied.   <br />/ETA :: show Estimated Time of Arrival of copied files.</p>
<p>/LOG:file :: output status to LOG file (overwrite existing log).   <br />/LOG+:file :: output status to LOG file (append to existing log).</p>
<p>/UNILOG:file :: output status to LOG file as UNICODE (overwrite existing log).   <br />/UNILOG+:file :: output status to LOG file as UNICODE (append to existing log).</p>
<p>/TEE :: output to console window, as well as the log file.</p>
<p>/NJH :: No Job Header.   <br />/NJS :: No Job Summary.</p>
<p>/UNICODE :: output status as UNICODE.</p>
<p><em>Job Options :</em></p>
<p>/JOB:jobname :: take parameters from the named JOB file.   <br />/SAVE:jobname :: SAVE parameters to the named job file    <br />/QUIT :: QUIT after processing command line (to view parameters).</p>
<p>/NOSD :: NO Source Directory is specified.   <br />/NODD :: NO Destination Directory is specified.    <br />/IF :: Include the following Files.</p>
<p><strong>Robocopy Examples</strong></p>
<p>To use Robocopy is simple, just like how you would use Copy and Xcopy commands. For example, to copy entire folder of C:\Users to C:\UserBackup, simply type:</p>
<p>Robocopy C:\Users C:\UserBackup</p>
<p>&#160;</p>
<h3>Some extra’s:</h3>
<p>Microsoft Robocopy GUI: <a href="http://download.microsoft.com/download/f/d/0/fd05def7-68a1-4f71-8546-25c359cc0842/UtilitySpotlight2006_11.exe" target="_blank">Download</a></p>
<p>MultiThread:</p>
<p>As Robocopy is generally a command-line only utility (although a GUI add-on is available for Robocopy), the new multi-threaded operation capability has to be called via a new switch supported by Robocopy. The new multi-threaded copy feature can be enabled and turned on with the following parameter:</p>
<p><code>/MT[:n]</code></p>
<p>Where n will instruct Robocopy to do multi-threaded copies with n threads (default 8). The value of n must be at least 1 and not greater than 128 (between 1 to 128), with 1 as single thread. In fact, Robocopy will copy files and folders in multi-threaded operation by default, with 8 threads in one go. Note that /MT[:n] <strong>switch is not compatible with the /IPG and /EFSRAW operations.</strong></p>
<p>For example,</p>
<p>robocopy C:\Backup I:\MoreBackup /MT:88</p>
<p>Yes this is a compilation of a few articles and some old notes of mine and friends.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:42b728cf-52ae-44e6-b2cb-4054370ed51f" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Command+Line+Copying" rel="tag">Command Line Copying</a>, <a href="http://flickr.com/photos/tags/Xcopy+and+Robocopy+the+mikedopp+way" rel="tag">Xcopy and Robocopy the mikedopp way</a>, <a href="http://flickr.com/photos/tags/Xcopy" rel="tag">Xcopy</a>, <a href="http://flickr.com/photos/tags/Robocopy" rel="tag">Robocopy</a>, <a href="http://flickr.com/photos/tags/Fun+in+moving+files" rel="tag">Fun in moving files</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4e9f1eeb-1b83-4667-98b4-4a0f5a542ce7" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Command+Line+Copying/" rel="tag">Command Line Copying</a>, <a href="http://www.buzznet.com/tags/Xcopy+and+Robocopy+the+mikedopp+way/" rel="tag">Xcopy and Robocopy the mikedopp way</a>, <a href="http://www.buzznet.com/tags/Xcopy/" rel="tag">Xcopy</a>, <a href="http://www.buzznet.com/tags/Robocopy/" rel="tag">Robocopy</a>, <a href="http://www.buzznet.com/tags/Fun+in+moving+files/" rel="tag">Fun in moving files</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4797dcd7-1903-402c-95bb-213541aa9891" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Command+Line+Copying" rel="tag">Command Line Copying</a>, <a href="http://technorati.com/tags/Xcopy+and+Robocopy+the+mikedopp+way" rel="tag">Xcopy and Robocopy the mikedopp way</a>, <a href="http://technorati.com/tags/Xcopy" rel="tag">Xcopy</a>, <a href="http://technorati.com/tags/Robocopy" rel="tag">Robocopy</a>, <a href="http://technorati.com/tags/Fun+in+moving+files" rel="tag">Fun in moving files</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:cc9f7241-f429-4aaf-be23-ea3b81a419f3" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Command+Line+Copying" rel="tag">Command Line Copying</a>, <a href="http://del.icio.us/popular/Xcopy+and+Robocopy+the+mikedopp+way" rel="tag">Xcopy and Robocopy the mikedopp way</a>, <a href="http://del.icio.us/popular/Xcopy" rel="tag">Xcopy</a>, <a href="http://del.icio.us/popular/Robocopy" rel="tag">Robocopy</a>, <a href="http://del.icio.us/popular/Fun+in+moving+files" rel="tag">Fun in moving files</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0654b9f3-7c44-4d9a-8f09-e85bbf0da107" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Command+Line+Copying" rel="tag">Command Line Copying</a>, <a href="http://blogs.icerocket.com/search?q=Xcopy+and+Robocopy+the+mikedopp+way" rel="tag">Xcopy and Robocopy the mikedopp way</a>, <a href="http://blogs.icerocket.com/search?q=Xcopy" rel="tag">Xcopy</a>, <a href="http://blogs.icerocket.com/search?q=Robocopy" rel="tag">Robocopy</a>, <a href="http://blogs.icerocket.com/search?q=Fun+in+moving+files" rel="tag">Fun in moving files</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:edec3836-a218-4a52-8517-9c6a2d1da93e" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Command+Line+Copying" rel="tag">Command Line Copying</a>, <a href="http://www.livejournal.com/interests.bml?int=Xcopy+and+Robocopy+the+mikedopp+way" rel="tag">Xcopy and Robocopy the mikedopp way</a>, <a href="http://www.livejournal.com/interests.bml?int=Xcopy" rel="tag">Xcopy</a>, <a href="http://www.livejournal.com/interests.bml?int=Robocopy" rel="tag">Robocopy</a>, <a href="http://www.livejournal.com/interests.bml?int=Fun+in+moving+files" rel="tag">Fun in moving files</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:9188db81-217d-48eb-a9fb-0bcca63b43b4" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Command+Line+Copying" rel="tag">Command Line Copying</a>, <a href="http://www.43things.com/tag/Xcopy+and+Robocopy+the+mikedopp+way" rel="tag">Xcopy and Robocopy the mikedopp way</a>, <a href="http://www.43things.com/tag/Xcopy" rel="tag">Xcopy</a>, <a href="http://www.43things.com/tag/Robocopy" rel="tag">Robocopy</a>, <a href="http://www.43things.com/tag/Fun+in+moving+files" rel="tag">Fun in moving files</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2010/02/16/command-line-moving-of-data-copying-and-such/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
