Sunday, January 13, 2013

[Windows] System Update Readiness Tool

To avoid Windows crash during system update, consider using the System Update Readiness Tool before doing the actual update, more information at:

    http://windows.microsoft.com/en-US/windows7/What-is-the-System-Update-Readiness-Tool

Thursday, January 3, 2013

Adjusting the screen resolution of BlueStack

The resolution can be changed by editing the BlueStack's registry:

HKLM\SOFTWARE\BlueStacks\Guests\Android\FrameBuffer\0\Height

and

HKLM\SOFTWARE\BlueStacks\Guests\Android\FrameBuffer\0\Width



Sync multiple git repo at once

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