-
Free tools article at Lifehacker
Free: Free Replacements for Paid Tools I never really considered GParted as a replacement for PartitionMagic.
-
Great article on life-hacker about Windows Performance tweak myths.
Mythbusting: Debunking Common Windows Performance Tweaking Myths Registry cleaners, memory optimizers, and Vista settings… oh my.
-
First pieces of code in PowerShell
new-object: $sw = new-object System.IO.StreamWriter(“c:ts.txt”) get-member: $sw | get-member -memberType methods For some reason, this method of invoking object methods is reminiscent of both Ruby and Smalltalk for me.
