<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Andrew Schwabe&apos;s Blog - Windows 2003</title>
			<link>http://blog.schwabe.net/index.cfm</link>
			<description>Flex and CF and all things Wack.</description>
			<language>en-us</language>
			<pubDate>Wed, 08 Sep 2010 09:32:51 -0400</pubDate>
			<lastBuildDate>Tue, 24 Nov 2009 17:29:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>aschwabe@schwabe.net</managingEditor>
			<webMaster>aschwabe@schwabe.net</webMaster>
			
			
			
			
			
			<item>
				<title>Disable SSLV2 &amp; Weak SSL Ciphers on IIS</title>
				<link>http://blog.schwabe.net/index.cfm/2009/11/24/Disable-SSLV2--Weak-SSL-Ciphers-on-IIS</link>
				<description>
				
				Seems that there is a lot of confusion for people who manage windows/IIS servers and need to disable SSL 2 and older weaker encryption.  There are are few nice articles, but can sometimes be confusing unless you really know your way around the Windows Registry.  I hope I can simplify this for some people.

Important:  There is no need to purchase a utility to do this.  Save the money.  Some companies charge you $20 or more per server to have a utility to easily click and enable/disable these services.
				 [More]
				</description>
						
				
				<category>Windows 2003</category>				
				
				<pubDate>Tue, 24 Nov 2009 17:29:00 -0400</pubDate>
				<guid>http://blog.schwabe.net/index.cfm/2009/11/24/Disable-SSLV2--Weak-SSL-Ciphers-on-IIS</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Setting up a BETTER SFTP Server on Windows</title>
				<link>http://blog.schwabe.net/index.cfm/2009/4/24/Setting-up-a-BETTER-SFTP-Server-on-Windows</link>
				<description>
				
				I added a blog post a while back about setting up an SFTP server on Windows.

It turns out that it IS easy to setup an SFTP server, but to setup a GOOD (read: &quot;secure&quot;) takes a bit more work.  The solution I am going to describe, I call &quot;Better&quot; (not &quot;Good&quot;), because it solves some problems, but not all of them.
				 [More]
				</description>
						
				
				<category>Windows 2003</category>				
				
				<category>Open Source</category>				
				
				<pubDate>Fri, 24 Apr 2009 13:13:00 -0400</pubDate>
				<guid>http://blog.schwabe.net/index.cfm/2009/4/24/Setting-up-a-BETTER-SFTP-Server-on-Windows</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Adobe Air: #2032 (and similar) error when trying to install an .AIR file</title>
				<link>http://blog.schwabe.net/index.cfm/2009/3/18/Adobe-Air-2032-and-similar-error-when-trying-to-install-an-AIR-file</link>
				<description>
				
				If you are building Adobe AIR applications and run into this vague error when using an &lt;a href=&quot;http://www.adobe.com/devnet/air/articles/badge_for_air.html&quot;&gt;install badge&lt;/a&gt; or &lt;a href=&quot;http://livedocs.adobe.com/flex/3/html/distributing_apps_3.html&quot;&gt;air.swf from within flex&lt;/a&gt;, it may be your web server that is the issue.
				 [More]
				</description>
						
				
				<category>Adobe Flex</category>				
				
				<category>Windows 2003</category>				
				
				<category>Actionscript</category>				
				
				<category>Flash</category>				
				
				<pubDate>Wed, 18 Mar 2009 12:53:00 -0400</pubDate>
				<guid>http://blog.schwabe.net/index.cfm/2009/3/18/Adobe-Air-2032-and-similar-error-when-trying-to-install-an-AIR-file</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Setting up a SFTP Server on Windows</title>
				<link>http://blog.schwabe.net/index.cfm/2008/12/11/Setting-up-a-SFTP-Server-on-Windows</link>
				<description>
				
				I have been working with SFTP (FTP over Secure Shell, so is thus encrypted), and needed a free or low cost solution to setup an SFTP server on windows (not to be confused with FTPS, which is a bit different).  I came across this great blog entry from www.digitalmediaminute.com, so this information comes from them with a few minor updates from me.

