215
This just felt wrong (reddthat.com)
submitted 1 week ago by [email protected] to c/[email protected]
top 18 comments
sorted by: hot top new old
[-] [email protected] 87 points 1 week ago

To kill all lives of a kitten you have to

killall -9 kitten

[-] [email protected] 9 points 1 week ago

More verbose, but also more emotive:

$ killall -KILL kitten
[-] [email protected] 5 points 1 week ago

I thought I could write something worse and came up with this. it was not really a good idea. (i modified it so no one makes my mistake by blindly copy and pasting it. hopefully.)


if [[ -f ~./kitten.sh ]] #     if the file kitten exists
    then killall -KILL kitten.sh || touch ./kitten #    kill all kittens. if that fails, touch kitten.
fi;
echo "Killed kitten... )"; #    announce the terrible deed.
# bash kitten.sh; #    runs this kitten script again. do not remove # symbol at start of this line, unless you want to have a bad time.
# it will make this run repeatedly. you monster.
[-] [email protected] 3 points 1 week ago

Cats have 9 lives

[-] [email protected] 14 points 1 week ago

Long ago I was exploring some MUD, and it was the usual fantasy game experience. But one area was basically a weird dimension representing the server itself. Instead of monsters it had zombie processes you could kill. And child processes looking at you sadly. Trying to kill them was one of those "top 10 video game moments that made you feel like a total monster" things.

[-] [email protected] 5 points 1 week ago* (last edited 1 week ago)

https://www.cs.unm.edu/~dlchao/flake/doom/chi/chi.html

This paper explores a novel interface to a system administration task. Instead of creating an interface de novo for the task, the author modified a popular computer game, Doom, to perform useful work. The game was chosen for its appeal to the target audience of system administrators.

The Doom process manager (PSDoom) is a modification of the game Doom [8] that displays representations of the processes running on a machine. Rather than using standard text-mode UNIX tools to view and manipulate processes, one surveys and shoots at a room full of bloodthirsty mutants, as shown in Figure 1. When a user starts PSDoom, currently running processes are instantiated as "process monsters" in a single room in a "dungeon." These monsters have their associated process' name and id printed on them. The program periodically polls the operating system to add newly-created processes to the game. The user may choose to view the processes from a balcony above the room, as shown in Figure 2, or to enter the room to interact with them. If the user inflicts a wound upon a process monster, the corresponding process' priority is lowered to give it fewer CPU cycles. When the monster accumulates enough damage and is killed, the associated process is also killed.

[-] [email protected] 1 points 1 week ago

Reminds me of the game that I believe was intended as a thought-provoking artwork. Every enemy that was killed deleted a file off the computer it was installed on. For real. No take backs. Zap that monster and the file's gone.

Just looked it up and it's called lose/lose and is for macOS circa 2009, but I could have sworn something similar existed in the Win95 era. (Although it wouldn't be the first time I've thought something was from an earlier decade.)

[-] [email protected] 7 points 1 week ago

This is a normal, regular task in dwarf fortress.

[-] [email protected] 2 points 1 week ago

I thought the cats stopped drinking the alcohol?

[-] [email protected] 1 points 1 week ago

Cat leather bag, and cat based roasts are the backbone of every proper fortress. Just next to alcohol and offering the treehuggers wooden items out of spite.

[-] [email protected] 7 points 1 week ago

Did it succed thought? Surely it requires sudo

[-] [email protected] 25 points 1 week ago

not if you're killing processes the current user started.

[-] [email protected] 3 points 1 week ago

But you still did it, you monster.

[-] [email protected] 3 points 1 week ago

Wouldn't it need a signal to kill it with or is that not required

[-] [email protected] 14 points 1 week ago

kill automatically sends SIGTERM (15) if no other signal is specified. It's the gentle way to terminate a process.

[-] [email protected] 2 points 1 week ago* (last edited 1 week ago)

ohh okay thanks and useful to know

[-] [email protected] 3 points 1 week ago
[-] [email protected] 1 points 1 week ago

okay thanks

this post was submitted on 21 May 2025
215 points (96.9% liked)

linuxmemes

25154 readers
560 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.
  • 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 2 years ago
    MODERATORS