this post was submitted on 07 Jul 2026
447 points (98.9% liked)

Comic Strips

24471 readers
2160 users here now

Comic Strips is a community for those who love comic stories.

Rules
  1. πŸ˜‡ Be Nice!

    • Treat others with respect and dignity. Friendly banter is okay, as long as it is mutual; keyword: friendly.
  2. 🏘️ Community Standards

    • Comics should be a full story, from start to finish, in one post.
    • Posts should be safe and enjoyable by the majority of community members, both here on lemmy.world and other instances.
    • Any comic that would qualify as raunchy, lewd, or otherwise draw unwanted attention by nosy coworkers, spouses, or family members should be tagged as NSFW.
    • Moderators have final say on what and what does not qualify as appropriate. Use common sense, and if need be, err on the side of caution.
  3. 🧬 Keep it Real

    • Comics should be made and posted by real human beans, not by automated means like bots or AI. This is not the community for that sort of thing.
  4. πŸ“½οΈ Credit Where Credit is Due

    • Comics should include the original attribution to the artist(s) involved, and be unmodified. Bonus points if you include a link back to their website. When in doubt, use a reverse image search to try to find the original version. Repeat offenders will have their posts removed, be temporarily banned from posting, or if all else fails, be permanently banned from posting.
    • Attributions include, but are not limited to, watermarks, links, or other text or imagery that artists add to their comics to use for identification purposes. If you find a comic without any such markings, it would be a good idea to see if you can find an original version. If one cannot be found, say so and ask the community for help!
  5. πŸ“‹ Post Formatting

    • Post an image, gallery, or link to a specific comic hosted on another site; e.g., the author's website.
    • Meta posts about the community should be tagged with [Meta] either at the beginning or the end of the post title.
    • When linking to a comic hosted on another site, ensure the link is to the comic itself and not just to the website; e.g.,
      βœ… Correct: https://xkcd.com/386/
      ❌ Incorrect: https://xkcd.com/
  6. πŸ“¬ Post Frequency/SPAM

    • Each user (regardless of instance) may post up to five (5 πŸ–) comics a day. This can be any combination of personal comics you have written yourself, or other author's comics. Any comics exceeding five (5 πŸ–) will be removed.
  7. πŸ΄β€β˜ οΈ Internationalization (i18n)

    • Non-English posts are welcome. Please tag the post title with the original language, and include an English translation in the body of the post; e.g.,
      SΓ­, por favor [Spanish/EspaΓ±ol]
  8. 🍿 Moderation

    • We are human, just like most everybody else on Lemmy. If you feel a moderation decision was made in error, you are welcome to reach out to anybody on the moderation team for clarification. Keep in mind that moderation decisions may be final.
    • When reporting posts and/or comments, quote which rule is being broken, and why you feel it broke the rules.
Banned Artists

The following artists are banned from the community.

  1. Jago
  2. Stonetoss
  3. GPrime85

It should be noted that when you make reports, it is your responsibility to provide rational reasoning why something should be removed. Saying it simply breaks community rules is not always good enough.

Web Accessibility

Note: This is not a rule, but a helpful suggestion.

When posting images, you should strive to add alt-text for screen readers to use to describe the image you're posting:

Another helpful thing to do is to provide a transcription of the text in your images, as well as brief descriptions of what's going on. (example)

Web of Links
Other Comic Communities of Interest

founded 3 years ago
MODERATORS
 

CommitStrip | website

Transcript7 panel comic

1: [2 guys, both in fur lined coats, one wearing a fur-lined hat, the other with crazy hair, sit in circular booth in a rundown bar. 2 empty shot glasses and a bottle are visible on the table.]

Hat: Stop it, you’re crazy! This isn’t you talking, it’s the vodka!

Hair: Leave it…

2: [The two men are sitting across from a third man in a similar fur-line coat and hat, but glasses and a beard. A laptop sits in front of the bearded man.]

Beard: It’s not a game for cowards…

3: [Hair pulls the laptop towards him. Hat looks worried]

Hair: Come on, gimme that and let’s get it over with!

4: [Hair has a crazy and excited look on his face]

Hair: Each one on his own prod server?

Beard: Each one on his own prod server.

5: [Close up of Hats finger clicking the touch pad]

6: [Close up of the sweat dripping down Hats face]

7: [A terminal is open on the laptop screen] Laptop reads: root@server:~# [ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo β€œLucky boy”;

all 32 comments
sorted by: hot top controversial new old
[–] billbasher@lemmy.world 93 points 1 day ago* (last edited 1 day ago) (2 children)

needs β€”no-preserve-root

[–] sun_is_ra@sh.itjust.works 10 points 18 hours ago* (last edited 18 hours ago) (1 children)

On modern Linux system yes but old Unix servers (or even recent?) would run it no problem

Edit: ~~It was initally introduced by sun microsystems in 2005 and was later adopted by GNU~~

Sun Microsystem didn't introduce it in 2005, rather it simply disallowed rm -rf / altogether

Later GNU introduced --preserve-root and after that made --preserve-root the default and added --no-preserve-root https://en.wikipedia.org/wiki/Rm_(Unix)

[–] nitroemdash@lemmy.wtf 5 points 12 hours ago

Except Alpine and other systems with BusyBox

