158 points
*
Deleted by creator
permalink
report
reply
0 points

It’s really sad that this needs to be said. I 100% agree with the sentiment. The reason I use Linux is because most of my work requires Linux, but I resisted it for a really long time because communities like these are just incredibly toxic and insufferable. Sometimes looking at this community makes me want to rage-boot Windows and become a C# dev all over again.

permalink
report
parent
reply
3 points

It’s a meme in a linux meme community. You need help lol.

permalink
report
parent
reply
-1 points
*

In this case I actually mainly meant MacOS, which has a relatively big market share. Though for me personally it’s Linux, it applies to all other operating systems, with MacOS being the one large enough that people who use windows can’t ignore it. I’m not a fan of these “here’s what you need to know” titles because it doesn’t add anything, the title would be functionally the same without it. I was making fun of this by saying that I don’t need to know this and thus showing that (this part of) the title is only included to get more clicks

permalink
report
parent
reply
15 points
*

I actually mainly meant MacOS

Maybe I’m just dumb or something, but you’re really burying the lede on this MacOS angle by having your meme say “Me with linux”

permalink
report
parent
reply
0 points

You are not annoying?

permalink
report
parent
reply
15 points

This is just a meme in a linuxmemes community. There is no need to be offended.

permalink
report
parent
reply
32 points
*

i don’t see how this is annoying when it is literally posted to a community called “linuxmemes”

permalink
report
parent
reply
50 points

Nah, 2025 is the year of the Linux on the desktop.

permalink
report
parent
reply
7 points

Hey don’t give up on 2024 yet

permalink
report
parent
reply
25 points

we’re sure of it this time!

/s

permalink
report
parent
reply
14 points

I mean, I’ve been hearing it for 15 years, we can’t be wrong for that long, right? Which means that next year it’s 100%!

permalink
report
parent
reply
6 points
*

Would it even be a good thing if Linux became super main stream? Maybe we should be careful what we wish for.

permalink
report
parent
reply
9 points

How would it be bad? More hardware support, more users not feeding data to corporations, more software support and so on.

permalink
report
parent
reply
-1 points
*

Pretty sure the success of Linux will not ride or die on the Charisma stat of its users.

permalink
report
parent
reply
13 points

Im sure by next december arch will have 51% of desktop os market share.

permalink
report
parent
reply
0 points

I don’t.

permalink
report
parent
reply
5 points

Been using linux on my desktop since 1999. Don’t need an official declaration.

permalink
report
parent
reply
1 point

Bootkitty?

However,
you can already patch your BIOS to become secure again! :)

All in all, Windows security is a joke compared to Linux’s.

permalink
report
reply
1 point

bootkitty wasn’t implemented ever and if you use GUID Partition Table and your bios is set to uefi without csm, it can’t affect you, since Bootkitty embeds itself into the Master Boot Record and there exploits the LogoFail vulrenability (this was already patched btw) with as far as i remember, a self-extracting steganographical bitmap image for arbritary code execution to bypass Secure Boot with injecting face certifications to Moklist. Also, it only runs on select devices, far from all Linux systems are vulrenabe.

permalink
report
parent
reply
4 points

Yeah, Linux has SELinux, that thing everyone turns off!

permalink
report
parent
reply
3 points

And AppArmor

permalink
report
parent
reply
2 points

I want a Linux system that is entirely rootless by leveraging containers and service accounts.

Think about it. Instead of having root you could just have a utility that connects to a daemon that is in a sandboxed environment.

permalink
report
parent
reply
18 points
*

Windows security is… fine? It could be better, but it’s pretty much on par with linux security. Both have their vulns, but they’re both also able to be secured enough that most (if not all) major data breaches are via phishing or other social engineering attacks, not solely software exploits. There’s lots of fodder for the Linux vs. M$ debate, but this one is maybe a bit out of date.

permalink
report
parent
reply
15 points

If you actually dig deeper into the Linux security topic, you’d find out that Linux is actually not very secure. GrapheneOS developers made quite a lot of posts on what Linux distros (and the kernel) are missing in terms of security. A lot of “Linux security and the lack of viruses” rides on the waves of “there is hardly any point of creating malware for a system with such a small user base, plus you have to consider the fact that people knowledgeable enough just to install a Linux distro would be a bit more careful about their computers than the average Joe”.

