linuxmemes
Hint: :q!
Sister communities:
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 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.
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.
I hate this message
Systemd moment
systemd moment in the sense that someone not affiliated with systemd used systemd to write a stop job that doesn't terminate quickly? Or that you willingly installed software that brought along a slow stop job with it?
This is like so far away from systemd's fault, idk, it must just be a meme right?
and this how I deleted the file I edited the entire day: shutdown -h now
. No go to bed NOW!
The kernel giveth, the kernel taketh away
Fear will keep them in line
i mean
Great way to damage a power cable.
Old wives' tale. I've only ever yanked power cords out of the wall and I've yet to have one go bad on me.
Unass my ram.
KILL KILL KILL
Is this even true? I am fairly sure that Linux also has a graceful shutdown process, but I'll admit I haven't looked into it.
yeah we have SIGTERM for graceful and SIGKILL for not so graceful shutting down a process.
In order of decreasing politeness: 1, 2, 15, 9 = HUP, INT, TERM, KILL = "Please stop", "Quit it", "I'm warning you" and "BANG"
Hup is frequently just "hey, reread your configuration files and keep going"
I feel this meme was created by someone who didn't actually know Windows in depth and recently learned of the kill
command. Which by default just asks the process nicely to terminate itself.
"no loose ends"
Dead processes make no log entries
Personally, I find xkill quite graceful.
Except Windows doesnβt. You can send WM_CLOSE, but that may not actually bail out of the core loop. PostQuitMessage() works better for some apps, but not at all for windowless CONSOLE subsystem processes. Windows also has a lot of special behavior around generating signals in other processes. Itβs a mess.
Like, every time I reboot the reboot UI complains about mysterious, unnamed processes that take suspiciously long to quit.
Having the kernel yank the process out of existence with prejudice is definitely the way to go as apps should be hardened for crashing, anyway.
My work laptop always complains that it can't shut down the "Shutting down" app when it tries to shut down.