About 2,420,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. 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 …

  4. 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 …

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

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

  9. TryHackMe Linux Fundamentals Part 3 Task 6 : r/tryhackme - Reddit

    Oct 30, 2021 · When will the crontab on the deployed instance (10.10.x.x) run? What is the answer for this question I am stuck on it and need some assistance... Send Help LOL

  10. Crontab not running Python file. : r/linux4noobs - Reddit

    May 21, 2021 · Crontab not running Python file. solved! I am trying to setup a python file to run using crontab every 2 minutes. Cron File : */2 * * * * python3 /home/path/to/file.py file.py runs …