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

Sunday, August 8, 2010

Editing Linux Firewall rules in shell mode

That could be done by editing /etc/sysconfig/iptables
Then restarting iptables service

To view open services in Firewall run:
iptables -L

Friday, July 30, 2010

Secure remote copy via scp

use scp command for copying remote files via ssh