How To Monitor Linux Server Resources With top

How To Monitor Linux Server Resources With top

Stop Guessing: Actually Look At Your Server A very common mistake when a server feels slow: people jump straight to “must be the host” or “WordPress is bloated” without actually looking at what the server is doing. On Linux, the top command is usually the first tool you should reach for. It shows you what’s running, how much CPU and…

Read More »

Cron job

Listing crontab list : crontab -l Crontab edit: crontab -e Structure: .—————- minute (0 – 59) | .————- hour (0 – 23) | | .———- day of month (1 – 31) | | | .——- month (1 – 12) OR jan,feb,mar,apr … | | | | .—- day of week (0 – 7) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat | |…

Read More »

How to fix: Error 1075, The dependency service does not exist or has been marked for deletion

Exact error: System error 1075 has occurred. The dependency service does not exist or has been marked for deletion. Symptom: Viewing any Windows XP/Vista service “Dependencies” tab in Control Panel > Administrative Tools > Services, throw an error. Possibly cause(s): Broken Windows Management Instrumentation repository. Purpose: Windows Management Instrumentation (WMI) is the infrastructure for management data and operations on Windows-based…

Read More »