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?

  • kbal@fedia.io
    link
    fedilink
    arrow-up
    56
    ·
    6 days ago

    I’m willing to entertain the possibility that the linux world may be lacking in some things, but I’m pretty sure “configuration tools for sysadmins” is not one of them.

  • JustEnoughDucks@feddit.nl
    link
    fedilink
    arrow-up
    8
    ·
    edit-2
    4 days ago

    I really miss Microsoft AD configuration GUI.

    Wait, no, that sort of group you have to make through Entra, formerly Azure admin center, wait no they actually wanted a SharePoint site for the group, wait no you can’t do that through entra even though you can see the groups, you have to do that through O365 admin center, wait no you can only make a SharePoint aaand teams group there, you have to click more -> SharePoint admin center and then create a new group there, but not the default, you have to click “show more group types”, but where can you modify the members of this group? Oh you can just go back to O365 admin center to do that. Now you want to make some small access changes to the force-created email for the group? Oh well you have to go to Exchange admin center for that. Wait, not Outlook admin center? No they are named different things just to make it easy.

    Now someone who made an event involving the group is on holiday so I have to remove it, I can do that from exchange admin center right? Well actually the easiest way to do that is to log into Exchange from a power shell terminal through the GUI pop-up and terminal commands. But wait, the search for the event actually doesn’t work there ever, even with the exact name? I guess I will give myself rights to the calendar, reboot Outlook, go to the calendar, remove the event, go back to the terminal, remove my rights to the calendar, restart outlook.

    Actually, I don’t miss Microsoft sysadmin tools.

  • flashgnash@lemm.ee
    link
    fedilink
    arrow-up
    40
    arrow-down
    4
    ·
    6 days ago

    I generally don’t miss anything graphical, once I learn how to do something from the cli I rarely feel the need to do it graphically anymore as it’s usually a lot slower

    The obvious one would be Photoshop and paint.net of course but krita does the trick

    • user_naa@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      10
      arrow-down
      7
      ·
      6 days ago

      I maybe need to correct my post. I am talking about system utilities like Device Manager or something else.

      • atzanteol@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        14
        arrow-down
        5
        ·
        6 days ago

        Why would I want gui for those things? CLI is often a better interface. Being able to grep lsusb rather than scanning a gui for an entry is much better. It’s easier to pipe to an email as well. Screenshots don’t allow copy/paste…

        • Tlaloc_Temporal@lemmy.ca
          link
          fedilink
          arrow-up
          21
          ·
          5 days ago

          As a newcomer to CLIs, GUI are great because you don’t need to know what you’re looking for. I can just open the devices window, and they’re all there, with most of the extra hardware stuff that’s not actually a real device already cleaned out.

          To do the same with a CLI would take me 10 minutes of looking up what the hardware commands are, 5 minutes figuring out flags, and 30 minutes researching entries to see if they’re important. Even just a collapsible list would make that last step so much easier. And no, I can’t grep for what I need, because I don’t know what I need, I just know something in there is important with a vague idea of what it might look like.

          Once I figure that all out for one thing, the best I can do is write that to a notes file so I don’t need to search so far next time, but there’s a good chance that I’ll need a different combination of commands next time anyway.

          Not hating on CLIs, just wishing I could figure out how to use them faster.

          • Tekhne@sh.itjust.works
            link
            fedilink
            arrow-up
            3
            ·
            4 days ago

            Another really helpful tool is to use the fish shell instead of bash. It has tons of useful features, but my favorite is by far the autocomplete. It parses man pages to provide suggestions for flags, subcommands, even passed arguments, and each item in the results list has a description, and it’s all searchable by hitting shift+tab.

            fish autocomplete subcommands

            fish autocomplete git

            That’s what leveled up my cli game from 0-100. It’s a massive difference in usability and discoverability. And unlike things like nushell, it’s close enough to bash that you won’t feel confused if you have to use bash instead.

          • 9488fcea02a9@sh.itjust.works
            link
            fedilink
            arrow-up
            5
            ·
            edit-2
            5 days ago

            apropos - command to list relevant commands tldr [command] - shows the most commonly used flags/options for that program

            apropos comes installed by default (on debian at least), tldr needs to be installed with your package manager

            As someone who cannot even remember tar flags (inser xkcd here), tldr is very helpful

            Your 45 mins becomes 5 mins now. Hope that helps

          • esa@discuss.tchncs.de
            link
            fedilink
            arrow-up
            3
            ·
            edit-2
            5 days ago

            The part is constructed from two parts:

            1. ls: list
            2. usb: usb

            It lists usb devices that your machine (/kernel) knows has been connected; they may not necessarily be usable.

            E.g. I have some sound output device connected via USB to one machine. On most of my machines I’ve switched from pulseaudio to pipewire¹, and I figured I’d bring that machine closer to the others so there’s less variance. Unfortunately the sound output device didn’t want to work with pipewire. The problem manifested as no sound and pipewire not listing the device. lsusb helped me know that the machine at the very least recognized the device, but wasn’t currently able to use it. (It did actually also show up as an error in dmesg -H, but reinstating pulseaudio let the device work again as normally. So now I just have to live with a situation where some machines use pipewire because bluetooth and others use pulseaudio because … usb?¹)

            ¹ There’s a memory of ALSA vs OSS I didn’t want to be reminded of

              • esa@discuss.tchncs.de
                link
                fedilink
                arrow-up
                1
                ·
                3 days ago

                I think I wouldn’t find it particularly useful, as I’m used to the quasi-programming I can do in a terminal. The shell commands take some time & effort to learn, but once you’re over that hump, being able to extract and compose information is really good. The primary shell tools I’d miss in a gui are |, jq, awk, sed and grep/rg, as well as for, if, while, variables, and having everything in one lightweight window.

  • manicdave@feddit.uk
    link
    fedilink
    arrow-up
    11
    ·
    5 days ago

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

    • GunnarGrop@lemmy.ml
      link
      fedilink
      arrow-up
      5
      ·
      5 days 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

  • vvvvv@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    5 days ago

    IrfanView. Nothing comes even close. I would probably move to Linux if not for that.

    • Phoenixz@lemmy.ca
      link
      fedilink
      arrow-up
      3
      ·
      4 days ago

      Irfanview!

      It’s FAST, it’s SMALL, it’s PURE POWERRR

      I never understood why there isn’t anything even remotely close to it in Linux. Kde has Gwenview which is awful slow, bloated yet barely has any features at all.

      There is a way to run it through wine but that is awful. Cane e start a GoFundMe for the dev to make a Linux KDE release with Deb and rpm files? I’ll happily contribute.

  • TechnicallyColors@lemm.ee
    link
    fedilink
    English
    arrow-up
    25
    arrow-down
    2
    ·
    6 days ago

    Maybe tangential but this reminded me of how much I hate setting up systemd timers/services. I refuse to accept that creating two files in two different directories and searching online for the default timer and service templates is an okay workflow over simply throwing a cron expression next to the command you want to run and being done with it. Is there really no way we can have a crontab-equivalent that virtually converts into a systemd backend when you don’t need the extra power? I feel like an old person that can’t accept change but it’s been a decade and I’m still angry.

  • Mwa@lemm.ee
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    4 days ago

    7-Zip,on windows it was powerful and i loved it there is a port p7zip but it has not been updated since 2016.

    • dasenboy@lemm.ee
      link
      fedilink
      arrow-up
      5
      ·
      5 days ago

      You should try gufw. Great for simple setups! For more complicated ones you could use opensnitch.

      • JustVik@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 days ago

        Thanks. I will try all the suggested options and see which one is more convenient. :)

      • JustVik@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 days ago

        Thanks. I will try all the suggested options and see which one is more convenient. :)

    • Phoenixz@lemmy.ca
      link
      fedilink
      arrow-up
      2
      ·
      4 days ago

      I use csf which isn’t GUI, text only, but the configuration is so straightforward and simple that it’s been my default for years now on server and desktop

      • JustVik@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 days ago

        Thanks. I will try all the suggested options and see which one is more convenient. :)

  • ubergeek@lemmy.today
    link
    fedilink
    English
    arrow-up
    18
    arrow-down
    1
    ·
    6 days ago

    A decent GUI LDAP client.

    Yes, I know, I can use slapcat and all… But holy hell, I’m tired of writing basic LDAP files to populate a new domain. And, no, I really don’t want to spin up a webserver just to run a web based GUI that I NOW have to ensure is locked down.