This tutorial will help you turn your Windows based system into a SecureFTP (SFTP) server.

&lt;b&gt;Background&lt;/b&gt;

Secure Shell (SSH) is a program that lets you log into another computer over a network, to execute commands in a remote machine, and to move files from one machine to another. It provides strong authentication and secure communications over insecure channels. When using ssh, the entire login session, including transmission of password, is encrypted and therefore is very secure.
				 [More]
				</description>
						
				
				<category>Firewall</category>				
				
				<category>Windows 2003</category>				
				
				<category>Open Source</category>				
				
				<pubDate>Thu, 11 Dec 2008 13:55:00 -0400</pubDate>
				<guid>http://blog.schwabe.net/index.cfm/2008/12/11/Setting-up-a-SFTP-Server-on-Windows</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Subversion on Windows + Eclipse Howto: Part 2</title>
				<link>http://blog.schwabe.net/index.cfm/2008/9/16/Subversion-on-Windows--Eclipse-Howto-Part-2</link>
				<description>
				
				Ok, here in part 2 we are going to detail the installation process for Subversion on windows.  If you follow these directions, it should go pretty smooth, and when you are done, you will have a working subversion server connected to your eclipse for remote development.

&lt;strong&gt;Step 1: Download the software you need:&lt;/strong&gt;
&lt;blockquote&gt;

Download &lt;a href=&quot;http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91&quot;&gt;Subversion binary installer&lt;/a&gt;

I used  Setup-Subversion-1.5.1.en-us.msi at the time of writing this.  I recommend you get the newest STABLE release.  

Download &lt;a href=&quot;http://tortoisesvn.net/downloads&quot;&gt;Tortoise SVN installer&lt;/a&gt;

I used version 1.5.3 at the time of writing this.  I recommend you get the newest STABLE release.  

Optional: If you don&apos;t have eclipse yet, I highly recommend you &lt;a href=&quot;http://www.eclipse.org/downloads/&quot;&gt;get it here&lt;/a&gt; (if you don&apos;t know which version to get, get the java developers version), along with &lt;a href=&quot;http://www.aptana.org&quot;&gt;Aptana tools&lt;/a&gt; and either &lt;a href=&quot;http://subclipse.tigris.org/&quot;&gt;subclipse&lt;/a&gt; or &lt;a href=&quot;http://www.eclipse.org/subversive/&quot;&gt;subversive&lt;/a&gt;.  Installation and config of eclipse won&apos;t be covered here, but there is plenty of documentation online that a google search will reveal.

&lt;/blockquote&gt;
				 [More]
				</description>
						
				
				<category>Windows 2003</category>				
				
				<category>Open Source</category>				
				
				<category>Eclipse</category>				
				
				<pubDate>Tue, 16 Sep 2008 17:20:00 -0400</pubDate>
				<guid>http://blog.schwabe.net/index.cfm/2008/9/16/Subversion-on-Windows--Eclipse-Howto-Part-2</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Subversion on Windows + Eclipse Howto: Part 1</title>
				<link>http://blog.schwabe.net/index.cfm/2008/9/16/Subversion-on-Windows--Eclipse-Howto-Part-1</link>
				<description>
				
				There are a lot of Subversion/windows tutorials out there, but many of them are also outdated.  Subversion is quite mature now, and there are several ways to use it for software development lifecycle.

The two most common questions I get about subversion are: 
&lt;ul&gt;
&lt;li&gt;Can I have subversion manage source on a remote server if I develop over FTP?  and

&lt;li&gt;Do I have to run subversion on my local machine if I want to develop locally.
&lt;/ul&gt;

The short answers to these questions are: Yes, you can have subversion manage code that lives remotely, you just have to know how to do it.  And No, you do not need to install and run the subversion software on your local machine if you don&apos;t want to.

