How to get mail statistics from your postfix mail logs
How to get mail statistics from your postfix mail logs Its an amazing tool and will provide you the following details Total number of: Messages received, delivered, forwarded, deferred, bounced…
LinuxHub: Your Gateway to Reliable Web Hosting Solutions
Empowering Your Web Presence with Linux: Hosting Made Simple!
How to get mail statistics from your postfix mail logs Its an amazing tool and will provide you the following details Total number of: Messages received, delivered, forwarded, deferred, bounced…
dd command to migrate VPS on linux platform. First create new vps with same configuration on another node. It doesn’t matter new vps is having os or not or you…
Kill restore process in new cpanel In new cpanel/WHM when we try to kill restore process it is still showing in WHM >> restore full backup. Below are the steps…
How to configure Idera backup agent Installing Agent Using YUM First, create a YUM .repo file with the R1Soft repository information. Open the new file with a text editor such…
How to install ioping in linux server This tool lets you monitor I/O latency in real time. It shows disk latency in the same way as ping shows network latency.…
Tune your hard disk for high performance Using hdparm First of all you have to install hdparm in linux. apt-get install hdparm #hdparm /dev/sda /dev/sda: readonly = 0 (off) readahead…
vi and vim cheat sheet for Linux Cursor movement h – move left j – move down k – move up l – move right w – jump by start…
Change Theme Without Login To WordPress Admin Area Check the database name from wp-config.php file. Backup the database using the following command from shell. Cpanel mysqldump database_name > database_name.sql Plesk…