• Worstdriver@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    32 minutes ago

    Frankly, I don’t care.

    I’m going to keep using Windows 10, updates or not, until I absolutely have no other choice, hoping against hope that the cracks in the Recall/AI monolith with have spread wide enough that a future Win 12 or 13 won’t have them in it. I don’t run a business. I don’t keep sensitive information on any internet capable devices and my work uses the AS400 system.

    I know Linux is a thing, and about a dozen years ago I spent a year using Ubuntu exclusively. While appreciating the OS, I got tired of chanting magic spells at computer every time I wanted to use software I liked on it, and so went back to Windows.

    These days, despite being a reasonably tech savvy person approaching 60, I’m getting to the point where I’m just not up to learning/relearning an OS unless there is a critical need, and using Windows 10 there just isn’t. At least not for me.

    • glaber@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 minutes ago

      The days of “chanting magic spells at computer” being synonymous with the Linux experience are far gone. I recommend you just make a Fedora installer and take it for a spin on the live test system! You don’t need to commit to it to just try it

  • Maple Engineer@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    49 minutes ago

    This will be the best thing that ever happened to Linux. Hell, it might even make it up to 4.5% market share.

  • randon31415@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 hours ago

    With the different distros of Linux, do different things support different distros? Like Zoom is support on Arch but not Mint, and Steam is supported in Mint but not Arch; or if an app supports Linux, it is on all distros? And if there is differences, do you have different partitions for different types of Linux?

    • tomatoely@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      1 hour ago

      When an app supports linux, it can do so by either:

      • packaging it for popular distro repositories,
      • giving instructions on how to build the app from the source code

      or

      • package it on distro-agnostic, package management solutions like flatpak or appImage.

      These last ones are sandboxed environments. That means they have their own dependencies isolated from your system, so they dont have to deal with every distros pecularities at the cost of using more storage space. This is very useful for developers and in your case benefitial for the user because you can have both steam and zoom via flatpak on mint, arch or any obscure distro that has flatpak available, without any major problems.

      Edit: Formatting

  • Cpo@lemm.ee
    link
    fedilink
    English
    arrow-up
    22
    arrow-down
    2
    ·
    4 hours ago

    A better use case for linux desktop could not have been invented.

      • Maggoty@lemmy.world
        link
        fedilink
        English
        arrow-up
        8
        ·
        edit-2
        3 hours ago

        You just download them, like with windows?

        If you’ve never downloaded drivers manually it’s super easy these days. You’ll get a tool from the device manufacturer that checks your hardware and system and automatically installs the correct driver with computer restarts at the correct places. You just press the go button.

        That said most default drivers are open source and included in Linux, so you should be able to get by without downloading anything unless you need the latest manufacturer driver.

      • actually@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 hours ago

        I have installed Linux on a dozen computers from crummy laptops to custom build with graphics card. Most went fine. For the graphics card one, I installed popos to avoid learning about internals , but I could have spent time to solve it, I was lazy.

        But I recommend having several distros on usb to do tests . That way things are easiest. Some installs have default settings that work best for random computers. So just spend a few minutes on each to test sound, WiFi and graphics. 5 minutes on each to test 10 flavors

        No need to mess with any text settings at all these days… I mean, you can

  • Katana314@lemmy.world
    link
    fedilink
    English
    arrow-up
    26
    ·
    6 hours ago

    My biggest worry for this is, there’s probably dozens of black hats out there that have found some very large exploit for Windows 10, and are holding off on abusing it until the day Microsoft ends support.

    Currently, my plan is to make a partition for Linux Mint, set up dual boot, see how much of my daily computer obsession I can execute through there, and then try to slowly transition while slowly moving stuff from Windows. (I am vaguely worried I’ll run into that Windows issue where files accessed from outside the OS login are security-restricted. That has even screwed up my Windows reformat fixes)

    • Kroxx@lemm.ee
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 hours ago

      Mint’s sweet I switched from 10 a few months back. Biggest difference is getting use to the different file system, only 2 games have been unplayable (didn’t try to make them work tbh).

    • palordrolap@fedia.io
      link
      fedilink
      arrow-up
      5
      ·
      6 hours ago

      NTFS file reading and writing is reasonably well supported under Linux, though exFAT or native filesystems are preferable. Actually finding software that will understand your files is one level removed, and getting equivalent or even the same software running is another level still. e.g. reading MS Office documents - LibreOffice is pretty good at that. For games, Steam and Proton have a lot of that covered.

      If all you do is on websites, most if not all of the usual web browsers are available and work indistinguishably.

      That said, I will leave you with these three words: Backups. Backups. Backups.

      • Katana314@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        5 hours ago

        I’m not worried about interpreting the NTFS filesystem or individual files of given formats. Mainly, I’m worried about a Windows security-level problem I’ve had where Windows restricts access to whole directories based on user-level permissions, since the old “user” that owned them on a given operating system has been obliterated. It’s an issue I’ve had even when reinstalling Windows to the same computer.

        • palordrolap@fedia.io
          link
          fedilink
          arrow-up
          3
          ·
          4 hours ago

          As far as I know, Linux ignores NTFS permissions when given raw access to a disk, or rather, acts as thought it’s SYSTEM or some other high-level user, working around anything Windows might have set.

          Worst case, you could still move your important files to an exFAT partition (or into an archive) where permissions don’t apply.

          • hamsterkill@lemmy.sdf.org
            link
            fedilink
            English
            arrow-up
            2
            ·
            3 hours ago

            As far as I know, Linux ignores NTFS permissions when given raw access to a disk, or rather, acts as thought it’s SYSTEM or some other high-level user, working around anything Windows might have set.

            I think that was the case for ntfs-3g.

            I’m not certain that’s the case anymore with the new kernel NTFS driver, though I havent tested it. If it isn’t, it should be correctly handling the file premissions.

            • palordrolap@fedia.io
              link
              fedilink
              arrow-up
              1
              ·
              1 hour ago

              LMDE6 still uses ntfs-3g as far as I can tell, so I’m going to assume that regular Mint does too. lsmod reports nothing like ntfs, and the tried and tested, if no longer developed, ntfs-3g suite is installed.

              Things might change as and when the kernel driver is more stable for writing. I’m sure more bleeding-edge distros are already running the kernel driver, but then, those who run those distros are deep into Linux and NTFS is not really something they deal with regularly.

  • Olgratin_Magmatoe@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    6 hours ago

    Hopefully instead of turning into a bunch of e-waste, a bunch of “useless” desktops flood refurbishers, and refurbished desktops become even cheaper. I wouldn’t mind replacing my dying media server.

  • datavoid@lemmy.ml
    link
    fedilink
    English
    arrow-up
    14
    ·
    8 hours ago

    I’m really excited for when the health authority I’m working for that uses win10 needs to frantically switch every machine to win11… Going to be such a relaxing time

    /s

    • misk@sopuli.xyzOP
      link
      fedilink
      English
      arrow-up
      7
      ·
      8 hours ago

      You’re using a consumer version of Windows? Businesses can pay for extended support.

      • datavoid@lemmy.ml
        link
        fedilink
        English
        arrow-up
        5
        ·
        8 hours ago

        Oh true, forgot about that. In that case we won’t think about it for a few years I’m sure…

        I’ve suggested we modify a Linux distro to use instead, but no one seems to want to pay for the setup. Which is fair I guess.

        • misk@sopuli.xyzOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          7 hours ago

          No worries, I was genuinely asking. My gf works at a ~€10b multinational engineering corpo and they use what seems to be a consumer version (it has ads!). I work for a different corpo and we have LTSC version so big features come later once properly tested.

  • GHiLA@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    7
    ·
    8 hours ago

    every few years on Linux Discord groups across the internet

    “Hi, Windows just stopped support, you guys got any suggestions?”

    • kurcatovium@lemm.ee
      link
      fedilink
      English
      arrow-up
      10
      ·
      6 hours ago

      “You should definitely try LFS, it’s great and you’ll have exactly what you want!”

      “Arch btw! Customize everything and no bloat, hurr durr!”

      “NixOS is the future, go for it!”

  • thatsnothowyoudoit@lemmy.ca
    link
    fedilink
    English
    arrow-up
    47
    ·
    13 hours ago

    Recently decided to try Linux for gaming. It wasn’t without a hitch or two, but largely fine. A number of games I play don’t even need an emulation tool like Proton.

    The only reason windows was lying around was for gaming.

    Looks like it’ll only get used for flight simulation.

  • M600@lemmy.world
    link
    fedilink
    English
    arrow-up
    48
    arrow-down
    1
    ·
    14 hours ago

    This is going to have a much bigger impact on the third would countries.

    Most people here are not going to buy a new computer there are tons of people who buy second hand laptops that are old to be able to afford them.

    Additionally people are not tech savvy and don’t understand the implication of this. When they see an ad that says to buy a new computer, they are going to dismiss it the same way they dismiss all the other ads online telling them to buy stuff.