The ideal setup is that your server runs Subversion to manage code on your remote server, and you simply use a client to connect to your repository for remote development.  If you are connecting remotely and actually doing your development on a remote machine, thats where it gets a bit tricky.  You will need access to the server and do critical commits, updates, etc. on the server.  Other than that, you can remotely develop via FTP.

In Part 2, I will detail the installation process on Windows 2003 (using modern versions of subversion and tortoise SVN), step by step, so that you can get a Subversion server up and running, and connect to it remotely using Eclipse.

Subsequent parts to this will be examples of how to setup projects that are server-side development code versus client-side development code along with pros and cons of each.

If you have specific configuration requests, please post comments so I know what you want to see.
				
				</description>
						
				
				<category>Windows 2003</category>				
				
				<category>Open Source</category>				
				
				<category>Eclipse</category>				
				
				<pubDate>Tue, 16 Sep 2008 13:23:00 -0400</pubDate>
				<guid>http://blog.schwabe.net/index.cfm/2008/9/16/Subversion-on-Windows--Eclipse-Howto-Part-1</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Using Ghost 2003 with Windows Vista</title>
				<link>http://blog.schwabe.net/index.cfm/2007/11/12/Using-Ghost-2003-with-Windows-Vista</link>
				<description>
				
				&lt;p&gt;If you do a few google searches for &amp;quot;ghost&amp;quot; and &amp;quot;vista&amp;quot; you will find a ton of posts.&amp;nbsp; What I have found frustrating is the lack of clarity on one particular issue:&lt;/p&gt;
