With the new computer and the newer Microsoft Windows updates they have really jam packed their OS with bloat and spyware. That being said I have no idea what I’m doing with Linux, need help with where to start.? What are some general tips? I understand there’s a lot of prebuilt Linux distributions or something what are some first timer friendly ones? Really any help is appreciated because the biggest barrier to entry is the perceived difficulty of actually doing it.

  • Yuumi
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    I am more concerned about the life of the SSD than it filling up. I’d like to minimize the amounts of write operations and since I have a perfectly capable HDD that doesn’t suffer from such a thing I want to offload all of that work.

    Also thanks for mentioning mounting, completely forgot about that and it might actually be easier to do

    • rtxn@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      10 months ago

      I wouldn’t worry too much about SSD wear. It’s not nearly as big an issue for PCs, and wear balancing can stretch that ~10000-write lifetime to many years, especially if most of the SSD is empty. I bought my oldest SSD around 2015 and it still works perfectly. SMART barely reports any errors.

      If you want frequently written files to be on the HDD, start with /var, /run, and ~/.cache. Those files are likely far bigger contributors to wear than anything inside /usr.