On most Linux system, you can simply run the command below as often as you are comfortable. I recommend that you run it every 30 minutes of less. On a busy site, you might want to run it every 10 minutes. The more frequent you run it, the less load it will be on the server. lynx –source “http://domain.com/index.php?option=com_community&task=cron”>/dev/null lynx is a text based browser that is installed in most hosting environments. If you do not have lynx installed, you …
Tag: Cron
Crontab Restrictions You can execute crontab if your name appears in the file /usr/lib/cron/cron.allow. If that file does not exist, you can’t use crontab if your name does not appear in the file /usr/lib/cron/cron.deny. If only …