I have added a crontab entry on a Linux server that will run a Java executable. The Java code uses its own class for logging errors and messages into a log file.
I am working on a Facebook App. The main concept: Every 3 days the app checks the profile of the user an (maybe) post something to this wall.
I have some php file \"A\" which is called by cron, from console (\"php -q\" command). That php file requires php file \"B\". File \"B\" is used at many places in project, and starts with if(!isset($_
Hey! i\'m looking for some way that can help me in task like this: write a function that every 2 days clear content of XML file. Do this with no CRON or similar tools, just PHP.
I have a Ruby script on a Linode VM that I\'d like to run every minute. When I run the ruby script manually via the command line, it runs perfectly.But when the cron runs the file, it throws a strang
Subject says it all: the program, running under Linux, needs to know how it was started. How to do that?开发者_运维百科
I am trying to get the number of open files periodically through crontab using lsof|wc -l. It always returns zero. It is giving correct result when i run it directly.Any idea about this strange behavi
I run a cron job which runs the commandline php to a script which will call a web service and insert data to the DB for like 7hrs daily.
im redesigning a mmorpg game and im in a bit of a pickle on this one. i have the following code on the daily cron file.
i am using aggregator core module in drupal and i need to schedule it in crontab but outside cron.php