this post was submitted on 20 Mar 2025
289 points (97.4% liked)

Linux

52752 readers
399 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
 

My crippled kernel count is around 6, how about yours?

(page 3) 19 comments
sorted by: hot top controversial new old
[–] circuitfarmer@lemmy.sdf.org 1 points 2 weeks ago

I used to have a side system with /home on its own partition precisely to learn different distros and setups. It makes it much easier having a partition which is retained.

These days, qemu is your friend for playing around with random Linux stuff.

[–] wesker@lemmy.sdf.org 1 points 2 weeks ago

It do be like that, at least for the first couple years, and typically with decreasing frequency.

[–] Dudewitbow@lemmy.zip 3 points 2 weeks ago

i broke debian on my plex server and said fuck it and migrated to endeavor because im more familiar with arch

[–] TimeSquirrel@kbin.melroy.org 25 points 2 weeks ago (3 children)

Another big part is learning how to set it up in a way that it's functional and productive the first time and then STOP FUCKING WITH IT.

[–] ada@lemmy.blahaj.zone 7 points 2 weeks ago (3 children)

That also sounds like a good way to stop learning!

load more comments (3 replies)
load more comments (2 replies)
[–] ada@lemmy.blahaj.zone 45 points 2 weeks ago (9 children)

The "starting over" part is what made it take so long for linux to "stick" with me.

Once it became "restore from an earlier image", it was a game changer!

[–] sharkfucker420@lemmy.ml 13 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

I could be weird for this but the starting over part actually contributed to me continuing to use linux tbh. Trying out a new distro, figuring out how to use it, and building a new user interface each time I killed my system kept me engaged with linux beyond its utility. It functioned essentially as a way to learn about computers and as a creative outlet. I don't fuck around and find out as much as I used to but I still swap distro every year or so.

load more comments (1 replies)
[–] Flax_vert@feddit.uk 2 points 2 weeks ago (1 children)
[–] badbrainstorm@lemmy.world 2 points 2 weeks ago (1 children)

Timeshift was a gamechanger

[–] over_clox@lemmy.world 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Timeshift itself borked my shit up. I had to reinstall all registered packages to fix its fuckups..

sudo aptitude reinstall '~i'

Edit: Sure it took a long while, about as long as a full OS reinstall, but never once was there any issue with the kernel.

[–] bobs_monkey@lemm.ee 3 points 2 weeks ago (1 children)

While only once, timeshift destroyed my bootloader. Don't update and reboot before a meeting, kids

[–] over_clox@lemmy.world 2 points 2 weeks ago (4 children)

My test of Timeshift was pretty simple and straightforward.

  1. Fresh install Linux Mint

  2. Install most of the main software I wanted.

  3. Do a Timeshift backup.

  4. Install some extra software I didn't necessarily need, but might want to use someday.

  5. Restore the backup from step 3.

Results: Everything from step 4 was still registered as installed, but almost nothing from step 4 actually worked.

So I brute force reinstalled everything in place, and haven't used Timeshift since. I'm perfectly comfortable using the terminal, and at worst a live boot media, to fix any issues that might come up.

load more comments (4 replies)
load more comments (7 replies)
[–] thedeadwalking4242@lemmy.world 6 points 2 weeks ago (2 children)

I’m not sure I’ve ever actually killed a system, I’ve booted from UEFI shell manually just to recover systems. Back when I was using arch id just chroot into the system from a flash drive and fix whatever ¯\_(ツ)_/¯

This is the way!

load more comments (1 replies)
[–] over_clox@lemmy.world -1 points 2 weeks ago

I've been running different versions of Linux since 2011. My crippled kernel count is still zero to this day.

And that's even after stripping it of the drivers I'll never need, stripping it of the languages I'll never need, and even rerouting all temporary files, internet cache, and even core OS log files to tmpfs and ramfs.

Yeah, try troubleshooting an OS with no log files after reboot. Yeah, I can do that, hella performance boost!

load more comments