I wrote a command line utility using Zend Framework to do some nightly reporting. It uses a ton of the same functionality the accompanying site. It works great when I run it by hand, but when I run it
I\'d like to setup a cron job that checks e.g. every 24 hours to see if a \'find\' command like the one below (which checks for malicious shell hacking scripts) has any results:
I have written a Perl script that runs as a daily crontab job that uploads files to Amazon S3 via CURL. I want the output of the cron job emailed to me which works fine but I don\'t want that email to
I am attempting to build a script that will log data that changes every 1 second. The initial thought was \"Just run a php file that does a cURL every second from cron\" -- but I have a very strong fe
I want to schedule a task on Linux by icrontab, and the task is written in python and have to import cx_Oracle module, so I export ORACLE_HOME and LD_LIBRARY_PATH in .bash_profile, but
It takes around a couple of seconds for 开发者_StackOverflowmy app to execute the code to send an email right now on a test server with nothing much else running. Not sure if this is typical/expected.
I\'m using EasyPHP (my OS = Windows XP) and I\'ve written a little php script that should update my database every hour while server is up.
I\'m trying to figure out the most efficient way to running a pretty hefty PHP task thousands of times a day.It needs to make an IMAP connection to Gmail, loop over the emails, save this info to the d
I have a script that listens to a jabber server and responds accordingly. Though it\'s not supposed to stop, last night it did. Now I want to run a cron job every minute to check if the script is runn
is there a way to add a php script (file) in cron for running this script every ten minutes or at a scheduled time?