this post was submitted on 31 Oct 2024
58 points (96.8% liked)

Linux

47946 readers
1535 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

What are some of the easiest ways for a beginner to make their system untable when they start tinkering with it?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 10 hours ago* (last edited 10 hours ago) (1 children)

once you have some experience under your belt, these are non-issues:

  • deciding to “learn Linux” the hard way by starting with a specialized distro (Slackware, Gentoo, Alpine)
  • switching to unstable or testing branches before you’re ready ’cause you want bleeding edge or “stable is too far behind”
  • playing around with third-party repositories before understanding them (PPAs in Ubuntu, AUR in Arch)
  • bypassing the package manager (especially installing with curl | sudo sh)
  • changing apps for no other reason than “it hasn’t been updated for a year”
[–] [email protected] 2 points 4 hours ago (1 children)
  • changing apps for no other reason than “it hasn’t been updated for a year”

That's the only part I disagree with. Software not updated in a long time can easily become a risk.

Everything else though, spot in.

[–] [email protected] 5 points 3 hours ago (1 children)

aimed at beginners who confuse “hasn’t been updated for a year” with “hasn’t needed to be updated for a year”

[–] [email protected] 1 points 42 minutes ago

Looking at it from that standpoint, you're onto something on that as well.