install ssh windows

October 14, 2011

How can you install ssh on windows? Follow this step-by-step how to: How to install a […]

Windows 7 Search Alternative

October 13, 2011

Windows 7 Search Alternative Roundup   X1   X1 is by far my top pick but […]

decoding sql injection attempts

October 10, 2011

Background SQL Server has a function called CAST, that converts an ASCII codes array to text. […]

Detecting Alternate Data Streams

October 10, 2011

Let’s get started detecting streams (ADS) What is an stream? An stream is essentially a hidden […]

Secure Scalable Storage Solution

October 8, 2011

Names You Need To Know in Data Security: Cleversafe http://www.forbes.com/sites/benkerschberg/2011/09/30/names-you-need-to-know-in-data-security-cleversafe/ This article is about a company […]

ubuntu sync time

October 5, 2011

To set your time properly on ubuntu run this command and follow the instructions: dpkg-reconfigure tzdata

Run IIS6 in 32 bit mode

October 5, 2011

To run IIS6 in 32bit mode you need to run these commands: cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 […]