Yesterday’s CTF of the 25C3 resulted in a very respectable 2nd place of the team “h4ck!nb3rg” from Hagenberg. It was an amazing experience being part of this! Thanks to the team and everyone involved in the organization of the event!
Month: December 2008
My initial git settings for any repository
This is my cheat sheet for the settings I use for my git-repositories (list to be edited continuously):
Global settings:
git config –global user.name Martin Carpella
git config –global user.email xxx@yyy.invalid
git config –global color.ui auto
Per-repository settings:
git config core.autocrlf true
git config core.safecrlf true
Per-repository .gitignore for Visual Studio/C# projects:
bin
obj
*.user
*.suo
Thumbs.db
A new design for my blog
Together with the newly released WordPress version 2.7 I decided to change the apperance of my blog, as I could no longer stand the default look&feel I had been using before. So I found a new blog-design I really like over at wordpress.org: iNove. I think, the author has done a really good job.