Currently browsing author

manvait@gmail.com

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, …

Block access to specific port

I wanted to block specific port in my webserver and whitelist my IP address. To achieve that I used: iptables -A INPUT …

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 …