When I refer to Linux, I am referring to a computer with the kernel and other software that makes up a Personal Computer.

I like to think that Linux is great, and always will be, a Personal Computer. Windows, I will always remember it being the best thing for business’s as Microsoft pushes licenses and such business related features.

I switched to Linux in 2020, Ubuntu, and slowly learned my ways around, and understanding how everything works, but most people don’t have to now, it’s so simple to get started.

  • fossphi@lemm.ee
    link
    fedilink
    English
    arrow-up
    172
    ·
    2 days ago

    This might be one of the worse infographics I’ve ever laid my eyes on

    • floofloof@lemmy.ca
      link
      fedilink
      English
      arrow-up
      61
      ·
      2 days ago

      Linux: Libre Office

      Windows: MS Office

      Libre Office is also available on Windows.

  • Codemancer@lemm.ee
    link
    fedilink
    arrow-up
    44
    arrow-down
    4
    ·
    edit-2
    2 days ago

    “Provides more security than windows”

    This is the only one I seriously doubt.

    Ms defender is actually something I wish we had a replacement for.

    Read only root fs is a start, but it doesn’t protect my documents.

    Like your linux doesn’t get hacked because no one cares, if we become a target we are helpless more or less.

    • moreeni@lemm.ee
      link
      fedilink
      arrow-up
      10
      ·
      2 days ago

      And there are still people who will downvote you for saying that Linux distros are not impregnable fortresses of OS security

    • featured@lemmygrad.ml
      link
      fedilink
      arrow-up
      1
      ·
      2 days ago

      Linux can be secured on much deeper levels than windows, by default yes it lacks antivirus but its also much less necessary given the software distribution model of Linux vs windows. But ClamAV is a decent antivirus that I use on my Linux server. Never felt the need for one on my workstation/laptop

  • katy ✨@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    7
    ·
    2 days ago

    i mean gimp and libre office are both downloadable from winget and windows is typically free or factored in when you buy a pc (which is how most people would get it)

  • SavvyWolf@pawb.social
    link
    fedilink
    English
    arrow-up
    36
    ·
    2 days ago

    Oooh, I get to say an “Umm… Actually” fact. File names are not case sensitive in Linux nor are they case insensitive in Windows.

    It’s entirely possible to have a case insensitive filesystem on Linux (I think ext4 supports a mount option for it now). Likewise, there’s a bit you can set on folders in Windows that makes its contents case sensitive. So realistically, case sensitivity is a property of the folder, not the OS.

    Yes, that’s as annoying as it sounds.

    • Peffse@lemmy.world
      link
      fedilink
      arrow-up
      12
      arrow-down
      1
      ·
      2 days ago

      I hate the fact that if you want to change the case on a file in windows, you can’t just replace the offending letter. You have to change the name completely, then change it back with the correct casing. Then Windows will finally keep it.

  • floofloof@lemmy.ca
    link
    fedilink
    English
    arrow-up
    28
    ·
    edit-2
    2 days ago

    “Free software” doesn’t mean you don’t pay for it, but that it respects and preserves the user’s freedom. The opposite is not “cost software” but unfree software.

    What is free software?

    Most of the other points in this list are also questionable or inaccurate. In fact, I think the only true one is the first one: open source vs closed source.

      • Shareni@programming.dev
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        2 days ago

        Not really:

        • RHEL is paid if you need more devices than the free license provides

        • SEL and Ubuntu Pro don’t have any free licenses as far as I remember

        • you can mostly use windows without paying anything

        • Malgas@beehaw.org
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 days ago

          It seems kind of disingenuous to compare enterprise support contracts for Linux to personal Windows licenses. Especially while also ignoring that you do pay for Windows, it’s just hidden in the cost of the device.

    • Synther@lemmy.zipOP
      link
      fedilink
      arrow-up
      2
      arrow-down
      14
      ·
      edit-2
      2 days ago

      Yeah, in fact. The Linux kernel does use proprietary software (Blobs) for it to run. Or stuff to function like Bluetooth and shit like that.

      Idk, just a Twitter post I found.

  • Possibly linux@lemmy.zip
    link
    fedilink
    English
    arrow-up
    19
    arrow-down
    1
    ·
    2 days ago

    I would argue that Linux is not more secure than Windows. Linux is way more private and gives you way more control but from a purely security perspective Linux has its own weaknesses and is constantly getting CVEs.

      • Possibly linux@lemmy.zip
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

        I don’t think Linux is inherently insecure. I just think it does have its own security issues which is especially true of LTS. It isn’t a golden nugget and it is problematic when people treat it as such.

  • Snot Flickerman@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    26
    arrow-down
    3
    ·
    edit-2
    2 days ago

    provides more security than windows.

    Doubt.

    Yeah, if you have a fucking clue what you’re doing which most casual users don’t. (That includes me.)

    The only significant advantage it has security-wise over Windows is not defaulting to an admin/root account and instead requiring an elevation of privileges.

    …but even modern Windows does the same now.

    Exploits exist for Linux and other open source products, corporations with Linux servers and GNU utilities get hacked… I mean fuck just go look at all the CVE’s, they don’t make them for nothing.

    • Soviet Pigeon@lemmygrad.ml
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      1 day ago

      Every bugfix is a CVE. Even if it is maybe not a security problem in first place, but it might be one in the kernel context, so everything is a CVE. Also other CVEs from other applications, open source or not, doesn’t have to mean that much. You have to see those database quite critical. Especially if you need very esoteric, almost magical methods to exploit.

      When the people of the Linux Kernel started flooding them, because every bug is a security problem, those Database providers were and are very happy. It makes good money, those data is seller from other providers to companies. And now you really have to use their service, because the kernel have soooooooo many security problems! It is not like developers or security teams are happy about this shit. But if the senior leaders insist on use those CVEs, you don’t have any choice. And it is not that unusual, that it is not needed to address them.

      The Linux Kernel can provide and provides more security when you use them. It is the decision of the distribution if they want to enable selinux or apparmor, enable kernel options, which make your system more hardened with memory encryption, page poison or kernel lock down and and and. Since this is only the kernel, the userland can provide more features, which some distributions also enables.

      The way you can elevate applications and define special rights for the usage of devices or OS functions, is incomparable to standard Windows. Would only user, group and rwx exist, they wouldn’t be any lxc, podman, docker or whatever today. Windows does not the same now. Windows does it different and can’t do some things regarding elevation of rights and their restriction by design.

  • Soviet Pigeon@lemmygrad.ml
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    2 days ago

    Linux Kernel provides more security techniques than Windows indeed, but they need to be used. To point out CVEs is kind of stupid. The Linux kernel never commited any entries to the CVE database for years, they started since February 2024 doing so, because they gave up on their opposition. They warned, if they do this now, the databases will get flooded with CVEs. Because in the kernel context, every bug counts as a security problem, if you look at it from the right perspective. This is a difference to Windows CVEs.

    Of course this is great for those CVEs database providers because they now can sell their stuff happily.

    What you need are not CVE entries for the Linux Kernel, but the latest supported Linux Kernel installed.

    And srsly: Antivirus is snake oil. Using software with Administrator rights in Windows or even Linux, which parses every file, is fucking dangerous. It is usable on a mailserver, where the antivirus process is containerised or virtualized.

    And what is the point with firewalls I read here? The most distros have firewalls enabled. When were they not there? Iptables was always there and I had to configure it, so I could allow or disallow incoming traffic. I almost never had to install it manually.

    Edit:

    Regarding CVEs, here the what Linux CNA tells:

    Note, due to the layer at which the Linux kernel is in a system, almost any bug might be exploitable to compromise the security of the kernel, but the possibility of exploitation is often not evident when the bug is fixed. Because of this, the CVE assignment team is overly cautious and assign CVE numbers to any bugfix that they identify. This explains the seemingly large number of CVEs that are issued by the Linux kernel team.

    Source

    Any bugfix is a CVE

  • Auzy@beehaw.org
    link
    fedilink
    arrow-up
    11
    ·
    2 days ago

    Gimp runs in windows. The security thing isn’t really true (X11 isn’t secure and it can’t be fixed apparently)

    In fact, as others have said, really bad comparison…

    • cmnybo@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      13
      ·
      2 days ago

      X11 isn’t secure and it can’t be fixed apparently

      Which is why so much work has been going into Wayland, which will replace X11.

      • Auzy@beehaw.org
        link
        fedilink
        arrow-up
        7
        ·
        2 days ago

        Yeah. And honestly, way land already works fine (even screen sharing). Waydroid is a bit of a killer app too (but needs more refinement,).

  • ssm@lemmy.sdf.org
    link
    fedilink
    arrow-up
    2
    ·
    2 days ago

    Your ability to ride the fence is admirable OP, don’t let anyone take it from you 🙏

  • boonhet@lemm.ee
    link
    fedilink
    arrow-up
    11
    ·
    2 days ago

    I don’t think Windows uses a microkernel. Hybrid kernel is the term I’ve heard used.