About 228,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. I have a problem with the Linux Fundamentals 3, Task 6. - Reddit

    Jun 22, 2021 · I found out I was looking at the wrong crontab. This was just an example with a # at the beginning of the line and I had to scroll down the list to find the real crontab.

  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 ... - Reddit

    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 easily …

  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 ping action …

  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 multiple commands in …

  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 want to …

  8. cron.daily not running its jobs : r/Fedora - Reddit

    May 18, 2024 · I user a standard workstation Fedora39 installation (not minimal), it does not have any dnf packages with 'cron' installed (no anacron, crond, cronie, crontabs etc). no /etc/crontab or …

  9. 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.

  10. Execute a cron job on the first working day of the month inside crontab ...

    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 attempted using …