cron
OS X PHP server with Crons
I have an OS X 10.6 Server running apache, php. I have CronniX installed to help me manage my cron jobs. I have a php script like this:[详细]
2023-03-31 15:37 分类:问答Bash script manual execute run normally but not with crontab
Hello i have a script like this one: #!/usr/bin/bash ARSIP=/apps/bea/scripts/arsip CURDIR=/apps/bea/scripts[详细]
2023-03-31 10:05 分类:问答How do I write a Perl script to use curl to process a URL?
I have a very simple task. I have a crontab that will run a script every hour. The script is meant to simply process a URL.[详细]
2023-03-31 08:02 分类:问答SVN Update Crontab Linux
I am trying to figure out how to run a SSH command via cron for linux.The command I want to run is: svn update /path/to/working/dir[详细]
2023-03-31 07:10 分类:问答noob question on executing cron job
I have a cron job like the following: 07 14 * * 1-5 python /home/foo/cronscript.py The script: if __name__ == \'__main__\':[详细]
2023-03-31 04:46 分类:问答RVM isnt setting environment with cron
I\'m having a rough time executing script/runner with a cron and RVM.I believe the issues lie with the rvm environment not being set before the runner is executed.[详细]
2023-03-31 01:30 分类:问答PHP run scripts at dynamic times? Job for cron or no?
I need to run scripts at dynamic times (coinciding with a datetime in a database).Any ideas how to accomplish this?[详细]
2023-03-31 01:08 分类:问答is it possible to use cron too much?
I run a game statistics site. Its MySQL database i开发者_运维知识库s small potatoes compared to most of the things people work on around here, but shared hosting does necessitate an eye on query optim[详细]
2023-03-30 17:10 分类:问答Setting up a cron job in Windows
I have to download a 开发者_开发技巧file from an SFTP server everyday. I have the program which retrieves the file from the server but I was thinking of setting up a cron job (or anything similar) to[详细]
2023-03-30 15:28 分类:问答cronjob not working
I have a strange problem. I have a cron set up to check a database for a given date that is entered. If today\'s date matches the db recond, it supposed to change a value in a db table.[详细]
2023-03-30 11:38 分类:问答