this post was submitted on 05 Jun 2026
623 points (98.0% liked)

linuxmemes

31637 readers
1062 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

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 will not be tolerated.
  • 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 figuresWe 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.

    founded 3 years ago
    MODERATORS
     

    reupload because i mixed up sigterm and sigkill like a dumb fuck

    top 50 comments
    sorted by: hot top controversial new old
    [–] iocase@lemmy.zip 2 points 30 minutes ago

    Xkill is my favorite. I prefer aiming the gun and pulling the trigger myself

    [–] Fiery@lemmy.dbzer0.com 8 points 6 hours ago (2 children)

    This but deleting a folder:

    • Are you sure you want to delete this
    • Delete too large to fit in garbage bin, so are you really sure
    • Couldn't delete stuff (for no clear reason)
    • Even as admin file locks were hard blocking without any easy way to unblock

    Meanwhile on Linux with sudo rm -rf, it's just gone as demanded.

    [–] smeenz@lemmy.nz 3 points 5 hours ago* (last edited 5 hours ago) (1 children)

    Partially true. The difference is that in Linux, when you delete a file, you're just removing the directory entry (potentially just one of many entries that point to the same data). The filesystem doesn't actually remove the data and reclaim space until all open handles are closed and no remaining directory entries point to the data.

    Any running processes that have the file open are able to continue to read and write that data via the handle despite the directory entry being removed, until the handle is closed.

    [–] oce@jlai.lu 2 points 1 hour ago

    I think a file delete just removing an adress and not the actual data is common to all OSes. That's why to safely erase data from a disk it is recommended to fully overwrite the disk with random data, potentially multiple times.

    I mean you could probably delete files with powershell then idk.

    [–] azvasKvklenko@sh.itjust.works 29 points 10 hours ago (5 children)
    [–] SpaceCadet@feddit.nl 10 points 6 hours ago* (last edited 6 hours ago)

    Everybody gangsta until "A stop job is running for ..."

    [–] adhdsergio@lemmy.world 2 points 10 hours ago

    Keeping it real hell yeah

    load more comments (3 replies)
    [–] jason@discuss.online 11 points 10 hours ago (1 children)

    The first time I shutdown a Linux computer, I thought I broke something it happened so fast.

    [–] rumba@lemmy.zip 8 points 8 hours ago (2 children)

    Been doing Linux for decades. sudo reboot is still very jarring.

    [–] highball@lemmy.world 4 points 6 hours ago

    Same. I still feel like I should be parking the heads on my 10mb hard drive. Honestly at this point, I'm too embarased to ask if there is a proper way to send my servers for a reboot, and I cross my fingers I can log back in.

    [–] jason@discuss.online 2 points 5 hours ago (1 children)

    I think that reaction comes from messing with computers too much. When you fuck up in a computer, that sudden shutdown is what you get. Gives me flashbacks.

    [–] starman2112@sh.itjust.works 1 points 6 hours ago

    It's not a request, it's a warning. The machine will be without power soon, and it's up to the machine whether it wants to prepare for that or not

    [–] gandalf_der_12te@feddit.org 9 points 11 hours ago (1 children)

    also true for boot (not from suspended state), in my experience.

    windows: wait, let me display the windows logo for 10 seconds, then show a spinny circle, then show the lock screen, then when you try to enter your password, it loads your user profile for another 5 minutes before it shows your desktop icons

    linux: click the power button -> 1.5 seconds later i see the lock screen. enter password and it's just there.

    [–] punkfungus@sh.itjust.works 3 points 8 hours ago

    I've found it to be very dependent on the distro and the hardware it's running on. Back when I was playing around with distros I definitely tried some that felt like you snapped your fingers and had a desktop. But I settled on Fedora and that takes longer to boot for me than Windows. Not that I mind, 30 seconds once a week or so just isn't important to me.

    [–] lbfgs@programming.dev 6 points 10 hours ago (1 children)

    I had a systemd bug delay shutdown for 2 mins every time for a very long time on Debian. Never managed to fix it, Fedora did not have the same issue fortunately.

    [–] rumba@lemmy.zip 1 points 8 hours ago

    I fought one of those on NixOS for 2 months but on boot two whole minutes.

    I had been poking at it for ages in my spare time, because i can only stand so many reboot tests, and once you were up, it was fine.

    On day work issued us Claude code licenses. Maximum effort, maximum model, claude, my startup -> login it taking forever please go find out what's going on.

    3 reboots later and some very deep seeded issue with a version conflict in PAM that was pissing wayland/kde off in a way that there wasn't really any error waiting for a timeout.

    [–] cley_faye@lemmy.world 1 points 7 hours ago

    Uninterruptible sleep entered the chat

    [–] Evotech@lemmy.world 10 points 13 hours ago

    Reboot

    Windows: save all your woooork. What apps you had open? How would I know?

    Linux: it's all saved in ram, don't worry. It'll be like you never rebooted

    [–] Wispy2891@lemmy.world 41 points 18 hours ago (2 children)

    Reverse meme when it's time to install the updates.

    Windows in that case is "I MUST REBOOT IMMEDIATELY PREPARE TO LOSE ALL UNSAVED DATA IN 3. 2. 1..."

    [–] Buddahriffic@lemmy.world 21 points 13 hours ago

    When I switched to win 10, I actually gave them more money to get the pro version for access to the group policy editor so I could control updates and never have to deal with my PC telling me it's time to restart on its own. Because I was stupid.

    When it came time to switch to Win 11, I did the much more sensible thing and installed Fedora instead. I started with cinnamon and even though I ended up disliking it also, it was still way better than the windows experience.

    [–] Trail@lemmy.world 2 points 11 hours ago

    Not quite. I will RESUME FROM THIS FUCKING "MODERN SLEEP" shit, even though you the user want to turn this shit right off, do it without any warning watsoever, close all your fucking windows and good luck if you have lost work or not.

    [–] TheBrideWoreCrimson@sopuli.xyz 2 points 10 hours ago (1 children)

    Meanwile MorphOS booting up and shutting down: https://www.youtube.com/watch?v=kIgybl6LfqU
    The jingle at the start is the Mac's own. The shutdown is so fast, you'll miss it if you blink. No services, no demons or whatever.
    (That was 2013. I'd argue it starts up even faster now.)

    [–] KeenFlame@feddit.nu 1 points 5 hours ago

    Yes I wonder if we have moved forward in 13 years

    [–] Object@sh.itjust.works 108 points 23 hours ago* (last edited 23 hours ago) (3 children)

    A stop job is running for User Manager for UID 1000 (12s / 2 mins)

    [–] four@lemmy.zip 49 points 22 hours ago (2 children)

    ( 1min 59s / 2 mins )

    ...

    ( 2 mins / 3 mins )

    ???

    [–] ignotum@lemmy.world 31 points 21 hours ago (3 children)

    (5min 7s / no limit)

    Shieeet

    load more comments (3 replies)
    load more comments (1 replies)
    load more comments (2 replies)
    [–] carrylex@lemmy.world 8 points 16 hours ago (1 children)
    [HKEY_CURRENT_USER\Control Panel\Desktop]
    "AutoEndTasks"="1"
    
    [–] NikkiDimes@lemmy.world 12 points 13 hours ago

    Look what they need to mimic a fraction of our power

    [–] psx_crab@lemmy.zip 23 points 20 hours ago (1 children)

    "YOU CAN'T SHUT DOWN YET, STEAM STILL RUNNING" -Win10, literally every time.

    The fuck?

    [–] Sylvartas@lemmy.dbzer0.com 15 points 19 hours ago (1 children)

    I've had it yell at me because it couldn't close some dialog window that explorer opened because I was trying to shut it down

    [–] punkfungus@sh.itjust.works 4 points 8 hours ago

    The number of times I've told my work laptop to shut down on Friday, and found it still running on Monday is too damn high. And it's usually because I had two instances of VSCode running, and when they got closed they both tried to run an update, and the setup processes interfered with each other. The resulting dialog window prevents shutdown.

    Every workday using Windows is just further validation for running Linux on my own hardware.

    [–] Get_Off_My_WLAN@fedia.io 13 points 19 hours ago (1 children)

    I had to update a Windows 11 work laptop after not touching it for nearly a year. I click 'shut down' from the start menu and nothing happens. What? Try it again. Nothing again.

    I have to hold down the power button before the screen shows a "slide to shut down" screen now. How did Microslop fuck up the 'shut down' so badly.

    [–] chiliedogg@lemmy.world 5 points 13 hours ago* (last edited 13 hours ago)

    I love how the design is so bad now we're missing the days when shutting down the computer required the "Start" button.

    [–] empireOfLove2@lemmy.dbzer0.com 53 points 1 day ago* (last edited 1 day ago) (3 children)

    also yes i know shutdown typically uses sigterm and waits nicely, but it doesn't take 45 seconds for no damn reason like windows

    also sigkill is funnier

    [–] HeHoXa@lemmy.zip 1 points 7 hours ago* (last edited 7 hours ago)

    taskkill is pretty funny too

    [–] Valmond@lemmy.dbzer0.com 4 points 13 hours ago

    Windows: the shutdown mechanism cannot execute correctly because this process is still running:

    ShutDownProcess

    load more comments (1 replies)
    [–] Hiro8811@lemmy.world 19 points 20 hours ago (5 children)

    Don't be a pussy and sigkill process number 1.

    [–] tc4m@lemmy.world 13 points 15 hours ago (1 children)

    Had the pleasure of installing some HPE proprietary crap on RHEL the other day.

    After the cli installer ran it printed: rebooting now.

    It then killed PID 1 to force the reboot ...

    We were flabbergasted. Why would the first and only method of asking the system to reboot be to shoot the system in the head?

    load more comments (1 replies)
    [–] Buddahriffic@lemmy.world 2 points 12 hours ago

    Just hold on to your butt and cut the main power.

    But then don't forget to switch back to main power before the auxiliary power runs out of fuel or things will get really bad.

    Unless it's the movie and they cut out the whole auxiliary power and just set it up such that all power goes out and no one thought of being at the power station to get the main generator back up and running asap before cutting the park's power.

    load more comments (3 replies)
    [–] first_ad4972@sh.itjust.works 44 points 23 hours ago (4 children)

    Definitely not a systemd based distro in the meme

    load more comments (4 replies)
    load more comments
    view more: next β€Ί