About 1,600,000 results
Open links in new tab
  1. Good Cron GUI : r/selfhosted - Reddit

    Dec 21, 2022 · 31 votes, 25 comments. Are there any good cron WEB UI? Or some dedicated script runner? I want to run scripts/cli utilities and preserve their output…

  2. How to exit and save Crontab? : r/linuxquestions - Reddit

    Nov 1, 2023 · How to exit and save Crontab? I'm using my Raspberry Pi 4 to activate the OLED on the front of a case I put it in. I got the OLED working but it won't work automatically on boot …

  3. crontab -r hangs after mkdir: No such file or directory error - Reddit

    Jun 2, 2024 · Official Reddit community of Termux project. Share your Termux configuration, custom utilities and usage experience or help others troubleshoot issues.

  4. trying to setup a command in crontab with sudo permission

    May 25, 2024 · trying to setup a command in crontab with sudo permission, unable to proceed Hello, so just a quick summary i on umbrel OS and installed a script to rebalance my channel …

  5. Set up Crontab in Fedora... : r/linux4noobs - Reddit

    Nov 29, 2022 · Set up Crontab in Fedora... Hi! New to a bunch of this, but I was instructed to install crontab on Fedora, and use it to ping an address every few hours. I made an exe of the …

  6. crontab syntax edit : r/linux4noobs - Reddit

    Dec 8, 2022 · The folder which the script uses can be specified inside the shell script. It is the same as in CLI. Just add a line like: cd "/home/user/folder" The other option is to chain …

  7. Printing to command line with echo using Crontab? - Reddit

    Jul 23, 2022 · Printing to command line with echo using Crontab? Hello, I am learning about cron and want to automate a simple task for practice. I am using an ec2 instance with Centos 7. I …

  8. Cron every x seconds from a specific start time? : r/node - Reddit

    Apr 10, 2022 · Create a function that knows what time it is. If time == interval {run from job} Assuming you want to run it at 1:05am/pm every 10 seconds.

  9. Execute a cron job on the first working day of the month inside …

    Jul 27, 2022 · Execute a cron job on the first working day of the month inside crontab on Ubuntu 20 I am looking for a way to execute a cron job on the first working day of the month. I have …

  10. cron job to run every three weeks on a Monday : r/linuxquestions

    Feb 9, 2023 · I need to stagger the running of three separate scripts using cron. I want them to run every three weeks on Monday at noon. So I need three cron statements to assign to each …