Archive for May, 2009
Example IsapiRewrite4.ini File for IsapiRewrite4
– Redirect attacks
RewriteCond %{REMOTE_ADDR} 10.10.1.0
RewriteRule ^/(.*)$ /$1 [F]
– Redirect from http://foo.com to http://www.foo.com
RewriteCond %{HTTPS} (on)?
RewriteCond %{HTTP:Host} ^(?!www\.)(.+)$ [NC]
RewriteCond %{REQUEST_URI} (.+)
RewriteRule .? http(?%1s)://www.%2%3 [R=301,L]
Duplicate VM for Hyper-V
- Shutdown the VM that you want to duplicate
- Make a copy of the VHD file
- Create a new VM that joins to the copied VHD file
- Start the VM
- Launch SysPrep (c:\windows\system32\sysprep.exe) over the new VM once started
- Relicense Windows, rename Machine Name
Regular Expressions Cheat Sheet (V2)
Eric Hexter’s Current .NET Application and Tooling Stack
Current .Net Application and Tools Stack
Along with Rhino Mocks
