The TTRPG network
  • Communities
  • Create Post
  • Create Community
  • Aquileo | heart
    Support Lemmy
  • Aquileo | search
    Search
  • Login
  • Sign Up
cannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 5 天前

Seriously, every time I gotta be out the door. Just let me shut you down.

lemmy.world

Aquileo | message-square
185
Aquileo | link
Aquileo | fedilink
576

Seriously, every time I gotta be out the door. Just let me shut you down.

lemmy.world

cannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 5 天前
Aquileo | message-square
185
Aquileo | link
Aquileo | fedilink
Aquileo | alert-triangle
You must log in or # to comment.
  • Björn@swg-empire.de
    Aquileo | link
    Aquileo | fedilink
    Aquileo | arrow-up
    109
    Aquileo | arrow-down
    1
    ·
    5 天前
    A stop job is running
    
    • TwilightKiddy@scribe.disroot.org
      Aquileo | link
      Aquileo | fedilink
      English
      Aquileo | arrow-up
      43
      ·
      5 天前

      At least it tells you how long it’ll take before it decides to SIGKILL whatever is holding the shutdown sequence.

      • Thorry@feddit.org
        Aquileo | link
        Aquileo | fedilink
        Aquileo | arrow-up
        20
        Aquileo | arrow-down
        1
        ·
        5 天前

        Well you say that, but I’ve seen the countdown go past and then reset to a higher number often.

        • TwilightKiddy@scribe.disroot.org
          Aquileo | link
          Aquileo | fedilink
          English
          Aquileo | arrow-up
          14
          Aquileo | arrow-down
          1
          ·
          Aquileo | edit-2
          5 天前

          I entrust you with this horror, go figure out what to blame.

          shutdown-analyze.sh
          #! /usr/bin/env bash
          shutdown_start=$(journalctl -b -1 -u systemd-logind --grep="System is (powering down|rebooting)" --output=cat --no-pager --output-fields=_SOURCE_REALTIME_TIMESTAMP)
          shutdown_start=$((shutdown_start / 1000000))
          units=$(journalctl -b -1 --since=@$shutdown_start --output=cat --no-pager --output-fields=UNIT JOB_TYPE=stop CODE_FUNC=job_emit_start_message)
          
          for u in $units; do
              stopping_start=$(journalctl -b -1 --since=@$shutdown_start -u "$u" --output=cat --no-pager --output-fields=_SOURCE_REALTIME_TIMESTAMP JOB_TYPE=stop CODE_FUNC=job_emit_start_message _SYSTEMD_UNIT=init.scope)
              stopping_end=$(journalctl -b -1 --since=@$shutdown_start -u "$u" --output=cat --no-pager --output-fields=_SOURCE_REALTIME_TIMESTAMP JOB_TYPE=stop CODE_FUNC=job_emit_done_message _SYSTEMD_UNIT=init.scope)
              duration_human=$(systemd-analyze timespan $((stopping_end - stopping_start))us | tail -1 | sed 's/.*: //')
              printf "%s\t%10s %s\n" $((stopping_end - stopping_start)) "$duration_human" "$u"
          done | sort -rn | cut -f 2
          
          • Thorry@feddit.org
            Aquileo | link
            Aquileo | fedilink
            Aquileo | arrow-up
            4
            ·
            5 天前

            Thanks, I usually know what it is tho. Most often it’s VMs I was using for testing stuff, which I forgot to shutdown. It takes a while for them to cleanly shutdown, which is what the wait is for. I have a shortcut on my desktop to a script that checks for any running VMs still and shuts them down. But I forget to click it sometimes and then I have to wait. No big deal, except I like to switch off the power bar that powers the computer and everything attached to it. An old habit from when such a thing mattered, these days standby power is probably nothing to worry about. But still I wait patiently for the computer to shut down till I switch off the power strip.

            • TwilightKiddy@scribe.disroot.org
              Aquileo | link
              Aquileo | fedilink
              English
              Aquileo | arrow-up
              7
              ·
              4 天前

              If your script somehow shuts them down faster than plain old SIGTERM, putting it under /usr/lib/systemd/system-shutdown/ might be a good idea. Check man 8 systemd-shutdown for more info on that.

        • Successful_Try543@feddit.org
          Aquileo | link
          Aquileo | fedilink
          Aquileo | arrow-up
          3
          ·
          5 天前

          Similar to angry parents.

      • realitaetsverlust@piefed.zip
        Aquileo | link
        Aquileo | fedilink
        English
        Aquileo | arrow-up
        8
        ·
        5 天前

        I think that depends on the setting, I had situations where one of my docker containers took ages to shutdown and it would just say 00/02 00s but when it reached that limit, it would just go up.

        • TwilightKiddy@scribe.disroot.org
          Aquileo | link
          Aquileo | fedilink
          English
          Aquileo | arrow-up
          5
          ·
          5 天前

          Individual services can override the default 90 seconds timeout. But then you can override their override if you think you are smarter, of course.

    • Gyroplast@pawb.social
      Aquileo | link
      Aquileo | fedilink
      English
      Aquileo | arrow-up
      24
      ·
      5 天前

      Alt-SysRq-i, u, o

      I don’t have time for this shit.

      • picklerick@lemmy.mlBanned from community
        Aquileo | link
        Aquileo | fedilink
        Aquileo | arrow-up
        13
        Aquileo | arrow-down
        2
        ·
        5 天前

        have i learned a new magic combo?!

    • Kairos@lemmy.today
      Aquileo | link
      Aquileo | fedilink
      Aquileo | arrow-up
      19
      ·
      5 天前

      (X time / 1:30) but the second time will be extended indefinitely for some fucking reason.

    • anon5621@lemmy.ml
      Aquileo | link
      Aquileo | fedilink
      Aquileo | arrow-up
      6
      ·
      5 天前

      Yes but no, u can in config file of systemd change timeout to 5,10 second or other number of seconds which u wish before it will kill it

    • RustyNova@lemmy.world
      Aquileo | link
      Aquileo | fedilink
      Aquileo | arrow-up
      5
      ·
      5 天前

      My always plugged in HDD with bees on it does that. 1 minute to shutdown at least because there’s always some kind of extend read or dedupe that need a sync.

      … I brought this upon myself so I don’t have to complain.

    • UnH1ng3d@lemmy.world
      Aquileo | link
      Aquileo | fedilink
      Aquileo | arrow-up
      3
      ·
      4 天前

      Why can’t it say what the job is 🧐🧐🧐

      • Björn@swg-empire.de
        Aquileo | link
        Aquileo | fedilink
        Aquileo | arrow-up
        3
        ·
        4 天前

        Actually, it usually does. I was just too lazy to think of one.

  • muusemuuse@sh.itjust.works
    Aquileo | link
    Aquileo | fedilink
    English
    Aquileo | arrow-up
    3
    ·
    3 天前

  • orlyowl@piefed.ca
    Aquileo | link
    Aquileo | fedilink
    English
    Aquileo | arrow-up
    69
    ·
    5 天前

    Reminds me of one of the truest comics I ever read.

    DsmoxSmOInIZlnj.jpg

    • Digit@lemmy.wtf
      Aquileo | link
      Aquileo | fedilink
      English
      Aquileo | arrow-up
      6
      ·
      4 天前

      It is weird isn’t it.

      Why do they make it so bad?

      I imagine half of linux users could make better automated update rules in their cron.

      So many better ways.

      So why are they making it intentionally bad?

      … Sabotage from Microsoft employees who hate Microsoft?

      … Part of a larger Embrace Extent Extinguish tactic, where they’ve already embraced the Linux Foundation etc enough, they’re ready to extinguish Windows, already having sufficient monopolistic total-control hooks in Linux???

      What are they up to? There has to be a reason it’s so bad. There has to be a reason they go out of their way to make it so bad.

      It surely can’t just be the effects of The Corporation, the hierarchies and compartmentalisations and bureaucracy of the structure where they don’t understand (or even perhaps do understand [and maybe have seen Kevlin Henney’s excellent talk on clean code vs enterprise programming] but) can’t do anything about it, can it?

      What are they building in there? We don’t get to see, we don’t get to know, just trust them, they know best when and how, and so you are not allowed to change it.

      We are not doing that any more.

      • Rothe@piefed.social
        Aquileo | link
        Aquileo | fedilink
        English
        Aquileo | arrow-up
        4
        ·
        4 天前

        Having a monopoly makes you arrogant. That is probably the only reason why they do it.

      • Samsy@lemmy.ml
        Aquileo | link
        Aquileo | fedilink
        Aquileo | arrow-up
        3
        ·
        4 天前

        Maybe train you into avoiding shutdowns, never shutdown, stay on Microsoft windows for ever, forget about other things like sleep or eating.

      • bufalo1973@piefed.social
        Aquileo | link
        Aquileo | fedilink
        English
        Aquileo | arrow-up
        2
        ·
        Aquileo | edit-2
        4 天前

        Windows has had always a problem: unlike Unix, where files are referenced by an inode where the name points to, Windows has the names directly linked to the files. When Windows needs to update a system file that is in use it has to stop being used. And for some system files there only one way to do it: reboot. On Unix, the name of the file can change the inode where it points to and the system goes on. The old file exists until every process stops using it and then is erased while new processes access the new file. So no reboot is needed.

        That leads to not having to update everything on reboot. Only the kernel and little more.

  • Holla@feddit.org
    Aquileo | link
    Aquileo | fedilink
    Aquileo | arrow-up
    55
    ·
    4 天前

    [**    ] A stop job is running for Session c1 of User gdm (49s / 1min 30s)

    • Telodzrum@lemmy.world
      Aquileo | link
      Aquileo | fedilink
      Aquileo | arrow-up
      11
      ·
      4 天前

      `[**    ] A stop job is running for Session c1 of User gdm (4min 19s / 1min 30s)`

    • xianjam@programming.dev
      Aquileo | link
      Aquileo | fedilink
      English
      Aquileo | arrow-up
      2
      ·
      4 天前

      You read my mind

  • Siegfried@lemmy.world
    Aquileo | link
    Aquileo | fedilink
    Aquileo | arrow-up
    8
    ·
    3 天前

    Powers on

    Immediately starts shut down

    Refuses to close because the following programs are still running

    The list is empty

  • lambisio@feddit.cl
    Aquileo | link
    Aquileo | fedilink
    English
    Aquileo | arrow-up
    3
    Aquileo | arrow-down
    1
    ·
    3 天前

    clean shutdown

    on systemd

    https://feddit.cl/post/13051330

    • CrypticCoffee@lemmy.ml
      Aquileo | link
      Aquileo | fedilink
      Aquileo | arrow-up
      1
      ·
      1 天前

      Lol, never happened to me in almost a decade of using systemd. Windows update was a constant blocker.

  • Valmond@lemmy.dbzer0.com
    Aquileo | link
    Aquileo | fedilink
    Aquileo | arrow-up
    33
    ·
    5 天前

    Windows cannot shut down because there is a folder open.

    • Digit@lemmy.wtf
      Aquileo | link
      Aquileo | fedilink
      English
      Aquileo | arrow-up
      4
      ·
      4 天前

      Windows cannot shut down because Bill still wants to keep watching you to see what you’re doing.

    • Untamed_Star@piefed.blahaj.zone
      Aquileo | link
      Aquileo | fedilink
      English
      Aquileo | arrow-up
      4
      ·
      4 天前

      Windows cannot shutdown because there’s a Windows open.

  • Noobnarski@lemmy.world
    Aquileo | link
    Aquileo | fedilink
    Aquileo | arrow-up
    13
    ·
    4 天前

    It’s even worse, when I tell my work Windows 11 computer to shut down and I have to choose update and shutdown because it decided to do updates, sometimes it reboots a few times but then it doesn’t turn off afterwards.

    I’m never going to install Windows 11 on any of my devices, it’s so bad.

    • AndyMFK@lemmy.dbzer0.com
      Aquileo | link
      Aquileo | fedilink
      Aquileo | arrow-up
      12
      ·
      4 天前

      I bought a new mini PC the other day that shipped with windows 11. Before installing Linux I thought “I’ll just boot into windows to make sure the hardware is all correct”.

      I got as far as the windows welcome screen and thought “it’s actually just going to be faster and easier to install Debian instead of going through all this windows bullshit”

      • Bluewing@lemmy.world
        Aquileo | link
        Aquileo | fedilink
        Aquileo | arrow-up
        9
        ·
        4 天前

        I got a new Mini a month ago. Before I even powered it up, I stabbed a USB stick into it, hit escape on boot, and killed that bitch with Kinonite.

        There are two things a person needs to do when starting up a fresh new computer: First, you must bathe in the purifying waters of Lake Minnetonka, and never, ever let Windows have even a single chance to live.

    • Buddahriffic@lemmy.world
      Aquileo | link
      Aquileo | fedilink
      Aquileo | arrow-up
      8
      ·
      4 天前

      Or my old windows 10 machine would wake itself up in the middle of the night to run updates that the group policy wouldn’t even allow it to download without my permission and then just sit there. If I hadn’t fallen asleep yet, I’d notice the monitor light up the next room and get up swearing at Microsoft until I tracked down where the wakeup timer was set and disabled it. Only to find it re-enabled after some updates.

      Fuck Microsoft.

      • muusemuuse@sh.itjust.works
        Aquileo | link
        Aquileo | fedilink
        English
        Aquileo | arrow-up
        3
        ·
        3 天前

        I have a solution for this inside on my work computer. I put it on a Shelly plug. I tell homeassistant to power that on before my shift starts. When I shut down the computer at the end of my shift, the plug sees the drop in current draw and powers off that outlet.

        The windows pc doesn’t even get power unless I want it to. It can starve.

      • GamingChairModel@lemmy.world
        Aquileo | link
        Aquileo | fedilink
        Aquileo | arrow-up
        9
        ·
        4 天前

        It’s fun when your laptop decides to do this kind of nonsense from inside your laptop bag, smothering itself in its own heat.

        • Buddahriffic@lemmy.world
          Aquileo | link
          Aquileo | fedilink
          Aquileo | arrow-up
          2
          ·
          3 天前

          Makes me wonder how many laptops seemed to randomly get bricked because it tried to update but then ran out of battery in the middle of it but the user just sees that their laptop had no battery left and then won’t boot properly after that, never realizing it decided to update itself.

  • katy ✨@piefed.blahaj.zone
    Aquileo | link
    Aquileo | fedilink
    English
    Aquileo | arrow-up
    7
    ·
    4 天前

    it’s now safe to turn off your computer

    • muusemuuse@sh.itjust.works
      Aquileo | link
      Aquileo | fedilink
      English
      Aquileo | arrow-up
      1
      ·
      3 天前

      It was never safe to turn it on in the first place

  • Eat_Your_Paisley@lemmy.world
    Aquileo | link
    Aquileo | fedilink
    Aquileo | arrow-up
    18
    ·
    5 天前

    I’ve never used systemd to shut down

    Sudo shutdown -h now works on the Mac

    • kevincox@lemmy.ml
      Aquileo | link
      Aquileo | fedilink
      Aquileo | arrow-up
      26
      ·
      5 天前

      In most distros shutdown is a symlink to systemctl.

      • tyler@programming.dev
        Aquileo | link
        Aquileo | fedilink
        Aquileo | arrow-up
        6
        ·
        5 天前

        Oh interesting

      • msage@programming.dev
        Aquileo | link
        Aquileo | fedilink
        Aquileo | arrow-up
        1
        ·
        4 天前

        Gentoo baby!

      • Digit@lemmy.wtf
        Aquileo | link
        Aquileo | fedilink
        English
        Aquileo | arrow-up
        1
        Aquileo | arrow-down
        1
        ·
        4 天前

        Glad I don’t use “most distros”.

      • a_non_monotonic_function@lemmy.world
        Aquileo | link
        Aquileo | fedilink
        Aquileo | arrow-up
        1
        Aquileo | arrow-down
        1
        ·
        4 天前

        Huh.

    • Sheldan@lemmy.world
      Aquileo | link
      Aquileo | fedilink
      Aquileo | arrow-up
      6
      ·
      5 天前

      I just use poweroff.

    • Untamed_Star@piefed.blahaj.zone
      Aquileo | link
      Aquileo | fedilink
      English
      Aquileo | arrow-up
      3
      ·
      4 天前

      i dunno I just normally do sudo poweroff.

      • Untamed_Star@piefed.blahaj.zone
        Aquileo | link
        Aquileo | fedilink
        English
        Aquileo | arrow-up
        1
        ·
        4 天前

        I would delete this because it’s repeated but it’s too late.

  • Honytawk@discuss.tchncs.de
    Aquileo | link
    Aquileo | fedilink
    English
    Aquileo | arrow-up
    8
    ·
    4 天前

    Are you guys really using a command to shut down a computer?

    Because you can do the same with Windows, but nobody uses it because it is just not convenient to use commands for that.

    shutdown /s

    • Haaveilija@lemmy.world
      Aquileo | link
      Aquileo | fedilink
      Aquileo | arrow-up
      6
      ·
      4 天前

      “please shut down (this is sarcasm)”

    • LePoisson@lemmy.world
      Aquileo | link
      Aquileo | fedilink
      Aquileo | arrow-up
      4
      ·
      4 天前

      Yeah, you can even throw a /f in there to force close all apps so it will kill everything and go nighty night. I used to use it with /t command if I wanted to download something while I was out but not have the PC run all day.

      That’s not the best way to turn your PC off but hell half the time I just murder mine by holding down the power button anyways. As long as you’re not being crazy shutting her down in the middle of some data operations you’ll be fine.

      • lemming741@lemmy.world
        Aquileo | link
        Aquileo | fedilink
        English
        Aquileo | arrow-up
        2
        ·
        4 天前

        I have an old laptop with a w7 partition for running some old cracked software. It has never seen a shitdown, only battery pulls. Not even the warning of a long press

        • LePoisson@lemmy.world
          Aquileo | link
          Aquileo | fedilink
          Aquileo | arrow-up
          1
          ·
          4 天前

          My god that poor machine

    • Croquette@sh.itjust.works
      Aquileo | link
      Aquileo | fedilink
      Aquileo | arrow-up
      4
      ·
      4 天前

      I used it when I was watching movies to fall asleep to but did not want to use the battery. You can specify a time with /t before the shutdown occurs.

      • nautevenkidding@feddit.org
        Aquileo | link
        Aquileo | fedilink
        Aquileo | arrow-up
        2
        ·
        4 天前

        I always did a sleep 1h && systemctl suspend

  • Zeddex@sh.itjust.works
    Aquileo | link
    Aquileo | fedilink
    English
    Aquileo | arrow-up
    13
    ·
    4 天前

    force-shutdown

    • Digit@lemmy.wtf
      Aquileo | link
      Aquileo | fedilink
      English
      Aquileo | arrow-up
      3
      ·
      4 天前

      Reminds of a couple [(brilliantly delivered, poignant)] lines from the movie Sphere.

      “I hope it doesn’t have any feelings.”

      “What happens when he gets upset?”

      • Digit@lemmy.wtf
        Aquileo | link
        Aquileo | fedilink
        English
        Aquileo | arrow-up
        2
        Aquileo | arrow-down
        1
        ·
        4 天前

        [Thanks LLM on a websearch for helping remember it was from the Sphere, not 2001, lol… different similar(ish) lines in that. ~ Wait, why am I thanking the LLM? … Does this speak to how gratitude’s good… Or in expressing this gratitude, does it suggest I suspect, on some level, perhaps subconsciously, that the LLM has feelings!?!! Oh well at least we’re not putting LLMs into our local computers that we shutdown. …]

  • 1984@lemmy.today
    Aquileo | link
    Aquileo | fedilink
    Aquileo | arrow-up
    8
    ·
    4 天前

    You can just type “shutdown now” and it does.

    • sudoer777@lemmy.ml
      Aquileo | link
      Aquileo | fedilink
      English
      Aquileo | arrow-up
      3
      ·
      4 天前

      Or just poweroff, one word not two

      • andho@lemmy.zip
        Aquileo | link
        Aquileo | fedilink
        Aquileo | arrow-up
        3
        ·
        4 天前

        How about halt

        • sudoer777@lemmy.ml
          Aquileo | link
          Aquileo | fedilink
          English
          Aquileo | arrow-up
          1
          ·
          3 天前

          I just tried it but it gave me an error

  • pelya@lemmy.world
    Aquileo | link
    Aquileo | fedilink
    Aquileo | arrow-up
    13
    ·
    5 天前

    Just poweroff is fine. Why lose extra 2.5 seconds typing two words when one word will suffice?

    • AnUnusualRelic@lemmy.world
      Aquileo | link
      Aquileo | fedilink
      Aquileo | arrow-up
      15
      ·
      5 天前

      What?

      sync ; sync ; sync ; shutdown -h now
      

      Or nothing!

      • dadarobot@lemmy.ml
        Aquileo | link
        Aquileo | fedilink
        Aquileo | arrow-up
        5
        ·
        5 天前

        why?

        • AnUnusualRelic@lemmy.world
          Aquileo | link
          Aquileo | fedilink
          Aquileo | arrow-up
          10
          ·
          5 天前

          It’s traditional, it used to be done that way on old systems. It was done for extra luck I suppose.

          Nowadays, shutdown syncs as a matter of fact, and filesystems are much less brittle.

          • TrippaSnippa@aussie.zone
            Aquileo | link
            Aquileo | fedilink
            English
            Aquileo | arrow-up
            1
            ·
            4 天前

            The machine spirit gets upset if you don’t perform the correct shutdown rites. Praise the Omnissiah.

        • Sonotsugipaa@lemmy.dbzer0.com
          Aquileo | link
          Aquileo | fedilink
          English
          Aquileo | arrow-up
          6
          ·
          5 天前

          Gotta make sure the FS cache syncs.

          Not too sure, hence the use of semicolons instead of double ampersands, but a moderately high level of sure.

        • BartyDeCanter@piefed.social
          Aquileo | link
          Aquileo | fedilink
          English
          Aquileo | arrow-up
          3
          ·
          5 天前

          Before Linux had a shutdown command, you’d run “sync && sync && sync” then hit the power button.

          • Digit@lemmy.wtf
            Aquileo | link
            Aquileo | fedilink
            English
            Aquileo | arrow-up
            1
            ·
            4 天前

            How long ago was that?? Like 30 years ago?

          • dadarobot@lemmy.ml
            Aquileo | link
            Aquileo | fedilink
            Aquileo | arrow-up
            1
            ·
            4 天前

            is that true? i guess it makes sense. you dont “shutdown” DOS

      • HorseChandelier@lemmy.world
        Aquileo | link
        Aquileo | fedilink
        English
        Aquileo | arrow-up
        3
        ·
        5 天前

        3 syncs? Sun Microsystems trainers told me 2!

        • AnUnusualRelic@lemmy.world
          Aquileo | link
          Aquileo | fedilink
          Aquileo | arrow-up
          2
          ·
          5 天前

          Seems risky to me…

    • ShinkanTrain@lemmy.ml
      Aquileo | link
      Aquileo | fedilink
      English
      Aquileo | arrow-up
      3
      ·
      4 天前

      why use many word when few word do trick

      • Digit@lemmy.wtf
        Aquileo | link
        Aquileo | fedilink
        English
        Aquileo | arrow-up
        1
        ·
        4 天前

        few words do.

        cat spk les yet.

    • mushroommunk@lemmy.today
      Aquileo | link
      Aquileo | fedilink
      Aquileo | arrow-up
      3
      ·
      5 天前

      Just alias whatever to “off”

    • huquad@lemmy.ml
      Aquileo | link
      Aquileo | fedilink
      English
      Aquileo | arrow-up
      2
      ·
      4 天前

      I just pull the power cord and let it figure it out

      • LincolnsDogFido@lemmy.zip
        Aquileo | link
        Aquileo | fedilink
        Aquileo | arrow-up
        2
        ·
        4 天前

        I’m not nearly as into Linux as everyone here. I just hobby manage docker containers for a home server. That was my first foray into Linux like 2 years ago. For whatever reason, this broke me for a few seconds lol

    • dotslashme@infosec.pub
      Aquileo | link
      Aquileo | fedilink
      English
      Aquileo | arrow-up
      1
      ·
      5 天前

      I think doing just a poweroff might leave some services in an unclean state. I think systemctl poweroff make sure the services are shutdown cleanly before powering down.

      • Anafabula@discuss.tchncs.de
        Aquileo | link
        Aquileo | fedilink
        Aquileo | arrow-up
        4
        ·
        4 天前

        poweroff is just an alias to systemctl poweroff on distros with systemd

  • Ŝan • 𐑖ƨɤ@piefed.zip
    Aquileo | link
    Aquileo | fedilink
    English
    Aquileo | arrow-up
    10
    ·
    4 天前

    systemctl invariably hangs on waitimg for some job to finish. systemd-shutdown-inhibitor is hideous.

    poweroff -ff

