Monthly Archives: July 2008

Beginning Powershell

When writing my first powershell script to check free disk space on a dozen exchange servers I picked up a few useful things for future reference. Echoing output to the command lineA script can print/write output to stdout using Write-Host “Hello World” but this command is aliased too, so that echo “Hello World” will also… Read more »

CycloDS Evolution for Nintendo DS

The CycloDS Evo is one of many flash carts for the Nintendo DS / lite. This modification card is used in conjunction with a Micro SD card on which you can store games, music, videos and even a linux distribution. For this I used: a Nintendo DS Lite The CycloDS Evolution purchased from eu.mod-chip.com approx… Read more »

Google Docs

I tried a few options for downloading documents from GoogleDocs, some methods are geared more for synchronising one document at a time but I needed something to take a full backup of all my GoogleDocs for offline sharing. I found the Google Doc Download Greasemonkey script was best. Google Doc Download (Greasemonkey Script)I visited the… Read more »