Monthly Archives: December 2013

Fail2Ban

A tutorial (in German):
http://blog.256bit.org/archives/383-fail2ban-und-der-Kampf-gegen-Trackback-Spam.html

http://www.fail2ban.org/wiki/index.php/HOWTOs
http://www.fail2ban.org/wiki/index.php/MANUAL_0_8

PHP_CodeSniffer standards

Look into /usr/share/php5/PEAR/PHP/CodeSniffer/Standards

All sub-folders there can be used as standard name:


phpcs --standard=PEAR test.php
phpcs --standard=Zend test.php

Use keywords with SVN

You can use keyword replacement with Subversion. A good tutorial is available on http://www.startupcto.com.