Archive

Archive for December, 2008

25C3 CTF – 2nd place for Hagenberg’s team “h4ck!nb3rg”

December 30th, 2008 1 comment

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!

Categories: security Tags: , , ,

My initial git settings for any repository

December 28th, 2008 4 comments

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

Categories: computer, development Tags: ,

A new design for my blog

December 19th, 2008 1 comment

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.

Categories: general stuff Tags: ,