Ubuntu Server 9.10, Here is my file, test.py import commands blkid = commands.getoutput(\'blkid\') print blkid
I\'ve a bash script that runs a ruby script that fetches my twitter feeds. ## /home/username/twittercron
I have a table on which I want to perform some operations every hour. For this I created a Stored Procedure but don\'t know how to call it every hour. I know there are some kin开发者_StackOverflowd of
I\'m writing a scheduling application in Java using Quartz. I\'m using the CronTrigger, but my cron expressions are entered into a database before they are scheduled and are based on user input.
thanks for helping me setting my cron jobs, crontab has really been a gold mine for me. Unfortunately I have a problem, and have no idea what so ever what it might be... basically a job does not start
So I have access to a dedicated server and want to finally create my game - it\'s a browser based game, fairly simple.I know PHP and MySQL fairly well and would want to integrate with them on the fron
I realize that it can depend on certain things (and obviously how efficient the code is written); but, in general, what is the most suitable and perhaps efficient language to use in writing cron jobs?
This app must perform connection to a web service, grab data, save it in the database. Every hour 24/7.
I am using Windows server 2003, IIS6, php and mysql. I have a problem setting the cronjob using built in schedule task feature in Windows OS.
I need to write a script that is run as a cron job every night which transfers some report files via sftp to another server.