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…
Author: Arunlal A
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…
AWStats not updating automatically – cPanel
How should I fix this? AWStats is not updating here. AWStats is one of the most commonly using tool on cPanel servers to analyse website traffic summary. Also, you can analyse a lot of things from there like number of visits,…
How to change PHP handler from command line – cPanel server
Why PHP handlers? Simply to serve PHP scripts on the web servers to web browser or end user. It’s a type of Apache module for executing PHP code. A PHP handlers deliver the PHP programming libraries into web server. Different types of php handlers are available…