When transferring cPanel accounts, there is the “Transfer tool” that comes with the tools provided as part of WHM. However, if you have already built a website on a new cPanel account, and only want to copy email accounts over from the old cPanel account, the previously mentioned tool will not help. There is no… Continue reading Migrate email accounts from cPanel to cPanel
Category: Linux
Automate cron job creation using a Bash script
There is a pretty straight forward way to implement cron jobs using Bash shell. However, it’s a manual process and it looks like this: Run `crontab -e` to open the current user crontab file using the default editor ( you need to select a default editor “nano, vim..” if it’s the first time ) Add… Continue reading Automate cron job creation using a Bash script