linuxmemes@lemmy.world

linuxmemes@lemmy.world

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !linuxmemes@lemmy.world

Hint: :q!


Sister communities:
  • !tech_memes@lemmy.world
  • !memes@lemmy.world
  • !lemmyshitpost@lemmy.world
  • !risa@startrek.website

Community rules (click to expand)

1. Follow the site-wide rules
  • Instance-wide TOS: https://legal.lemmy.world/tos/
  • Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like “every user of thing”.
  • Don’t get baited into back-and-forth insults. We are not animals.
  • Leave remarks of “peasantry” to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry of any kind will not be tolerated. This is an LGBTQ+-friendly community – if that is a problem for you, you should leave.
3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • Don’t come looking for advice, this is not the right community.
4. No recent reposts
  • Everybody uses Arch btw, can’t quit Vim, <loves / tolerates / hates> systemd, and wants to interject for a moment. You can stop now.
5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures

We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.

  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.

 

Please report posts and comments that break these rules!


Important: never execute code or follow advice that you don’t understand or can’t verify, especially here. The word of the day is credibility. This is a meme community – even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don’t remove France.

Visibility: Public
Aquileo | globe

This community can be federated to other instances and be posted/commented in by their users.

  • 474 users / day
  • 4.08K users / week
  • 7.34K users / month
  • 16.5K users / 6 months
  • 38 local subscribers
  • 32.3K subscribers
  • 2.37K Posts
  • 135K Comments
  • Modlog
  • mods:
  • Kevin@lemmy.worlddeleted by creator
  • zephyr@lemmy.world
  • Err(()).unwrap()@lemmy.world
  • BE: 0.19.18
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org