mathz.nu Asterisk Blacklist Hobby webbhotell

2016/06/16

Remove C# registration

Filed under: Programering — Mathz @ 20:52


Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\VCSExpress\9.0\Registration]
“Params”=-

2016/06/09

Oneliner to backup git repos from Gitolite

Filed under: GIT — Mathz @ 16:12

ssh <user>@<githost> info | sed -n ‘/^ R W/p’ | sed -r ‘s/^.{5}//’ | while read line ; do git clone ssh://<user>@<host>/$line ; done

Powered by WordPress