If you manage servers and use a lot the useful cron command, it can happen that you’ll find your e-mail spam folder full of messages from cron. So, let me explain to you how to prevent this case and how to disable e-mail notifications from a specific cron job. No option in server control panel. Let’s redirect the output[…]
Read moreTag: Crontab
Stop Nano. How to edit Crontab using Vim
If you use Vim as every-day text editor on your *nix system, you could find an annoying behaviour in editing Crontab. Everytime you use the crontab command, you’re pushed into the Nano editor and you forced to use it. Modify your shell configuration file to get Vim as Crontab editor The solution is simple, you only need to update[…]
Read more