• FreshLight@sh.itjust.works
    2481·
    8 个月前

    Oh fuck. I’ll use this from now on. Except for if I won’t use it next week. Then I’ll forget about it because my memory is a damn sieve.

    • Catoblepas@lemmy.blahaj.zone
      1291·
      8 个月前

      Just take the next step and make a text file you dump all these commands into and then forget about in a week. When you randomly stumble across it years from now you’ll be able to say “wow, I could have used this 10 months ago if I remembered it existed!”

      • boredsquirrel@slrpnk.net
        571·
        8 个月前

        I make a separate text file per command so I can search them!

        Which I dont.

        • variants@possumpat.ioEnglish
          341·
          8 个月前

          I usually print these out and put them in a safe deposit box at a bank so I never lose them

        • Jessica@discuss.tchncs.de
          12·
          8 个月前

          We can store those text files in a terminal and search for them from the command line with man command!

      • prole@lemmy.blahaj.zone
        5·
        8 个月前

        I keep a persistent “sticky note” (in KDE) drop down on my top bar where I copy/paste important commands, scripts, etc.

        I actually remember to use it sometimes.

    • Technofrood@feddit.uk
      12·
      8 个月前

      Use a systemd timer to send yourself a reminder. Discoverd them recently myself and honestly liking them more than cron.

    • folkrav@lemmy.ca
      5·
      8 个月前

      I feel you. It’s however gotten a lot better since I turned some of these commands into abbreviations. They’re aliases that expands in place, more or less. Fish has them natively, I personally use zsh-abbr.

      • prole@lemmy.blahaj.zone
        2·
        8 个月前

        Fish is super useful, but I usually only start it up if I’m having trouble finding or remembering a command.

        • folkrav@lemmy.ca
          3·
          8 个月前

          Yeah, it’s a good shell. I’ve found the lack of compatibility with some bash tools to be inconvenient enough that I just went back to zsh and found alternatives for the parts that I liked about it. Works well enough for me.

          • prole@lemmy.blahaj.zone
            1·
            8 个月前

            I’m relatively new to Linux in general (have only been on it for about a year and a half, but have taken to it like a fish to water), so forgive me if this is a dumb question, but what are some benefits to using zsh over bash? Are there any cons?

            • folkrav@lemmy.ca
              1·
              8 个月前

              Honestly, it’s just another shell. Both Bash and ZSH happen to be mostly POSIX compliant, so stuff that works for Bash tends to work with ZSH too. For me it’s mostly just about the stuff I can add to it - I use the antidote plugin manager to get additional autocomplete, syntax highlighting, suggestions, async prompt updates, that kind of thing.

    • meiti@lemmy.world
      1·
      8 个月前

      Using a large shell history (currently at 57283 entries) along with readline (and sometimes fzf) has served me well over the past few yeas when trying to remember past commands.

  • _____@lemm.eeEnglish
    1278·
    8 个月前

    me: systemd is not that bloated

    systemd:

    • exu@feditown.comEnglish
      561·
      8 个月前

      You need a calendar and time handling anyways for logging purposes and to set timers correctly. It’s likely not that much extra work exposing that functionality.

      • Kusimulkku@lemm.ee
        203·
        8 个月前

        No, UNIX philosophy demands that every single one of those things is one or more separate things and that half of them are poorly or not at all maintained. Just like God intended.

        • DrDystopia@lemy.lol
          76·
          8 个月前

          Finding the next super holiday is a core system feature I could survive without. 🎉

          • Kusimulkku@lemm.ee
            81·
            8 个月前

            Well, date time stuff for a system working with timers and scheduling actions might be pretty useful…

          • ggppjj@lemmy.worldEnglish
            4·
            8 个月前

            That’s not what it’s there for. It can also be used that way.

      • DrDystopia@lemy.lol
        41·
        8 个月前

        But that’s not what I need and the world revolves around me…

    • Kusimulkku@lemm.ee
      13·
      8 个月前

      I think this is for setting date oriented timers

  • mogoh@lemmy.ml
    98·
    8 个月前

    Usually such things have a simple explanation. systemd does a lot with time and date, for example scheduling tasks. It’s quite obvious that it has this capabilities, when you think about it.

    • m4m4m4m4@lemmy.world
      548·
      8 个月前

      Usually such things have a simple explanation. systemd does a lot with time and date, for example scheduling tasks. It’s quite obvious that it has this capabilities, when you think about it.

      FTFY

      • Kusimulkku@lemm.ee
        7·
        8 个月前

        Not that that’s bad when it’s stuff like this

      • Phoenixz@lemmy.ca
        32·
        8 个月前

        Too much

        But that has been a complaint for 10 years and it’s only gotten worse

        I wouldn’t mind systemd if it weren’t for the fact that it was to be a startup system that promised to make everything easier and faster to startup yet managing systemd is a drag at best, and of it did one thing it’s making my systems boot up like mud

        • Kusimulkku@lemm.ee
          31·
          8 个月前

          I feel like the glued together collection of scripts was way worse to manage than systemd.

          • Phoenixz@lemmy.ca
            11·
            8 个月前

            Is it? It was always super easy to get anything done and with systems it suddenly got factors more complicated. Port assignment was super easy to do, note the past tense. It now requires systemd and instead of a 15 second config file change and service restart I now need to create and delete files, restart multiple services, God knows what in systems.

            Simply put: why? If you make an alternative solution AT LEAST it shouldn’t become way more over complicated to get basic tasks done

            • Kusimulkku@lemm.ee
              1·
              8 个月前

              I definitely think so. Init was a mess of bash scripts and concurrency and whatnot was a problem. Making a script to start a service was very dependent on the distro, their specific decisions and whatnot. Systemd services and timers make things very easy and they have great tools to manage those. And now it’s basically the same on every distro.

    • bricked@feddit.orgEnglish
      46·
      8 个月前

      I thought the same, but didn’t we already have things like chron syntax for this? Systemd didn’t have to build its own library.

        • bricked@feddit.orgEnglish
          81·
          8 个月前

          Aight, didn’t know that. I cannot yet imagine any scheduled task that would require anything more advanced than cron (or a similar standalone syntax), but I’ll just trust you with that one.

      • fallingcats@discuss.tchncs.de
        6·
        8 个月前

        Can you tell Cron to catch up on the things that should’ve happened but didn’t because the system was off?

  • rustydrd@sh.itjust.works
    902·
    8 个月前

    systemd is a great operating system, it just lacks a decent text editor.

  • PanArab@lemm.ee
    6516·
    8 个月前

    systemd is the future, and the future has been here for over a decade and yet old Unix and BSD purists still cry about it

    I have one simple thing to say to the downvoters: I am not using a minicomputer from 1970, why should I be bound by the limits set then?

    • pimeys@lemmy.nauk.io
      432·
      8 个月前

      Yeah, I’m also one of these people silently enjoying systemd and wayland. Every now and then there’s fuzz on one of these. I shrug, and move on still enjoying both of them.

    • Something Burger 🍔@jlai.lu
      5·
      8 个月前

      They are also still complaining about PulseAudio, despite Pipewire having mostly replaced it, while spending hours fiddling with ALSA to use their headphones.

    • Phoenixz@lemmy.ca
      1211·
      8 个月前

      I wouldn’t cry about it if it wasn’t so God awful to work with

      • Kusimulkku@lemm.ee
        241·
        8 个月前

        I’ve felt like systemd has been a breeze compared to the hodgepodge of different stuff that preceded it. Now most distros have it mostly the same way, tools are well documented, things works together. It wasn’t always like that from what I remember

  • lazynooblet@lazysoci.alEnglish
    46·
    8 个月前

    In the UK, if Christmas or New Year falls on a weekend, a seperate equivalent holiday is made during the week to compensate.

    • blackn1ght@feddit.uk
      17·
      8 个月前

      Wait, do other countries not do this? So if a public holiday falls on a Saturday it doesn’t get pushed to Monday?

      • superkret@feddit.org
        15·
        8 个月前

        Germany doesn’t do this, but the minimum, when all holidays fall on the worst possible days, is more than the number of holidays in the UK.

      • thebestaquaman@lemmy.world
        11·
        8 个月前

        Don’t do that in Norway either - just bad luck if the holidays happen to land on a weekend. On the other hand, we have five weeks of paid vacation, and holidays are not counted into those, I’m not sure how that’s done in other countries?

    • John@discuss.tchncs.de
      12·
      8 个月前

      but the UK has the fewest public holidays in Europe. In Germany we have 9-13 but don’t get a day off if a public holiday is on a weekend. And we have a minimum of 20/24 days of holiday on top

    • my_hat_stinks@programming.dev
      4·
      8 个月前

      This is true for all public holidays in the UK, there’s a (usually) fixed number of public holidays but the dates are flexible.

      They’re also included in the minimum 28 days paid time off too, meaning if you’re a full time worker and have to work on a bank holiday your employer is legally required to offer an extra day off somewhere else instead, either a fixed date or added to your holiday allowance. Conversely, the “extra” day off you get when a monarch keels over may be subtracted from your holiday allowance for the year. This is also why my employer is allowed to follow English bank holidays despite having next to no presence in England; the number is fixed but the dates are not.

    • chiliedogg@lemmy.world
      2·
      8 个月前

      Same for lots of jobs here.

      Honestly, Wednesday and Thursday are the worst days for Christmas for those of us who also get Christmas Eve because they’re the only days that don’t result in 4 days in a row off from work.

      If it’s on a Friday, we get Thursday through Saturday. If it’s on a Saturday, Sunday, or Monday, they give us Friday through Monday, and if it’s on a Tuesday, they give us Saturday through Tuesday.

      But this year, we’re off Saturday and Sunday, work Monday, are off Tuesday and Wednesday, and return to work on Thursday.

      It’s the same total number of days off, but it’s way less useful - especially if travel is involved.

  • peopleproblems@lemmy.world
    31·
    8 个月前

    Well. I mean, that’s pretty cool. I don’t think I would have ever guess that was an actual function from systemd but here we are

  • frezik@midwest.social
    29·
    8 个月前

    This plays some kind of role in the debate of systemd being good or not. I’m not sure if goes in the good column or the bad column, but I know it goes into a column.

    • barsquid@lemmy.world
      22·
      8 个月前

      I am typically in the group saying “systemd is overlarge with too many responsibilities” but this capability makes perfect sense for its job running services. Probably the good column.

      • okwhateverdude@lemmy.worldEnglish
        6·
        8 个月前

        This kinda functionality is surprisingly apropos to a problem I have a work, I realize. And yet, I have k8s. More and more I am appreciating the niche systemd can play with pets instead of cattle and wished corps weren’t jumping to managed k8s and all of that complexity it entails immediately.

        • kattfisk@lemmy.dbzer0.com
          1·
          8 个月前

          You can run systemd (or cron) inside a pod for scheduling and call the kubernetes API from there to run jobs and stuff. Not sure if this helps you, but it can be easy to overlook.

          • okwhateverdude@lemmy.worldEnglish
            2·
            8 个月前

            haha, yeah I am well aware I could do something like that. Unfortunately, once you start working for larger companies, your options for solutions to problems typically shrink dramatically and also need to fit into neat little boxes that someone else already drew. And our environment rules are so draconian, that we cannot use k8s to its fullest anyhow. Most of the people I work with have never actually touched k8s, much less any kind of server oriented UNIX. Thanks for the advice though.

    • Arthur Besse@lemmy.mlEnglish
      4·
      8 个月前

      I think it depends which side of the debate one is on?

  • Rose@lemmy.world
    24·
    8 个月前

    Well, systemd developers made one of the classic blunders a software developer can do: make a program that has to deal with time and dates. Every time I have to deal with timestamps I’m like “oh shit, here we go again”.

    Anyway, as I understood it the reason this is in systemd is because they wanted to replace cron, and it’s fine by me because cron has it’s own brain-hurt. (The cron syntax is something that always makes me squint real hard for a while.)

    • flying_sheep@lemmy.ml
      2·
      8 个月前

      Yeah and they actually added some usability in the form of that utility helping you debug what you’re doing. Pretty nice!

    • Phoenixz@lemmy.ca
      44·
      8 个月前

      I’m sorry but Cron is really easy, of all systems.

      Try using systemd with an ssh server that you want to have running on a non standard port. On non systemd it’s a 15 second ordeal while on systemd I don’t even know where to start, I pushed it out of my memories. It’s something something create files here, restart demons there, removing other files, it is WAY WAY over complicated

      • offspec@lemmy.world
        5·
        8 个月前

        What do you mean? You literally just change the /etc/sshd config to point at a different port do you not?

        • Phoenixz@lemmy.ca
          1·
          8 个月前

          Oh yeah, without systemd that’s all there is to it. With systemd, however, port management is taken out of the ssh config and is done how it was decades ago

          • offspec@lemmy.world
            2·
            8 个月前

            I run systemd with a different sshd service port and that’s all I changed

            • Phoenixz@lemmy.ca
              1·
              6 个月前

              .Aube it’s distro dependent, but Ubuntu updated ssh a while ago to be passed through systemd. Updating the port requires systemd configuration changes

      • Rose@lemmy.world
        2·
        8 个月前

        Well cron is “really easy” as long as your requirements are really easy too.

        Run a task at specific hour or minute or weekday or whatever? Easy peasy.

        Run a task at complex intervals? What the fuck is this syntax. How do I get it right even. Guess I’ll come back next week and see if it ran correctly.

        Actually have to look at the calendar to schedule this stuff? Oh lawd here come the hacks, they’re so wide, they’re coming

        Run a task at, say, granularity of seconds? Of course it’s not supported, who would ever need that, if you really need that just do an evil janky shellscript hack

  • ScreaminOctopus@sh.itjust.worksEnglish
    221·
    8 个月前

    This is basically just a way nicer, more flexible cron syntax being dressed up as something ridiculous. There are legitimate reasons for wanting something like this, like running some sort of resource heavy disk optimization the first Friday evening of every month or something.

  • kameecoding@lemmy.world
    20·
    8 个月前

    It is literally happening this year.

    24th is Tuesday. 1st of January is Wednesday and as a bonus Jan 6 is also a holiday in my country and that’s Monday.

    So from dec 22 to jan 6 i can be home by using just 6 days off

    • Ullallulloo@civilloquy.com
      3·
      8 个月前

      The 25th is a Wednesday, not a Tuesday like he was wanting. Tuesday is nice because you get a four-day weekend without using any days off. (Though, usually you’d get the next off if it was a Monday or Sunday or whatever.) I think the best is Friday or Monday because then New Year’s gives you a three-day weekend too.

      • kameecoding@lemmy.world
        1·
        8 个月前

        to me it doesn’t matter tbh, as long as the 24th is somewhere monday-wednesday, that means days off that week, we get 24,25,26 off.

    • piecat@lemmy.world
      2·
      8 个月前

      It is, but they searched starting in 2025. Skipping this one.

      • macniel@feddit.org
        15·
        8 个月前

        Did you know the next Friday the 13th is in December? ChatGPT didn’t know it. (I had to give it an extra date.now for it to figure it out)