Technical Notes
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
Apache HTTP server benchmarking tool
>ab -h
Tuesday, June 28, 2011
Reading correct MySQL UTF8 text strings
$dbh->do("SET NAMES utf8");
Monday, June 20, 2011
SVG - Scalable Vector Graphics
In HTML5
section element could be used to insert shapes to the HTML document. I.E
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)