Problem : I have a cron job that is supposed to run a script every 15 minutes. */15 * * […]
Tag: cron
Are there any good crontab syntax checkers, or entry tools? [closed]
Problem : Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the […]
running “crontab -e ” permission denied?
Problem : /usr/bin/editor: line 40: /tmp/crontab.BTXqyZ/crontab: Permission denied /usr/bin/editor: line 40: exec: /tmp/crontab.BTXqyZ/crontab: cannot execute: Success crontab: “/usr/bin/editor” exited with […]
Why does running Redshift commands from crontab does not seem to work?
Problem : About redshift: Redshift adjusts the color temperature of your screen according to your surroundings. A typical redshift command […]
linux – send an email where body is a line of text from a file – date dependent
Problem : I would like to add a cron task that sends an email to me@example.com once a day and […]
Linux crontab script to “mysqldump | gzip” gives wrong filesize
Problem : I have a bin/bash script that mysqldumps my sql database, when I run it everything goes well with […]
Infinite loop of cron jobs with intermediate output from each job
Problem : I have a program that outputs stuff to standard output. I am using cron to schedule it which […]
Double pipe “||” not working in cron jobs
Problem : fellow SUers, I am trying to run a watchdog cron job to make sure a process is running […]
Automate SSH reverse tunnel on Raspberry Pi
Problem : For many days, I’ve wondered how to automate the establishment of a reverse tunnel. I’ve many remote Raspberry […]
Problems running nmap export to file in linux as a cron job / bash script
Problem : I have a very simple bash script that runs nmap and exports the results to an xml file, […]