My hacking projects can be found in my GIT repositories.
Some of these projects are mirrored on github.
GIT is an advanced Source Code Manager. It's shipped with most Linux distributions. To install it on Debian Linux, issue the following command:
aptitude install git
The GIT repositories are available via native GIT protocol. To clone (retrieve) one of my GIT repositories, enter the following command:
git clone git://git.bues.ch/REPOSITORY.git
It will download and checkout the REPOSITORY. To update and fetch latest changes, issue the following command inside of the cloned tree:
git pull
GnuPG / PGP signing key
The PGP key used to sign GIT tags and software releases is 4203454C. It can be obtained from most public key servers like keys.gnupg.net or directly from this site.
The key fingerprint is:
757F AB7C ED18 14AE 15B4 836E 5FB0 2747 4203 454C
Updated: Monday 18 February 2013 16:27 (UTC)