calm.like.a.bomb

  • 1 Post
  • 22 Comments
Joined 4 years ago
cake
Cake day: December 7th, 2020

help-circle








  • calm.like.a.bomb@lemmy.mltoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 year ago

    OK… So, just to test, edit your crontab and run a basic command:

    */1 * * * * date >> ~/date.log
    

    this will append the current date/time once a minute (*/1) to a file in your home dir. You can check if it works with cat ~/date.log

    If that works, then try again with your command. I see you used the full path to it, that’s a good thing. Also, what does that command do if you run it manually?

    To run the command at 10 PM every day, you should have it like this:

    0 22 * * * /usr/bin/sct 2750









  • I’m happier than ever that I moved to a different distro. I was a Fedora user since they started and was happy to use it for a few years at the job. But seeing what’s happening with the whole red hat shit it makes me sad for the people who gave a lot of their time and passion for this.

    It’s getting harder and harder for the Fedora devs to show they are independent of red hat…