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.
Windows isn’t / doesn’t use a microkernel
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.
I don’t think getting CVE’s is a good metric for security strength, but good points aside.
I’ve been using Linux between 2018-2020 and on and off between 2020-2023 and regained daily status on November last year. It’s been great, but some things like lacking a proper office replacement (Only Office (FOSS), FreeOffice (Free as in beer), and WPS Office (Free as in beer) are all getting closer) are a bit limiting. Some stuff like lacking VRR and HDR were annoying (getting fixed now) and gaming has been improving. Game compatibility sometimes is a bit of a sore spot, but it’s been getting ever easier and honestly, haven’t had issues with NVIDIA drivers under wayland
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.
This might be one of the worse infographics I’ve ever laid my eyes on
Was probably made by a child as a school project. At least I hope.
Methinks it might be engagement bait
“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.
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
And there are still people who will downvote you for saying that Linux distros are not impregnable fortresses of OS security
This is the only one I seriously doubt.
Really? Almost all of it is wrong.
Windows, I will always remember it being the best thing for business’s as Microsoft pushes licenses and such business related features.
Most businesses I’m familiar with deserve to have to deal with Microsoft BS.
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.
with everything being web-based, windows is slowly turning into a fancy dummy term/thinclient. exactly the control businesses want.
linux on the other hand is being fleshed out as a true desktop pc with all the customization most of us expect of a daily driver.
For me the most annoying thing with Windows is the ads and the fact Microsoft is pushing you to buy into their stuff.
I clearly love Linux way more, but I don’t think Windows (10 at least) is as bad as some people make it sound.
Still I’m trying to convince everyone I know to switch to Linux.
Been using Linux for over a decade and I will never go back lol.
Linux is an operating system kernel and Windows is an entire operating system. You can’t really compare them
Go home Mr Stallman.
Some spontaneous thoughts Linux:
- Awesome development environment
- Awesome software management (apt, zypper, etc)
- Great choice of desktop environments
- Gazillions of distros (comes with need to make a choice) Windows
- Great support for Nvidia drivers
- Great subsystem for Linux
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.
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.
Administrator is not root. NT AUTHORIRY\System probably comes closest. You rarely need to interact with that account because Window’s security system doesn’t have the same mix of authentication systems most Linux systems have (users + container APIs + PolKit).
Windows also supports mixed case filesystems just fine. It’s not the default, so your programs will probably screw up, but it’s just a flag. You can also mount filesystems like ext4 and btrfs on Windows (though booting from them doesn’t really work).
Also, Windows runs Libreoffice and GIMP just fine. You don’t need to, because you have better sofware available (pirated or paid).
As for security, Windows is MUCH better unless you’re a cybersecurity specialist with too much time in their hands. Most major distros don’t even come with a firewall enabled by default, let alone a firewall for outgoing traffic. And the best AV I’ve seen for Linux is Microsoft’s enterprise version of Windows defender. In terms of hacking tools, they’re mostly written in languages Python, most of them work on either platform.
For development, Linux has a slight edge, but with WSL2 it really doesn’t matter much.