Archive for June, 2008

Bye Bye Bill…

Friday, June 27, 2008 9:03 No Comments

Today, June 27th 2008, Bill Gates will close the doors at Microsoft behind him for the last time. Bill Gates will be leaving Microsoft to put all his energy and efforts in his foundation.

This was posted under category: Windows Tags:

Hyper-V RTM Today!

Thursday, June 26, 2008 15:44 No Comments

Today, on my birthday, Microsoft has release Hyper-V to RTM! This time, they have released something before the planned date. (It was initially said that Hyper-V would be released within 180 days after RTM of Windows Server 2008. Well it is within that timeframe, but not many expected it this soon!)

This was posted under category: Windows Server 2008 Tags: ,

Bash and filenames with spaces.

Tuesday, June 24, 2008 22:09 No Comments

If you want to use Linux Bash scripts for doing file operations on files that have spaces in them, you will see that, by default, a ‘for’ statement will break up the filename in however many parts there are in the name. E.g. “This is a file.txt” will become “This”, “is”, “a”, “file.txt”. To prevent [...]

This was posted under category: Linux Tags: ,

Where did YOU sit during TechEd 2008?

Wednesday, June 18, 2008 13:54 No Comments
This was posted under category: Fun Stuff, TechEd

Installing PHP and FastCGI on Windows Server 2008 Core.

Wednesday, June 18, 2008 9:17 No Comments

First, install the IIS7 Web Server on your Windows Server 2008 Core machine, including the FastCGI and some other (required and optional) components: Start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-ApplicationDevelopment;IIS-CGI;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-Security;IIS-RequestFiltering;IIS-HttpCompressionStatic;IIS-WebServerManagementTools;WAS-WindowsActivationService;WAS-ProcessModel Download PHP from the PHP Web Site (http://www.php.net) and extract the files to C:\PHP. Please check if there is a php.ini file in the folder. If not, take [...]

This was posted under category: Web, Windows Server 2008 Tags: , , ,

Why I like visiting the USA…

Tuesday, June 17, 2008 13:03 No Comments

Last week I was in the USA (again). This time for TechEd 2008. I always like visiting the US… Let these pictures speak for themselves…

This was posted under category: Fun Stuff

Marcus Murray’s ‘Secret Windows Password’ Explained… It’s not.

Tuesday, June 17, 2008 12:13 2 Comments

During TechEd 2008 Marcus Murray (http://truesecurity.se/blogs/murray/default.aspx) asked the audiance if they were aware of a ‘secret backdoor password’ in Windows. Although half of the audiance acknowledged this, the ‘demo’ following the statement had nothing to do with a ‘backdoor password’ in Windows (Vista or XP). What he showed was that, if you (1) can gain [...]

This was posted under category: TechEd, Windows Vista, Windows XP Tags: , , , , , ,

Microsoft Exchange 2007 Clustering and Continuous Replication Explained.

Tuesday, June 17, 2008 11:48 2 Comments

With the release of Exchange Server 2007 Microsoft introduced some exciting new high availability options. Service Pack 1 for Exchange Server 2007 introduced yet another high availibity option. Looking at the question we recieved at the Exchange Server 2007 booth at TechEd 2008 IT Pro in North America, it appears it’s not clear to everyone [...]

This was posted under category: Exchange & OCS, TechEd Tags: , , , , ,

Publishing an ASP.NET site that uses Membership components.

Tuesday, June 17, 2008 10:25 No Comments

There appears to be a bug in the publishing of ASP.NET sites that use Membership components to a remote web server. If you create a new Visual Studio 2008 ASP.NET project that uses Membership components, and use the ASP.NET Web Site Administration Tool to secure access to folders within the project, these permissions are, by [...]

This was posted under category: Web, Windows Server 2003 Tags: , , ,