calm.like.a.bomb

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

help-circle










  • Why are people upvoting you is beyond my comprehension.

    The fact that you were kids and made a mistake doesn’t mean that you can’t/shouldn’t bathe a kitten!!!

    Just make sure you prepare for the task: use warm water and wash the kitten from tail to neck - it’s better to avoid the head and anyway there’s little to no fleas on the head. I’m no vet, but I got this advice from my vet when I found a flea infested kitten under my car.

    So, for people reding this: yes, you can bathe your kitten, but get some advice from your vet beforehand!


  • 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