&lt;p&gt;&lt;font color=&quot;#3366ff&quot;&gt;&amp;quot;If you back up a windows vista partition using ghost 2003 (dos based) to another drive or partition, can you restore it and have a bootable vista OS ?&amp;quot;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color=&quot;#993300&quot;&gt;Answer: YES it works -- see below for how to do this.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;There are many people who say if you clone a disk (i.e. you have two hard drives, clone A to B), that ghost 2003 works fine with vista, but nobody has clearly stated&amp;nbsp;how and if it works&amp;nbsp;on a partition to partition basis.&lt;/p&gt;
&lt;p&gt;Here is how we setup all our computers:&amp;nbsp; The primary drive is split into 2 partitions, C: is for the OS, and D: is for files and backups.&amp;nbsp; In this scenario, the OS drive can be backed up to the D: drive using ghost.&lt;/p&gt;
&lt;p&gt;This works great for any windows until Vista came around.&amp;nbsp; Now all of a sudden, changes to the boot sector make it more difficult.&lt;/p&gt;
&lt;p&gt;So here is how to do it:&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Make sure your system is installed so that you have a C: and a D: partition
    &lt;ul&gt;
        &lt;li&gt;Note, we set this up so that all your &amp;quot;work files&amp;quot; are on D, so that if you restore a different OS, you can still access all your files.&amp;nbsp; This way you can have multiple configurations for your computer, one for work, one for games, one for fooling around, etc. and never lose any data. &lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;Make a &amp;quot;Bootable ghost CD&amp;quot; (or floppy disk, but our computers don&apos;t have disk drives anymore).
    &lt;ul&gt;
        &lt;li&gt;Here is some info on how to create&amp;nbsp;a &lt;a href=&quot;http://www.computing.net/windowsxp/wwwboard/forum/119728.html&quot;&gt;bootable ghost cd&lt;/a&gt;. &lt;/li&gt;
        &lt;li&gt;FYI you will need the bootable ghost CD because windows vista HATES ghost 2003, so its not easy to install it.&amp;nbsp; If you have a bootable CD, you have no worries, and just boot from the CD any time you want to backup or restore your system. &lt;/li&gt;
        &lt;li&gt;If you really have a hard time making a bootable ghost&amp;nbsp;cd, &lt;a href=&quot;mailto:aschwabe@gmail.com?subject=Ghost%202003%20Bootable%20CD&quot;&gt;email me&lt;/a&gt;, and I can&amp;nbsp;help you out (for a small paypal donation). &lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;Backup your OS (all windows):
    &lt;ul&gt;
        &lt;li&gt;Boot&amp;nbsp;up with your &amp;quot;Bootable Ghost CD&amp;quot; &lt;/li&gt;
        &lt;li&gt;Select &amp;quot;Local Partition to Image&amp;quot; &lt;/li&gt;
        &lt;li&gt;Pick your source drive and partition, destination drive and filename. &lt;/li&gt;
        &lt;li&gt;Get coffee. &lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;Restore your OS:
    &lt;ul&gt;
        &lt;li&gt;Windows 9x, 2000, ME, XP, 2003, linux, others:
        &lt;ul&gt;
            &lt;li&gt;Boot&amp;nbsp;up with your &amp;quot;Bootable Ghost CD&amp;quot; &lt;/li&gt;
            &lt;li&gt;Select &amp;quot;Local Partition From Image&amp;quot; &lt;/li&gt;
            &lt;li&gt;Browse to and pick your ghost disk image &lt;/li&gt;
            &lt;li&gt;Pick the destination drive and partition &lt;/li&gt;
            &lt;li&gt;Get more coffee &lt;/li&gt;
            &lt;li&gt;When done, select &amp;quot;Reset computer&amp;quot; &lt;/li&gt;
        &lt;/ul&gt;
        &lt;/li&gt;
        &lt;li&gt;Windows Vista
        &lt;ul&gt;
            &lt;li&gt;Boot&amp;nbsp;up with your &amp;quot;Bootable Ghost CD&amp;quot;&amp;nbsp; &lt;/li&gt;
            &lt;li&gt;Quit ghost (should leave you at an A: prompt) &lt;/li&gt;
            &lt;li&gt;Type in &amp;quot;ghost -fdsp&amp;quot; (will re-launch ghost with alternate settings) &lt;/li&gt;
            &lt;li&gt;Select &amp;quot;Local Partition From Image&amp;quot; &lt;/li&gt;
            &lt;li&gt;Browse to and pick your vista ghost disk image &lt;/li&gt;
            &lt;li&gt;Pick the destination drive and partition &lt;/li&gt;
            &lt;li&gt;Get more coffee &lt;/li&gt;
            &lt;li&gt;When done, select to &amp;quot;Reset Computer&amp;quot; &lt;/li&gt;
        &lt;/ul&gt;
        &lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;And thats it.&amp;nbsp; I have found that this works very well with all modern windows versions, and with the few small differences, works great with vista too.&amp;nbsp; Since we can boot into ghost from a CD, we don&apos;t have to install it anymore either.&amp;nbsp; Now we can all have 10 OS&apos;s on our laptops and switch at will.&lt;/p&gt;
				
				</description>
						
				
				<category>Windows 2003</category>				
				
				<category>Windows Vista</category>				
				
				<category>Backup</category>				
				
				<pubDate>Mon, 12 Nov 2007 10:56:00 -0400</pubDate>
				<guid>http://blog.schwabe.net/index.cfm/2007/11/12/Using-Ghost-2003-with-Windows-Vista</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Windows 2003 and WidComm Bluetooth Drivers</title>
				<link>http://blog.schwabe.net/index.cfm/2007/7/5/Windows-2003-and-WidComm-Bluetooth-Drivers</link>
				<description>
				
				Once a long time ago, in a galaxy far far errr... yeah.&amp;nbsp; I once had my bluetooth key setup and working great on Windows 2003.&amp;nbsp; I have since switched to a new laptop and now BT doesn&apos;t work again, so I tried to find my documentation on how I did what I did, and was unsuccessful.&lt;br /&gt;
