480
Saved my ass a few times (lemmy.dbzer0.com)
submitted 1 year ago* (last edited 1 year ago) by lordgoose@lemmy.dbzer0.com to c/linuxmemes@lemmy.world
top 35 comments
sorted by: hot top controversial new old
[-] Kidplayer_666@lemm.ee 54 points 1 year ago* (last edited 1 year ago)

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)

[-] TimeSquirrel@kbin.social 65 points 1 year ago* (last edited 1 year ago)

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.

[-] Johanno@feddit.de 11 points 1 year ago* (last edited 1 year ago)

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.

[-] uranibaba@lemmy.world 1 points 1 year ago

How is it compared to ubuntu?

[-] rtxn@lemmy.world 13 points 1 year ago

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.

[-] rbos@lemmy.ca 11 points 1 year 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.

[-] 9point6@lemmy.world 6 points 1 year ago

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

[-] possiblylinux127@lemmy.zip 5 points 1 year ago

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

[-] Holzkohlen@feddit.de 3 points 1 year 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.

[-] rikudou@lemmings.world 42 points 1 year ago

Am I too NixOS to understand?

[-] pimeys@lemmy.nauk.io 22 points 1 year ago

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

[-] nicoweio@lemmy.world 14 points 1 year ago

Timeshift can make use of BTRFS snapshots btw

[-] RandomLegend@lemmy.dbzer0.com 6 points 1 year ago

btrfs + snapper + pacman-hook = happiness

[-] jvrava9@lemmy.dbzer0.com 12 points 1 year ago

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

[-] intro@lemmynsfw.com 8 points 1 year ago

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.

[-] popekingjoe@lemmy.world 7 points 1 year ago

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

[-] practisevoodoo@lemmy.world 7 points 1 year 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@sh.itjust.works 12 points 1 year ago

I just use btrfs and snapper.

[-] Holzkohlen@feddit.de 2 points 1 year 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.

[-] Yuki@kutsuya.dev 10 points 1 year ago

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

[-] lapommedeterre@lemmy.world 9 points 1 year ago

What's a good overview of time shift?

[-] lordgoose@lemmy.dbzer0.com 8 points 1 year ago

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.

[-] platypus_plumba@lemmy.world 1 points 1 year ago

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

[-] rollerbang@sopuli.xyz 5 points 1 year 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.

[-] DrRatso@lemmy.ml 3 points 1 year 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.

[-] Lettuceeatlettuce@lemmy.ml 6 points 1 year ago

Timeshift saves!

[-] digitalturtle@lemm.ee 4 points 1 year ago

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

[-] EpicFailGuy@lemmy.world 4 points 1 year ago

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

[-] Mandy@sh.itjust.works 3 points 1 year ago

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

[-] dustyData@lemmy.world 1 points 1 year ago

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@sh.itjust.works 0 points 1 year ago

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.

[-] dustyData@lemmy.world 2 points 1 year 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.

[-] uis@lemmy.world 1 points 1 year ago

When you have backup kernel:

Is that a problem?

[-] haui_lemmy@lemmy.giftedmc.com 1 points 1 year ago

Daily timeshift ftw!

[-] goddamn666@lonestarlemmy.mooo.com 1 points 4 weeks ago

หากพูดถึงเกมสล็อตในมุมมองของการลงทุน pgสล็อตเว็บตรง การจัดการเงินทุนเป็นปัจจัยที่ไม่ควรมองข้ามผู้เล่นหลายคนที่ประสบความสำเร็จในการเล่นเกมสล็อตเพื่อสร้างรายได้ มักจะวางแผนอย่างรอบคอบในการลงทุนไม่ว่าจะเป็นการกำหนดงบประมาณสำหรับการเล่นในแต่ละวันหรือการรู้ว่าเมื่อไหร่ควรหยุดเล่นเพื่อป้องกันการสูญเสียมากเกินไปนอกจากนี้การเลือกเว็บไซต์ที่น่าเชื่อถือและมีความปลอดภัยเป็นอีกสิ่งสำคัญเพราะมีหลายเว็บไซต์ที่ไม่ได้ให้การบริการที่ซื่อตรงและอาจทำให้ผู้เล่นเสี่ยงต่อการถูกโกง

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

linuxmemes

21197 readers
115 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS