Thursday, April 20, 2006

Click to activate and use this control - KB912812

After using WinXP SP2, IE may have the 'Click to activate and use this control' problem for most ActiveX control (e.g. Flash). Click here for a solution.

Sync multiple git repo at once

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