• 1 Post
  • 23 Comments
Joined 8 months ago
cake
Cake day: November 10th, 2023

help-circle



  • You can set the space limit for journals logs really low then, to avoid double space usage. As for the last argument, that also was an issue for me years ago because not all tools were compatible with the journald format, but that’s since long fixed now and I’ve not experienced any issue for a long time. Journal logs provide a standard format for all applications, so third party tools don’t need to be compatible with every log format of your applications. And it also comes with great additional features like -b or --since etc. So I still don’t get the issue here



  • Why do you consider it as poisoning? I’ve heard the argument about not doing things the traditional Linux way (binary logs for example). But if the alternative provides so many benefits, why is it an issue? Systemd is a piece of cake for all parties compared to sysvinit and alternatives, so why is it bad when it solves so many issued, and makes it super easy to use by just adding e.g. a new option to a Unit?

    Another example: timers are more complex than cronjobs, but timers offer additional needed features like dependencies, persistence, easy and understandable syntax, and more. So although more complex, once you get the hang of them, they’re a very welcomed feature imo






  • I’m not a supporter of the approach of blocking sudo access from capable people (non tech yes), because they can still download and execute binaries as their user. Or go to rescue mode to make modifications. I had to do that myself because of a micro managing IT team. Allowed? No. Allows me to focus on my work and let me be efficient? Yes. Usually this approach also requires a backdoor tool on your device that they install, which is just ridiculous.

    Just communicate setup requirements (drive encryption, firewall, AV,…) And have some tool to check the security requirements and rating and this way you can apply proper security policies in the company and respect the user’s privacy









  • LemmyHead@lemmy.mltoLinux@lemmy.mlHelp on BTRFS setup
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    6 months ago

    Looks good. I also add compress=zstd to / subvolume. I don’t add discard because it’s set up in LUKS for me. I also don’t use a separate subvolume for /var/log, so where possible, compression is used. Journald auto adds +C attr to prevent COW being active on those files because it’s unnecessary. I also use a separate swapfile instead of a separate fs.