• 1 Post
  • 7 Comments
Joined 11 months ago
cake
Cake day: August 2nd, 2023

help-circle





  • AFAIk, on Lemmy there are no “private communities” like they can exist on Reddit or most other forum-software, unless you build your own instance. I think, private spaces do have a good reason to exist e.g. for families or other closed groups who’d like to talk about an illness or other sensitive topic, but Lemmy seems not (yet?) to cater for that, unfortunately.


  • Thre could be two other things that I can think of:

    Permissions maybe: Try “sudo chmod +x /path/yourscript.sh” to make your script explicitly executable.

    Also, the environment of cron doing something may be different from when you do it as root or user. So you should always use the full path to every command in your script; like “/bin/tar” instead of just “tar”. To find out, where things are, you can use “whereis tar”, and it will tell you, whether it’s in /bin, /usr/bin or elsewhere.


  • I switched two of our boxes over to Debian “Bookworm”. And so far, I am completely happy with the change. On desktop, it’s still a little rough around the edges, and a few oddities need to be ironed out here and there, but that’s nothing compared with the ocean of pain that were snaps for me and my company.

    Still a little nostalgic, though, after 17 years of Ubuntu 🫠