Hello everyone! I know that Linux GUI advanced in last few years but we still lack some good system configuration tools for advanced users or sysadmins. What utilities you miss on Linux? And is there any normal third party alternatives?

  • @[email protected]
    link
    fedilink
    101 day ago

    I’d like some kind of visual task scheduler instead of having to read up on how to do cron jobs every time.

    • deadcatbounce
      link
      fedilink
      323 hours ago

      People still use Cron?

      Use systemd timers which are very easy to configure.

        • deadcatbounce
          link
          fedilink
          2
          edit-2
          20 hours ago

          You really won’t need one, but your username says you specialise in great suffering so you won’t want one.

          • @[email protected]
            link
            fedilink
            English
            -119 hours ago

            Dystopia is having to learn a whole new system and manually punch in commands in VIM instead of just entering “0400” and clicking “Every day” in a GUI simply to run a scheduled backup because some cyberpunks think it’s cool to stare at the black and green terminal emulator into the early morning and think that everybody else enjoys doing the same so we really don’t need a GUI.

    • @[email protected]
      link
      fedilink
      41 day ago

      I’ve completely switched from cron to systemd timers for everything. I feel like they are a lot easier to remember and keep track of! Plus, getting logs for free is pretty nice as well