this post was submitted on 20 Mar 2025
70 points (100.0% liked)

Linux

53239 readers
834 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 2) 34 comments
sorted by: hot top controversial new old
[–] DarkMetatron@feddit.org 1 points 4 weeks ago

Making errors and analysing them to figure out what went wrong and why is a huge part of learning. You can only learn so much from theory, some things can be learned best by trial and error and the experience gained from it.

When I started with Linux I did choose to use Gentoo Linux because it was the most complex and complicated option, so I had the most opportunities to learn something by ducking up!

[–] nfreak@lemmy.ml 1 points 4 weeks ago

I haven't majorly fucked up any recent systems (almost botched the steam deck once or twice but nothing that required a reinstall), but god 10 years ago I probably reset my arch dual boot like five times lmao

[–] mybuttnolie@sopuli.xyz 1 points 4 weeks ago

Two. The first time I had nvidia related issues with nobara, so I removed nvidia drivers for reinstallation... And couldn't figure out how to get them back. The second time I had used mint for long enough that I felt confident enough to nuke windows partition. I used gparted and nuked the whole disk instead.

Not counting the times I tried fedora and it killed itself with the first updates and then with multimedia codecs.

[–] bert_brause@lemmy.world 1 points 4 weeks ago

Recently I accidently deleted the contents of /boot/ on my first arch install. The lesson that followed was something I would have rather saved for later ^^

[–] OhVenus_Baby@lemmy.ml 1 points 3 weeks ago (1 children)

I just spent 11 days on a dual boot repair in fstab, passwd, loads of ecryptfs, amongst other boot and login issues. Before restoring from the full system backup after getting mad to finally want to use my PC. 11 fucking days almost all day in terminal. TOO many partitions and too many folders inside of folders to get to my ecryptfs files. I got so lost LSing around.

After it all though, and it was an aneurism and a half. I still want to finish my goal and reinstall my dual boot this time correctly aiming the folders correctly.

[–] Cyber@feddit.uk 1 points 3 weeks ago

Might help to draw it out on paper

But, when you're done, you'll be the Encrypted Dual-Boot God !

[–] easily3667@lemmus.org 1 points 4 weeks ago* (last edited 4 weeks ago)

Unbootable systems in the dozens. I think I've only fucked up the kernel itself a few times. But grub or other bootloader tons, desktop environment tons, and getting into states so broken the only readily available option was reinstall, dozens. Thankfully most of these were right after a fresh install. For example dual booting just doesn't work right for some OS installers and grub fails. Manjaro bricked itself after an update. Etc. etc.

[–] arsCynic@beehaw.org 1 points 3 weeks ago

Nearly always it's been during the live USB install of a dual-boot that a distro messes with the grub or installed grub to the USB disk itself. The fault lies with me because I'm almost blindly trusting the distro, but also with the distro for lacking proper yet succinct documentation during the install or configuration of partitions.

[–] BaumGeist@lemmy.ml 1 points 3 weeks ago

Not any moreso than learning any other OS. I'd just argue that it's the case if you're averse to research, reading, listening, watching, or just generally learning from others... or if you're delving into unknown territory

Personally, i'm a learn-by-doing type of lady, so I've fucked up my share of devices (I'm allergic to reading unless it's fiction), but I have yet to mess around in the kernel (it's on my todo list, for my LFS build which is TBD)

[–] agent_nycto@lemmy.world 0 points 4 weeks ago (6 children)

.... So what should I try Linux again?

load more comments (6 replies)
[–] dan@upvote.au 0 points 4 weeks ago (1 children)

Once you break it a few times, you start to understand the value of btrfs or ZFS snapshots.

[–] OhVenus_Baby@lemmy.ml 1 points 3 weeks ago (1 children)

What about Rsync. Does it get love? Any snapshot is good if it works. Backups are the shit.

[–] dan@upvote.au 1 points 3 weeks ago* (last edited 3 weeks ago)

Snapshots let you very easily revert back to an older snapshot. They're relatively fast and lightweight.

You should have offsite backups too. Snapshots won't help if your computer catches fire, gets stolen, etc. Rsync is okay, but has a bunch of downsides:

  • It only gives you a single copy.
  • If the source data gets corrupted, the backup copy will also get corrupted.
  • It's not safe from ransomware since the client has full write access to the rsync backup (and thus malicious code could delete the backup).

A backup solution like Borgbackup + borgmatic or restic is a better solution and solves the above issues:

  • You can easily take daily backups - all the data is deduplicated so it won't take much more space (assuming you're not changing every file every day).
  • Multiple backups means that if newer data is corrupted, you can just pull files from an older backup.
  • Borgmatic has an append-only mode that only allows a client to add new data to a backup, and not delete any old data. This prevents the client from being able to erase the backups
[–] fmtx@lemmy.blahaj.zone 0 points 4 weeks ago (3 children)

Bricking hardware is a form of enrichment for me.

load more comments (3 replies)
[–] thedeadwalking4242@lemmy.world 0 points 4 weeks ago (1 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 ¯\_(ツ)_/¯

load more comments (1 replies)
[–] Kng@feddit.rocks 0 points 4 weeks ago (1 children)

Just did a fresh install after attempting to migrate from a proxmox VM to baremetal (turns out my mobo only supports UEFI and after spending an hr trying to convert I just gave up and reinstalled)

[–] OhVenus_Baby@lemmy.ml 1 points 3 weeks ago

I just spent 11 days not using my PC. Your sweating after an hour 😂 I was thinking about what laptop I'm gonna buy to replace this broken desktop.

load more comments
view more: ‹ prev next ›