I\'m not a Ruby guy, I just play one on television. I have to modify someone\'s old Cron job to pull down some JSON and convert it into objects.
I\'m trying to write a cron job that runs a report, and emails the result to an address defined in my user\'s ~/.bashrc file. I had this working perfectly on Fedora, but when I switched to Ubuntu, my
I am working on an existing CMS. We were thinking if it would be usefull to work with a cronjob. When thi开发者_运维百科nking on this, we could only think on updating the search index for the cronjob,
i managed to send multiple emails (check here).i am stuck with sending automated emails 开发者_运维知识库via cron.
Has anyone done this, or have an idea? I have a real estate script that for whatever reasons (google mapping limits, script itself) only gets the coordinates for half of the listings. I want to run a
I have setup a cron job via my Control panel. I have uploaded the script via my FTP, set up it\'s permission as 777 (is it safe to do so?) & gave the path to this script in the job. Now the script
Goal: Using a CRON task (or other scheduled event) to update database with nightly export of data from an existing system.
This is probably going to be an underspecified question, as I\'m not looking 开发者_开发问答for a specific fix:
I have two shell scripts to write that will be executed nightly via cron schedule. On my production server:
I\'m designing a task scheduler in my own personal framework and am trying to avoid the not-as-flexible \"run every n minutes/hours/days\" method that\'d be easier to implement. What I\'d like to do i