Monitoring Apache2/php process
watch -n 1 “ps u -C apache2,apache,php”
watch -n 1 “ps u -C apache2,apache,php”
Put the command you want to run on this file /etc/rc.local
watch -n 1 "echo -n 'Apache Processes: ' && ps -C apache2 --no-headers | wc -l && free -m"
Sometimes there can be so many frozen mails in the Exim mail queue. To know the number of frozen mails…
If you run a replicated MySQL setup and have a master failure, you may see the following error in your…
How to fix MySql Replication Error 1236 We have some websites that use two database servers in master-master replication. Recently…
When you connect your IPAD/IPHONE to the computer, you used to be able to see photos under DCIM folder ,…
just run “runlevel” , it will tell you what level the system is running. It’s good for chkconfig utilities.
When you finish installing Ubuntu , you see that there is no network card when running "ifconfig" , or checking…
Your new apache2.conf may looks like this. How to fix? – you need to move ServerLimit above MaxClients StartServers 50…