• lime!@feddit.nu
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 day ago

    this guide, and the previous one, have a lot of weird superfluous steps. like, why use a command that includes nvim and then ask people to change it instead of just saying “edit the file”? why symlink systemd stuff to your own home directory?

    the info is good, but having to separate the actually useful stuff from things that are specific to your config makes it less useful.

    • eric@lemmy.caOP
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 day ago

      I’m still learning how to write good posts. I’ll this into consideration for the next one.

      • lime!@feddit.nu
        link
        fedilink
        English
        arrow-up
        4
        ·
        1 day ago

        your writing overall is good! it’s just a matter of information priority.

        here’s a tip, dunno how applicable it is but i use it when writing technical documentation:

        for each step, explain to yourself why you’re doing it the way you are. if it turns out you caused the step to be needed, rather than it being required, you probably need to rethink, or at least add the explanation to the text.

          • lime!@feddit.nu
            link
            fedilink
            English
            arrow-up
            1
            ·
            10 hours ago

            this is more focused for sure, but it lacks the enthusiasm of the original. if i was trying to do this for work, i would appreciate how quickly it gets to the point. however, it no longer reads like this is something you’re interested in. it reads a bit wooden. i get that would happen after you’ve been told to correct your style though.

            to be clear, the original article doesn’t need to be rewritten. for the future though, when you want to tell the story of how you got something working, include your reasons for doing something a certain way. if you need a self-inflicted complication, that’s not really a part of it (unless it’s funny)

            • eric@lemmy.caOP
              link
              fedilink
              English
              arrow-up
              1
              ·
              4 hours ago

              I’m picking up what you’re throwing down. I’m writing one on qBittorrent and will take that into considering. Thanks for helping me.

        • eric@lemmy.caOP
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 day ago

          That’s a good tip. Thanks. I think I might tweak the existing posts for readability.

  • Lem453@lemmy.ca
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    2
    ·
    edit-2
    2 days ago

    Why would someone want containers managed by systemd instead of just having them run like normal? What is the advantage?

    Also if you use cockpit or some equivalent GUI to manage your containers, do you have to give it permission to control all systemd services?

    • exu@feditown.com
      link
      fedilink
      English
      arrow-up
      15
      ·
      2 days ago

      I’ve been managing my containers using the older mechanism (systemd-generate) since I started and it’s great. You get the reliable service start of systemd and its management interface. Monitoring is consistent with all your other services and you have your logs in exactly one location.

      I really wouldn’t want a separate interface or service manager just because I’m running containers.

      • Lem453@lemmy.ca
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

        Do you run other things on your system other than containers? I have a VM that only runs containers so it really doesn’t do anything else with systemd apart from the basics so I’m curious if there would be any advantage to me switching.

        • exu@feditown.com
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 days ago

          Most VMs only run containers, but I have supporting services on every host as well. Stuff like the mesh VPN, monitoring agent or firewall.
          If I want a quick overview, a quick systemctl status will tell me everything I need to know.

            • exu@feditown.com
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 day ago

              I use Yggdrasil now with a whitelist of public keys. Though I’m thinking about redoing my architecture in general to make key distribution easier, have more automated DNS entries and also use the tunnel for any node to node communication.

              Before that I tried Tailscale with Headscale, but I didn’t want to have a single node responsible for the network and discovery.

              • barsquid@lemmy.world
                link
                fedilink
                English
                arrow-up
                1
                ·
                1 day ago

                That’s very interesting. Once you connect something to your mesh you can access the rest of the mesh by IP? What is the gateway in that case?

    • Chais@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      1
      ·
      2 days ago

      Why would you not want containers managed by systemd?
      You get the benefits of containerisation and you don’t have to learn the arcane syntax of some container engine or another.

      • Appoxo@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 day ago

        Dunno what’s arcane about setting your network up once, crrate the compose (jn my case regular docker) and write sudo docker compose up -d.
        Literally using Linux in any way shape or form is more arcane than this.
        Just recently learning about NFS sharing. Sure, let’s write the config in /etc/export and also edit the fstab config on the guest to auto-mount it. Don’t forget the whole syntax ;)

        Not the mention the 100 different ways of setting up a static IP in each distro which differs slightly in any package/distro

    • eric@lemmy.caOP
      link
      fedilink
      English
      arrow-up
      5
      ·
      3 days ago

      You’re welcome, stay tuned for more posts about Quadlets.