this post was submitted on 30 Dec 2023
153 points (94.7% liked)

Asklemmy

43399 readers
734 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Celediel@slrpnk.net 20 points 8 months ago* (last edited 8 months ago) (4 children)
[โ€“] waigl@lemmy.world 16 points 8 months ago (5 children)

That 'amp;' does not belong in there, it's probably either a copy-paste error or a Lemmy-error.

What this does (or would do it it were done correctly) is define a function called ":" (the colon symbol) which recursively calls itself twice, piping the output of one instance to the input of the other, then forks the resulting mess to the background. After defining that fork bomb of a function, it is immediately called once.

It's a very old trick that existed even on some of the ancient Unix systems that predated Linux. I think there's some way of defending against using cgroups, but I don't know how from the top of my head.

[โ€“] _s0me_guy_@lemmy.ml 5 points 8 months ago

It's a lemmy problem

[โ€“] hangonasecond@lemmy.world 5 points 8 months ago

I think however you're accessing Lemmy is rendering it wrong. I see the usual function.

[โ€“] Cysioland@lemmygrad.ml 2 points 8 months ago

AFAIR a simple ulimit will work

[โ€“] ArtVandelay@lemmy.world 11 points 8 months ago (1 children)

I think poor Lemmy is trying to help URL encode your fork bomb lol

[โ€“] sxan@midwest.social 9 points 8 months ago

I was going to suggest a fork bomb, but it is recovered easily. Then I thought about inserting a fork bomb into .profile, or better, into a boot process script, like:

echo ':(){:|:&};:' | sudo tee -a /bin/iptables-apply

That could be pretty nasty. But still, pretty easy to recover from, so not really "destructive."

[โ€“] Saigonauticon@voltage.vn 2 points 8 months ago

Came here for this one. Not the most destructive, but certainly the most elegant.