• 0 Posts
  • 171 Comments
Joined 2 years ago
cake
Cake day: July 6th, 2024

help-circle
  • Ooops@feddit.orgtolinuxmemes@lemmy.worldInterested in Linux
    link
    fedilink
    arrow-up
    14
    ·
    edit-2
    17 hours ago

    But distros are comparably tiny. So you can use up all those ancient sticks with a few GB you got as advertising that are collecting dust in some corner of a drawer for years. Sometimes they are even actually tiny when you free them from their tacky mascot- or logo-shaped exterior.


  • Ooops@feddit.orgtoLinux@lemmy.mlRTFM
    link
    fedilink
    arrow-up
    1
    arrow-down
    3
    ·
    4 days ago

    “It’s not a professional’s job to read the manuals they need to know for their job unless I specifically tell them to” is an interesting take. A really stupid one but interesting non-the-less…







  • You snapshot them separately, with snapshots stopping where another subvolume starts. Have a problem booting? Copy the latest /-snapshot. But if for example /var/log is a separate subvolume it persists and you can look up what was wrong.

    My setup right now has subvolumes root(mounted to /), home(mounted to /home) , logs(mounted to /var/log), snapshots(mounted to /.snapshots), pacman-cache(mounted to /var/cache/pacman) and swap(for the swapfile obviously).

    I do snapshots of root, home and logs (landing in snapshots) regularly that don’t require much space (only the difference between on subvolume and its snapshot uses real space in btrfs) and which can all be restored together as well as separately, while losing the temporary data in cache and swap is not problem.

    And you can also transfer the snapshots somewhere else as backup (into another brtfs filesystem or as a file), including just transfering the difference from the last one as an incremental backup.





  • Ooops@feddit.orgtoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    22 days ago

    No, that’s just the latest official nvidia driver still supporting those cards provided as a regular package for that distro.

    Basically the moment nvidia dropped support for some cards, they split the nvidia package. They are now provinding nvidia-open (all cards still officially supported by nvidia are also supported by the new open soruce driver) and ‘nvidia-580xx’ for older ones. And although the actual driver by nvidia doesn’t change anymore the package isstill maintained in the sense that they look out for it to work with up-to-date Linux kernels.

    Arch Linux at the moment provides (via the community maintained repos) nvidia drivers all the way back to ‘nvidia-340’. That’s GeForce8800 or QuadroFX age from 20 years ago.


  • I don’t know how Ubuntu in particular handles their drivers, but I would assume that at some point support of your card ends end you will then have to install nvidia-<number of the last driver version with support> or nvidia-legacy or something like that, which automatically replaces nvidia.


  • Nvidia ends support at some point, no matter which OS.

    Your card is one of the oldest series still supported (Turing), they just cut support for roughly gtx750 to 1080 (Maxwell, Pascal, Volta).

    So 10 years from now, you won’t get working Nvidia drivers anymore and will have to rely on older driver versions.

    But unlike Windows -where you will have the same problem and MS won’t care at all, so when an old driver has problem with Windows then, you will be on your own- you will have distros or their communities still providing those older drivers regularly and also there is now an open source driver. And your card is the first generation supported by that driver, although with still some hickups. That one will not go away and get better over time, too. Probably also including some work to increase performance on older cards if there is demand - and if I take a look into my crystall ball (or at the hardware prices shitshow) I assume there will be demand.

    TL;DR: I can’t absolutely guarantee that your card still works in 10 years as Nvidia’s support will just end at some point. But your chances are a) very good and b) definitely much better on Linux than on Windows.