[–] DaGeek247@fedia.io 107 points 1 day ago (2 children)

And also a short delay before printing 'lucky boy' so you can't tell if it's deleting everything or if it's the built in delay.

[–] grrgyle@slrpnk.net 10 points 18 hours ago (1 children)

Oh I do remember that sickening feeling when an rm doesn't come back immediately –_β€”

[–] froh42@lemmy.world 4 points 12 hours ago* (last edited 12 hours ago)

I still remember when I managed to rm -rf / foo (I accidentally typed a space between / and foo) on my very early linux box on the 90s. 80486, 16 mb

I pressed enter. Saw what I did. Remembered that sync ran at every 30s* Pressed the power button.

*= those were simple times, but not better times

So I rm -rf ed my root fs and my box survived it due to the quick power off.

That's brilliant...and sick.

[–] LowtierComputer@lemmy.world 51 points 1 day ago (3 children)

Can someone help and explain this to little old me?

[–] GargleBlaster@feddit.org 119 points 1 day ago* (last edited 1 day ago) (2 children)

In my limited knowledge it randomly generates a number and if this number can be cleanly divided by 6 it deletes everything on the system (and the system itself). If not it prints 'lucky boy'.

So basically the nerd version of russian Roulette. But with higher stakes

[–] albbi@piefed.ca 32 points 1 day ago (1 children)

But with higher stakes

I see you haven't been converted to believe in the afterlife. Restoring from backup.

[–] chaogomu@lemmy.world 21 points 1 day ago (4 children)

If the backup is on the same device, it's not a backup, and if you've not tested it on a clean machine, it's not a backup.

[–] froh42@lemmy.world 1 points 12 hours ago* (last edited 12 hours ago)

zfs with snapshots + offsite sync for the win.

[–] Smoogs@lemmy.world 7 points 23 hours ago

scuz me ill just grab this timeshift thumbdrive for this opportunity.

..amateurs.

[–] fleem@piefed.zeromedia.vip 1 points 18 hours ago

does deleting the whole lxc and restoring from the backup on the other machine count?

[–] Zarobi@aussie.zone 1 points 21 hours ago

Also, if you're not willing to actually use it to restore from backup, it's not a backup. I remember once I fucked up surgery on the prod db (we didn't have a testing db...) and was like, ok well at least we can just try again.

Boss man was like "no! We can't restore from backup, people will lose 1 hour of their work!!!" I spent 7 days writing a script to surgically fix my surgery instead. I had to fudge and guess some of the data but wcyd

[–] tired_fedora@lemmy.ml 53 points 1 day ago

Higher stakes

LOL 🀭 quiet, mafia, IT is talking!

[–] mushroommunk@lemmy.today 50 points 1 day ago (1 children)

It's a bash command that generates a random number. If that number divides by six with no remainder then it deletes everything on the server, if not it prints "lucky boy". "Prod" servers are production servers, the ones the actual business runs on, as opposed to test or dev servers which are often deleted and rebuilt as developers to see if things work or not.

This is Russian roulette for IT people to see if they destroy the running server or not

[–] SatyrSack@quokk.au 25 points 1 day ago* (last edited 1 day ago)

generates a random number. If that number divides by six with no remainder

Meaning a 1 in 6 chance, just like playing traditional Russian roulette with a revolver

EDIT: For fun, here is a Russian roulette bash script that doesn't actually do anything other than simply print pass or fail with a 1 in 6 chance:

[ $[ $RANDOM % 6 ] == 0 ] && echo fail || echo pass;
[–] tired_fedora@lemmy.ml 10 points 1 day ago (1 children)

They're basically playing Russian Roulette with their servers. They condition a remove all command on a random numbers generator and pray. If it does not wipe the server, it spits out "Lucky Boy"

[–] LowtierComputer@lemmy.world 1 points 12 hours ago (1 children)

Ooooh. Is this a Linux command?

[–] Hiro8811@lemmy.world 1 points 12 hours ago* (last edited 12 hours ago)

It's a probably a bash script or some script that generates a random number that if it's divisible by 6 it executes rm and if it's not it executes echo

[–] charokol@lemmy.world 29 points 1 day ago

The modulo devisor should reduce by one every time it’s run

[–] tal@lemmy.today 26 points 1 day ago (2 children)
  1. I'd hope that one's production server is backed up.

  2. $ alias rm="echo Lucky boy"; clear

    "Okay, ready to play."

[–] alastel@lemmy.ml 23 points 1 day ago (2 children)

alias rm="echo Lucky boy"

That would print "Lucky boy -rf /" though, quite suspicious

[–] black0ut@pawb.social 1 points 1 day ago

You could make an rm function in .bashrc and ignore the arguments. Idk if there's a way to ignore arguments with alias.

[–] Sergio@piefed.social 3 points 1 day ago (1 children)

I’d hope that one’s production server is backed up.

Yeah, all this means is that you're gonna have to spend time restoring from backup. Right?

[–] fubarx@lemmy.world 4 points 22 hours ago
[–] Jinarched@lemmy.ca 2 points 21 hours ago (1 children)
[–] nycvin@lemmy.world 2 points 17 hours ago

Risky click of the day

[–] desmosthenes@lemmy.world 4 points 1 day ago

lol I disable this and root access first thing