Friday, August 29, 2008

Saturday, August 2, 2008

How to check physical memory

1. winmsd.exe

2. pstat.exe (from resource kit)

3. memory.exe (http://www.savilltech.com/download/memory.zip)

From windowsitpro.com

Sync multiple git repo at once

Use the following command in Linux will do the job:  ls -d RepoNames* | xargs -I{} git -C {} pull