Convert VMWare PowerCLI Invoke-VMScript Output into PSObjects Array

There is a very usefull CMDLet Invoke-VMScript which comes with VMWare PowerCLI. You can use it to run the PowerShell scripts against a virtual machine (VM). The CMDLet has several advantages over native PowerShell 2.0 remoting: 1. Avoiding one hop while executing the script (on the VM, the script is executed from the first person).Continue reading “Convert VMWare PowerCLI Invoke-VMScript Output into PSObjects Array”

Fitnesse tests in progress indication

For those using Fitnesse not only for fun but to test enterprise applications , we have made Fitnesse edition with the built-in indication of the tests currently in progress. Please check it out at https://github.com/downloads/konstantinvlasenko/fitnesse/fitnesse.jar Hopefully Fitnesse will consider this improvement and merge it to the master branch.

St. Petersburg, Russia #Chess 2010. Girls Under-10 final report

The report for the St. Petersburg, Russia Girls Under-10 final (November 30 – December 8, 2010). Ksenia Vlasenko scored 6,5 points from 9 (+5=3-1). The top four girls will be playing the Russian Championship in April 2011! # Name Pts Buh 1 Назарова А. 2001 7.5 45.50 2 Жемчужина Е. 2001 7.0 49.50 3 Панкова Ю. 2002 6.5 51.50Continue reading “St. Petersburg, Russia #Chess 2010. Girls Under-10 final report”

Do not log requests for images in the access log

The following lines should be included in httpd.conf to keep requests for images from appearing in the access log. It can be easily modified to prevent logging of particular directories, or to prevent logging of requests coming from particular hosts. SetEnvIf Request_URI \.gif image-request SetEnvIf Request_URI \.jpg image-request SetEnvIf Request_URI \.png image-request CustomLog logs/access_log env=!image-request