permalink
report
parent
reply
7 points
*

there is hardly any point of creating malware for a system with such a small user base

Actually the whole world runs on linux, Windows is mostly the low level consumer end.

Which makes your argument true for a certain segment of malware (the cheap low tech stuff more akin to scams etc targeting people en mass but expected to have a low return), but not actually for the parts where the money is that justify elaborate malware and hacks.

permalink
report
parent
reply
-4 points

uh, you do know there are exploits in Linux right? Stop pretending that Linux is “virus free”

permalink
report
reply
10 points

Absolutely nobody is saying that.

permalink
report
parent
reply
71 points

If you think being on Linux makes you immune for attacks, I have bad news for you.

permalink
report
reply
9 points

there are much less vulrenabilities on Linux. No system is totally unpenetrable, but having 2-5 vulrebabilities is always better than having 30-40

permalink
report
parent
reply
7 points

I’ve got a link for you to click, Mr super secure OS user. I promise your OS will protect you.

permalink
report
parent
reply
2 points

you are just exploiting my words. I never said Linux will protect me whatever happens. But it will have a better protection inherently, than any windows

permalink
report
parent
reply
12 points

Here I have a cool program to install. Just pipe this link into bash really quick…

permalink
report
parent
reply
1 point

Do it

permalink
report
parent
reply
1 point
*

Jokes on you, dude is rocking Qubes /s

permalink
report
parent
reply
1 point

VMS is really fucking close to impenetrable.

permalink
report
parent
reply
3 points

It probably makes you a less likely target though. I suppose that bots scan for known Widows vulnerabilities simply because that platform has a much higher market share among desktop operating systems. Besides, Linux distros offer a unified way to update all your software. On Windows, third-party software is often installed and maintained manually.

permalink
report
parent
reply
4 points

Realistically the difference is in how Linux mitigates the common vectors for attack that Windows doesn’t. Most malware targeting individual workstations gets in by either supply chain attack, vulnerable web renderer or by tricking the user into installing it.

Centralized repositories with centralized build tooling limits opportunities for supply chain attacks, plus helps prevent users from accidentally downloading a Trojan when trying to grab other software. Containerizing web applications helps limit browser exploits, and less “features” phoning home means a default incoming-deny firewall policy will largely prevent most vulnerabilities from being remotely serious.

So for an individual workstation, Linux is significantly safer from viruses. In the enterprise it’s a completely different story where the threat environment does require defense in depth regardless of your choices of vendors

permalink
report
parent
reply
1 point
*

The way I have always liked to put it specifically is that Linux is not inherently more secure than windows. However Linux is inherently easier to secure than Windows. Namespaces, apparmor, seccomp-bpf, and a very fine grain limited vs super user permission system. Just to name a few top level things.

The tools are all there on basically any system, very well documented, relatively easy to use. And once you set them up they will not randomly change things on you. I say this as a system administrator having to deal with Windows constantly where Microsoft decides that they are smarter than you and fuck your group policy edits because we put out this update and we think this option is better so we’re going to revert like half the shit you did. Over half my fucking job and security is just checking what did Microsoft fuck up about my security set up with this update, and trying to rotate through security vendor 2094726 to fill in the absolute basic security processes that windows doesn’t provide

permalink
report
parent
reply
14 points

Sometimes Mint tells me there are security updates available. Happened just this morning. Updating makes me feel good :)

permalink
report
reply
6 points

And I can do it wherever I want. And my work is in no way interrupted, while the updates go through.

permalink
report
parent
reply
4 points
*

And it had the Edge of not installing Candy Crush

permalink
report
parent
reply
3 points

And put edge back in the taskbar…

permalink
report
parent
reply

linuxmemes

!linuxmemes@lemmy.world

Create post

Hint: :q!


Sister communities:

Community rules (click to expand)

1. Follow the site-wide rules
2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of “peasantry” to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
4. No recent reposts
  • Everybody uses Arch btw, can’t quit Vim, and wants to interject for a moment. You can stop now.

 

Please report posts and comments that break these rules!


Important: never execute code or follow advice that you don’t understand or can’t verify, especially here. The word of the day is credibility. This is a meme community – even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don’t fork-bomb your computer.

Community stats

  • 7.4K

    Monthly active users

  • 1.4K

    Posts

  • 73K

    Comments