Block specific IP addresses

Some times there is a need to block specific IP addresses, for example: you saw that you mysql server sometimes is crashing, than you checked /var/log/apache2/access.log and you saw that your website is receiving DDoS attack. To ban IP address type something like this in command line tool (IP address “185.112.102.164” …

Get 10$ to DigitalOcean account

Searching for good hosting solution? Register via https://www.digitalocean.com/?refcode=d12995eb61cd and get 10$ to your account.

How to debug PHPSpec via PHPStorm

Tutorial will show how to run tests and debug code by using PhpStorm breakpoints. To prepare guide PhpStorm v8.0.2 was used. Link …

UML class diagrams basics

Most of the time we want to draw class diagrams as fast as possible but in a way, that should be understandable …