Steps to make MySQL produce optimized results
» Identify the queries that execute slowly
» Watch for Opened Sql connections
» Carry benchmark test on Queries
» Execute queries with Explain statement to the performance of each queries
(more…)
Kurinchilion.com » Linux Windows Enterprise Solutions
Steps to make MySQL produce optimized results
» Identify the queries that execute slowly
» Watch for Opened Sql connections
» Carry benchmark test on Queries
» Execute queries with Explain statement to the performance of each queries
(more…)
Easy steps to play.avi file in a Linux box
Searching on google I came across this link initially but didn’t understand what it really did and so skipped the link. It was after searching for various other .avi files I came across this link again which made the mplayer installation an easier task. (more…)
Personal Home Page – PHP Hypertext Processor
1997 – PHP/FI 2 solely handled by Rasmus
1998 – Zeev and Andi teamed up with Rasmus to give a new face to PHP by rewriting the core engine and a facility to interface with different technologies using API giving rise to the next version PHP 3. PHP 3 continuously parsed the scripts when they were getting executed. (more…)
What is Nagios?
Nagios is a network monitoring tool which helps you identify problems in your network and fix them helping you offer extensive support.![]()
It is used to monitor both Windows and Linux/Unix based networks in addition to monitoring the web services, NNTP, POP, PING, processor load, disk usage, applications, switches, routers, firewalls, print services that run on it and the list extends. (more…)
Different hosting locations have different settings for mod_rewrrite module. In some locations it is turned ON by default and for some it isn’t.
If you are hosting your application in your local host or on a dedicated server, then it is a matter of editing httpd.conf file within Apache server folder. Ensure that (more…)