Linux Job Scheduling Using Crontab Cron Jobs are used for scheduling tasks to run on the server. The task can be either command or a script. The background process(daemon) behind the cronjob is the crond. In the /etc folder, there is…
commands
How to get a list of total cPanel users under a specific re-seller via command line – WHM/cPanel server
Do you wish to list all cPanel accounts under a specific reseller? If so, it’s very simple to list all cPanel users’ name via command line interface (CLI). There is a file ‘/etc/trueuserowners‘ in your WHM server which has all cPanel…
How to change default time zone in MySQL?
Is it possible to change the time zone in MySQL? Yes we can change the default time zone in MySQL via command-line. We can’t change the time zone for a single DB, it’s a global change. To change this feature, you must…
Htop installation (The process monitoring tool) on Linux – RHEL, CentOS, Ubuntu, Fedora
It is similar to the process monitoring command TOP in Linux servers. But in ‘htop’ we have an advantage over normal top command. We can simply interact the ‘htop’ output with mouse. It is very useful for such persons who…
How to remove a single file from tarball?
Yeah, it would be helpful to remove some unwanted files from the tarball which you already created. We already discussed the basic usage of Linux “tar” command to create archives from server CLI (command line interface). This is one of…
How to check RAM speed and type from command line?
Yeah, I want to know about those details without opening my CPU chassis. Is it possible to check the memory (RAM) details via server CMI (command line interface)? Yes, this would be helpful, if you want to purchase RAM and…
How to block accounts from sending emails – cPanel/WHM
Is it possible to block certain domains/accounts on my server for sending emails? Yeah, it’s possible to block certain domains from sending emails from server. There is an option in Exim configuration on your cPanel server to block domains from sending emails.…