this post was submitted on 02 Aug 2023
2119 points (98.3% liked)

linuxmemes

20688 readers
1142 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

Down that hole

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 25 points 1 year ago (47 children)

Im about to take the same plunge into Linux. Any tips for a new comer?

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago) (3 children)

Also, anyone who says “try this, it’s neat”:

:(){ :|:& };:

Don’t. It’ll lock up your computer. The markdown is adding code to the above. Ignore the “amp;”. It’s just an ampersand.

Also anyone who tells you run level 6 is the best one…

Don’t. It’ll set you in a boot loop.

Basically, Google whatever someone suggests to you just to verify they’re not being a dick. I would say spend a bunch of time in the command line interface (CLI). There’s nothing wrong with the GUI desktop, but the real power of Linux is in the CLI because you can do so much with it. It’ll also get you on the road to scripting, if you’d like. That unleashes the power even more by making your Linux box so cool stuff on its own. Then learn the power of cron tables (crontab) so that you can schedule your computer to do cool things on its own.

Good luck and have fun!

[–] [email protected] 2 points 1 year ago (2 children)

A fork bomb no longer works on modern distros which use systemd btw, since systemd imposes limits on the user and system cgroups (IIRC, a user can't have more than ~10,000 tasks or something).

[–] [email protected] 1 points 1 year ago (1 children)

If you are low on memory, a fork bomb still works

I can confirm that it crashed my laptop running fedora 36 (this was a while ago lol)

[–] [email protected] 2 points 1 year ago

Just tested and confirm it doesn't work on Fedora 38. When you run it, you get an error saying:

bash: fork: retry: Resource temporarily unavailable.

It still does the loop, but doesn't slow down the system or anything, and you can easily close the terminal window.

As I said before, systemd imposes cgroup limits per user so fork bombs no longer work.

load more comments (43 replies)