In this article I’m explaining the usage of a smart command-line tool “mytop.” Which is similar in look to the basic resource monitoring tool “top.” By using this command, you can monitor the MySQL queries lively. There are a lot…
commands
List all MySQL databases from Linux command line
Is it possible to get databases details from server command line? Yeah!! if there is a way to list and sort out the database details from server CLI (command line interface), it’ll speedup your troubleshooting procedure. We can use the…
How to add/enable SPF record for an account – cPanel server command line option
The SPF stands for – Sender Policy Framework. This’s a commonly using email validation method by verifying the sender IP address. By verifying sender IP address, we can identify the origin of emails. Enabling SPF for your domain means validating…
How to install/enable SPF records for all accounts on cPanel server – command line option
Let’s start with SPF, what does it stand for? Sender Policy Framework is abbreviated as SPF. This’s an email authentication measure. It’s designed to protect email spoofing by validating emails from a domain with its host’s reputed IP addresses. The…
Mass ownership and permission change – Linux – Find command
I want to change the permission and ownership of all files under a particular directory! The directory itself has 1000+ files and folders! Is it possible? Is there any simple way to change that? Yeah, it can be done by…
Databases showing 0MB in cPanel
OMG! My databases got zero size 🙁 The databases in cPanel aren’t showing its actual size, but it contains tables and contents. There is an option in cPanel configuration to include MySQL databases disk usage. We can simply enable this…
Truncating Eximstats – Eximstat DB growing huge size!!
What’s the use of Eximstat? Eximstat DB growing huge size!! The Eximstat driver produce text and graphical data by analysing email logs and populates data for the Mail Delivery Reports system. From WHM we can analyse the email queue by…