Thursday, October 20, 2011

Linux checking network services

Check the service listening to port 25

netstat -tunap | grep :25

Wednesday, September 14, 2011

Fixing MySQL stuck in prerequisites state

Set the following option in configuration file:
optimizer_search_depth=3

Tuesday, September 13, 2011

Tuesday, June 28, 2011

Monday, June 20, 2011

SVG - Scalable Vector Graphics

In HTML5 section element could be used to insert shapes to the HTML document. I.E