&lt;br /&gt;
To get to the point, I did it again, and I have it documented now.&amp;nbsp; Now my struggle becomes your asset.&lt;br /&gt;
&lt;br /&gt;
Here we go:&lt;br /&gt;
&lt;br /&gt;
&lt;p&gt;These are my notes to get Bluetooth support working in  Windows 2003, using the WidComm family of Bluetooth software (the kind that  comes with USB keys, and such, not the built-in windows stuff).&amp;nbsp; Most people  have problems with their built-in stuff because the software bombs with a  &amp;quot;license.dat&amp;quot; error.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;First:&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote style=&quot;margin-right: 0px;&quot; dir=&quot;ltr&quot;&gt;
&lt;p&gt;Make sure you find and install drivers for your USB  bluetooth device.&amp;nbsp; For me, the drivers were on the CD that came with the  dongle.&amp;nbsp; If you don&apos;t have the CD, then you have bigger problems, and I wish you luck.&lt;br /&gt;
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p dir=&quot;ltr&quot;&gt;&lt;strong&gt;Next: &lt;/strong&gt;&lt;/p&gt;
&lt;blockquote style=&quot;margin-right: 0px;&quot; dir=&quot;ltr&quot;&gt;
&lt;p dir=&quot;ltr&quot;&gt;Software Installation:&lt;/p&gt;
&lt;p dir=&quot;ltr&quot;&gt;You can refer to these sites for relevant  information: &lt;a href=&quot;http://www.jonsguides.com/bluetooth/&quot;&gt;http://www.jonsguides.com/bluetooth/&lt;/a&gt;&amp;nbsp;and  &lt;a href=&quot;http://www.neowin.net/forum/lofiversion/index.php/t309692.html&quot;&gt;http://www.neowin.net/forum/lofiversion/index.php/t309692.html&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;ul dir=&quot;ltr&quot;&gt;
    &lt;li&gt;
    &lt;div&gt;Download IBM&apos;s WidComm package.&amp;nbsp; At the time of writing,  the current link was &lt;a href=&quot;ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/bthwxp1o.exe&quot;&gt;ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/bthwxp1o.exe&lt;/a&gt;&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div&gt;Download the license patcher here: &lt;a href=&quot;http://www.dev-hack.com/pafiledb/index.php?act=view&amp;amp;id=3&quot;&gt;http://www.dev-hack.com/pafiledb/index.php?act=view&amp;amp;id=3&lt;/a&gt;&amp;nbsp;(this  is a different util than many ppl refer too, although I found this very easy to use)&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div&gt;Run &lt;u&gt;&lt;font color=&quot;#0000ff&quot;&gt;bthwxp1o.exe&lt;/font&gt;&lt;/u&gt; (you may need to reboot -- I did not however)&lt;u&gt;&lt;font color=&quot;#0000ff&quot;&gt;&lt;br /&gt;
    &lt;/font&gt;&lt;/u&gt;&lt;/div&gt;
    &lt;ul&gt;
        &lt;li&gt;
        &lt;div&gt;When finished, you should have a bluetooth icon in your  system tray -- probably RED because of license.dat errors.&lt;/div&gt;
        &lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div&gt;Use task manager and kill bttray.exe&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div&gt;Run WidcommLicensePatcher.exe&lt;/div&gt;
    &lt;ul&gt;
        &lt;li&gt;
        &lt;div&gt;Pick the appropriate bluetooth device from the drop-down  list&lt;/div&gt;
        &lt;/li&gt;
        &lt;li&gt;
        &lt;div&gt;Click the save button&lt;/div&gt;
        &lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div&gt;Restart bttray.exe (or reboot).&amp;nbsp; The bluetooth icon should  show up, and be white, showing proper license.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div&gt;Drink beer and celebrate as you have done what many have  not been able to do.&lt;/div&gt;
    &lt;/li&gt;
&lt;/ul&gt;
Hope this is helpful!
				
				</description>
						
				
				<category>Windows 2003</category>				
				
				<category>Bluetooth</category>				
				
				<pubDate>Thu, 05 Jul 2007 16:52:17 -0400</pubDate>
				<guid>http://blog.schwabe.net/index.cfm/2007/7/5/Windows-2003-and-WidComm-Bluetooth-Drivers</guid>
				
			</item>
			
		 	
			</channel></rss>