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…
ImageMagick Security Issue – CVE-2016-3714 – Fix
In short, ImageMagick is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PNG, Postscript, SVG, and TIFF.…
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 change the default editor for crontab?
Does it work? I really wanna to change the editor from nano to vi!! Crontab is the program used to install, remove or list the tables used to drive the cron daemon. Cronjobs are predefined jobs which are running periodically…
How to disable services from cPanel monitoring?
Yeah, it’s really frustrating with ton of emails into my Inbox for cPanel monitoring. How can I disable this for an unused service on my server? By-default, cPanel monitors all services installed on the server by using the “Chkservd” daemon. Chkservd monitors…
Disable Apache ServerSignature/ServerTokens/PHP X-Powered-By details
Q. While browsing I’m seeing server’s sensitive information. Is it possible to disable them? Yup, it’s possible. The only thing you need to do is edit the web server (Apache) configuration file as I explained in this Blog article. In Apache,…
10+ frequently using ftp commands with example Unix/Linux
File Transfer Protocol FTP stands for ‘File Transfer Protocol’ which is used to transfer file from one server to another. FTP follows a client-server architecture which utilizes separate control and data connections between the ftp client and server. Considering the…