this post was submitted on 28 Oct 2023
483 points (95.8% liked)

linuxmemes

20473 readers
1185 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
483
Saved my ass a few times (lemmy.dbzer0.com)
submitted 10 months ago* (last edited 10 months ago) by [email protected] to c/[email protected]
 
top 34 comments
sorted by: hot top controversial new old
[–] [email protected] 56 points 10 months ago* (last edited 10 months ago) (1 children)

Imagine having backups and not being on the testing branch of the beta version of a distro while running a custom kernel that is on alpha (Context, im on testing branch of fedora 39 beta with the asahi kernel)

[–] [email protected] 66 points 10 months ago* (last edited 10 months ago) (3 children)

Everybody in here does all this crazy shit with their system. I just wanna use my computer, man. I cruise on defaults all day long. I barely even bother changing the DE's default wallpaper.

[–] [email protected] 11 points 10 months ago* (last edited 10 months ago) (1 children)

Tl;dr:

If you do tweak your system debian seems the most stable one.

Ok I switched to full Linux no Windows about one and a half year ago.

First I tried an Ubuntu gaming variant. It wasn't working like I wanted and outdated. Then manjaro because it was said to be good for gaming and easier than arch. I couldn't get warm with it too many hurdles to get stuff going. Fedora or rather nobara (from the same guy who makes glorious eggroll for Proton) was my choice then I really liked it and it worked mostly like I wanted. But because it is basically dependend on RedHat and they went closed source and I had issues (which weren't solved by a new distro, I messed up my kde configs) I switched to debian-testing.

I knew debian well because it's the same I run for years on my old Laptop which wouldn't Support Windows 10.

And I must say Debian-testing is great, stable and up to date with drivers and stuff. I had to do a few steps to get steam running and install flatpak but then it's just the best experience I ever had on Linux.

What I actually wanted to say is that I usually do a bit of tweaking and then break sth. But on debian I didn't need to do that and if I did it still works fine.

[–] [email protected] 1 points 10 months ago (1 children)

How is it compared to ubuntu?

[–] [email protected] 13 points 10 months ago (2 children)

As long as you don't reach too far up the OS's ass, Debian should be more stable compared to Ubuntu and its derivatives just because it isn't as preloaded with stuff you might not need.

Besides, Canonical is just another Red Hat waiting to happen.

[–] [email protected] 11 points 10 months ago

Colourful metaphor but accurate. Try to do things The Debian Way first and you'll rarely get into trouble. Start screwing with existing packages and you break assumptions fast.

[–] [email protected] 6 points 10 months ago

I thought we were all in agreement that it had already happened

[–] [email protected] 5 points 10 months ago

Well I use Fedora but you are probably fine with most distros. There's Linux mint if you just want everything to work.

[–] [email protected] 3 points 9 months ago

Same. I'm not looking at the wallpaper anyways, I'm staring at software all day long instead. It just can't be too bright otherwise I flashbang myself at night.

[–] [email protected] 43 points 10 months ago (1 children)

Am I too NixOS to understand?

[–] [email protected] 22 points 10 months ago (2 children)

Or ZFS/btrfs snapshots. But yes, NixOS does it right.

[–] [email protected] 14 points 10 months ago

Timeshift can make use of BTRFS snapshots btw

[–] [email protected] 6 points 10 months ago

btrfs + snapper + pacman-hook = happiness

[–] [email protected] 12 points 10 months ago (2 children)

I swear I used timeshift so much when using a NVIDIA card

[–] [email protected] 8 points 10 months ago (1 children)

yeah, nvidia drivers are still weird on linux. Whenever I upgrade nvidia drivers on Mint, first I change to nouveau, otherwise the monitor goes black until I reset the computer.

[–] [email protected] 7 points 10 months ago

Yeah whenever I updated on Manjaro, I had to drop to a terminal, uninstall the old drivers, and then reinstall the new ones.

[–] [email protected] 6 points 9 months ago

Ditto.

  1. Install OS, timeshift.
  2. Get Nvidia, CUDA and CuDnn all playing together, timeshift.
  3. Install everything else safe in the knowledge that no matter how badly I break things at least I won't have to do step 2 again.
[–] DumbAceDragon 12 points 10 months ago (1 children)

I just use btrfs and snapper.

[–] [email protected] 2 points 9 months ago

I "use" it too. I don't really do anything, it came setup like this out of the box with my distro and it just does it's thing until I mess up hard.

[–] [email protected] 10 points 10 months ago

Or just like, you know, learn about what you did n fix it .-.

[–] [email protected] 9 points 10 months ago (1 children)

What's a good overview of time shift?

[–] [email protected] 8 points 10 months ago (1 children)

It makes a copy of your entire system automatically (and your home folder if you want it to) so, in the event that you break something and can't/don't want to fix it, you can go back to your most recent back-up from before you messed your system up. I've had to use it a few times because I installed some drivers for my drawing tablet that broke more than they fixed and I didn't want to deal with the pain in the ass of removing them and all of the dependencies they installed.

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

How is this different than a regular backup? Not salty, just curious.

[–] [email protected] 5 points 9 months ago

I believe it's using a feature built-in directly in the filesystem.

I'm just curious if it's possible to browse individual snapshots like in MacOS Time Machine and fetch individual files out.

[–] [email protected] 3 points 9 months ago

Now mind you, everything I write might be wrong, I am out of my depth here.

But as I understand a BTRFS snapshot is simply a (subvolume in which you will find) copy of the table that points to the actual files or, rather, blocks on your drive. As long as a table exists that points to a block, this block will persist.

The nature of BTRFS is Copy-on-Write so in your active snapshot, when you modify a file / block, a copy of it is created with the new version, referencing this new block on the filesystem table.

This is why BTRFS snapshots are fast and take little space by themselves, you do not need to actually copy all the data at the moment of creating the backup, rather when the data is modified and only that data.

[–] [email protected] 6 points 10 months ago

Timeshift saves!

[–] [email protected] 4 points 9 months ago

Oh the number of times that I have tweaked something only to only have to start over is too damn high!

[–] [email protected] 4 points 9 months ago

When you use a journaled filesystem .... what are backups?

[–] Mandy 3 points 9 months ago (1 children)

Timeshift worked exactly once for me, and by once I mean it messsd up my entire system so I had to install something else instead

[–] [email protected] 0 points 9 months ago (1 children)

If you don't test your restores, you don't actually have a backup. You have to test the config first to make sure it works for how your system is setup. An all defaults system should work out of the box, but if you start to alter and customize your system in ways that the backup is not configured to handle, you are in deep risk.

[–] Mandy 0 points 9 months ago (1 children)

i hate tinkering so i would never do anything that disturbs the system itself, timeahift advertises itself as a backup system, never seen anywhere that said backup needs to be tested, whatever that even means. besides i shouldn't have to do that to begin with.

[–] [email protected] 2 points 9 months ago

never seen anywhere that said backup needs to be tested

I don't know what to tell you, you must be really new, because recovery tests are the first thing that is said when discussing backups. It's the backbone of systems operations. If you don’t test your backups for recoverability, you really don’t have backups at all. is a widespread saying in the tech industry.

[–] [email protected] 1 points 9 months ago

When you have backup kernel:

Is that a problem?

[–] [email protected] 1 points 10 months ago

Daily timeshift ftw!