Cron, crontab generator
Here you can
generate record for crontab.
More than one selection is done by holding the ctrl.
Howto use generated data for cron and crontab?.
Run crontab -e and insert generated column. You should test the result by crontab -l
Howto disable sending mails by cron / crontab?
Insert at the end of the crontab line ">> /dev/null 2>&1" for ex. "0 * * * * /etc/init.d/samba restart >> /dev/null 2>&1".