this post was submitted on 28 Feb 2025
406 points (95.1% liked)

Linux

51309 readers
638 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Fuck Windows and Microsoft really. Today I had a meeting call through Teams first thing in the morning so I start my computer 10 minutes earlier than the call because it takes a like 3 or 4 minutes to boot and for Windows to be responsive. Windows decides to apply some past update so it takes 2 or 3 additional minutes which is fine, I am just in time for the meeting call. Well, 10 minutes into the call a notification in windows appears that the computer will restart in 5 minutes and with no option to postpone WTF. Imagine this was an important sales call, an emergency or something else critical, I might be fucked. The computer restarted I started my linux personal computer and I connect my bluetooth headphones to the it but no, they were connected to the Windows computer while it was restarting so I could not just call from it as the microphone started failing a few weeks ago. (I will just replace it, thanks Framework). So fuck my company for using Windows. Fuck Windows for developing such a nightmare OS with so shitty code. This was for sure a patch for a critical vulnerability, like always. And WTF this is Windows for a business, have a fucking super stable branch that does not need patches every other day. I don't care about your updates to the shitty weather widget, just have a fucking working operating system that let's me do my work. Fuck Microsoft monopolistic practices that keeps people and businesses from switching to Linux. There is no better publicity for Linux that Windows itself. Most Linux/GNU distros just let you choose when to update.

(page 2) 50 comments
sorted by: hot top controversial new old
[–] Abnorc@lemm.ee 6 points 1 week ago

This sounds like a problem with your organization. I use windows at the hospital where I work, and we don't run into these kinds of issues. Yeah it is rife with other issues like goading you into using microsoft edge, one drive, and more, but updates are handled by IT.

[–] krolden@lemmy.ml 6 points 1 week ago* (last edited 1 week ago) (4 children)

Then come up with a better alternative to office 365.

Windows isn't keeping Microsoft around. Its their office software. (and azure)

[–] juliebean@lemm.ee 5 points 1 week ago (3 children)

what makes their office software so much better than, say, libreoffice? i don't work an office job, and haven't had the misfortune of running windows since i dropped windows 7, but when i did switch, the programs seemed basically the same. office software seemed like a solved problem by then. what new features has microsoft added and convinced people they need that foss options don't have?

[–] krolden@lemmy.ml 3 points 1 week ago

They are extremely integrated into the rest of the ecosystem and are insanely pervasive among 9-5 desk jockies. They aren't gonna relearn a spreadsheet software especially when it doesn't have all the same features as the thing they have been using for 20 years. Not to mention they dont actually give a shit about how much their company is paying for it. The majority of these people dont know what FOSS is and are just using computers because that's what pays their rent.

Libre office is very far from being a drop in replacement for 365 and will most definitely never replace it. At the end of the day its all about userbase. Why do people still use twitter and Instagram even though there are FOSS alternatives that may be even better? Because that's what everyone else uses and most people just dont care.

[–] aghastghast@programming.dev 3 points 1 week ago

Good question. I wish I had a better answer than what I'm about to say.

It just is.

I'm a diehard anti-Windows, Linux-lovin', FOSS crusader myself, but if Microsoft released a copy of MS Office for Linux (as a one-time-purchase), I would buy it today.

For most tasks, you're right, there's not much you can't do in LibreOffice. But the interface is clunkier. Excel makes it easier to make good-looking spreadsheets. And as much as it hurts me to say, looks matter when dealing with nontechnical folks.

Plus there are some things that are just more intuitive in Excel, like certain kinds of charts and graphs. There are some advanced features of Excel that don't even exist in LibreOffice. Like chart styles and certain team collaboration features.

Compatibility is... okay... For the most part, but having it all guaranteed by a bunch of paid devs would be really nice.

There is a more detailed list here

load more comments (1 replies)
[–] furrowsofar@beehaw.org 4 points 1 week ago (1 children)

Actually staff and commercial vendors are keeping Windows. Plus no one gets fired for choosing MS products. That IT staff are all Windows certified means Windows will always be the answer. That users are similarly trained and need certain Windows software will mean they demand it too.

[–] krolden@lemmy.ml 3 points 1 week ago (1 children)

I'd be so bold as to say about 90% of windows business users are only using it for office/excel/outlook

load more comments (1 replies)
[–] jia_tan@lemmy.blahaj.zone 3 points 1 week ago (2 children)

Nextcloud and LibreOffice: allow us to introduce ourselves

load more comments (2 replies)
load more comments (1 replies)
[–] ipkpjersi@lemmy.ml 4 points 1 week ago

I've been pretty lucky that I've been able to use Linux on my work laptop the past 3 jobs in a row. It really helps that we use Linux production in and when I tell them that I haven't used Windows in nearly a decade, they're usually willing to let me work with Linux.

[–] mazzilius_marsti@lemmy.world 3 points 1 week ago (4 children)

funny how with sooooo many updates, Windows are still very vulnerable. You buy a Windows PC, you better equip Antivirus software too; it is like bread and butter. On Linux and also Mac, you never need to worry about these things.

[–] Kbobabob@lemmy.world 5 points 1 week ago (1 children)

Why would someone work on hacking Linux when it's 2% of the market share?

Also, this is just false....

On Linux and also Mac, you never need to worry about these things.

load more comments (1 replies)
[–] joshcodes@programming.dev 4 points 1 week ago

Most hacks interact with Linux because its in almost every corporate environment. People can still get scammed on Linux on their personal device too since rdp clients are compatible and a common method used. Linux Desktop is 4% market share (according to steam surveys?) but server infrastructure is largely Linux based, from firewalls to Web servers to database infrastructure. Most people host some form of Linux environment and lots of ransomware actors have Linux specific encryptors.

Think of it this way: if the environment you just hacked has their corporate SQL database with all of their trade secrets sitting on Linux infra, and you're a ransomware actor, you're not going to give up and go hack someone else. Well, not if you're any good I guess.

The Linux community is better at finding and detecting this stuff due to more people looking at it and open source making it available etc. It's attack surface (software that could be attacked) is still huge and the danger comes from outdated versions and misconfigurations just like anything else.

Patch often, install from trusted sources, have backups. That's really all you can do. Every environment has vulnerabilities. They sit at desks and push keys on the keyboard.

[–] easily3667@lemmus.org 3 points 1 week ago

People still install antivirus? It's not 2005 anymore.

load more comments (1 replies)
[–] OsrsNeedsF2P@lemmy.ml 3 points 1 week ago* (last edited 1 week ago) (2 children)

Come work at Meta, we have Fedora Linux laptops :)

Edit: Maybe we should crowd source a list of companies that let you use Linux. I've worked at startups and straight up told the CEO "I'm installing Linux" and that has worked, but corporate companies you can't get away with that

[–] easily3667@lemmus.org 4 points 1 week ago (1 children)

Does using fedora help manipulate teenage girls into eating disorders or is that an unrelated team?

[–] OsrsNeedsF2P@lemmy.ml 3 points 1 week ago

Unrelated :P

load more comments (1 replies)
[–] Xanza@lemm.ee 3 points 1 week ago (1 children)

Fuck Windows and Microsoft really.

🙏🙏🙏 testify, brother.

[–] easily3667@lemmus.org 2 points 1 week ago

Hey you can't just assume someone on a pro-linux rant on Lemmy is a man....

Jk

[–] chronicledmonocle@lemmy.world 3 points 1 week ago

I'm happy my company basically issued a ban on Windows without pre-authorization. We're entirely a macOS and Linux shop.

[–] Dr_Vindaloo@lemmy.ml 2 points 1 week ago

I feel your pain. Aside from being slow as balls despite modern hardware, my Windows PC has a habit of occasionally locking up when I RIGHT CLICK on something T_T

Then it takes several minutes of no start menu/task bar, no trackpad gestures, no file explorer, etc before everything goes back to normal... for a few seconds before explorer crashes again. The only solution is a reboot.

I'm genuinely scared of doing anything on this machine.

[–] DFX4509B_2@lemmy.org 2 points 1 week ago

Some governments outside the US either already have or are ditching Windows for Linux.

[–] Zink@programming.dev 2 points 1 week ago

The differences in sheer speed and responsiveness is something FOSS alternatives need much more publicity about. When the requirements for one product are "help the user do what they want" and the requirements for another product are "synergize the KPIs of these 53 stakeholders in our trillion dollar conglomerate, monetize our market position in every way possible, and check the minimum viable checkboxes to keep end users engaged with the brand" it shows!

Windows to Linux is of course the most significant and worthwhile. As I like to describe it, even using the most full-featured distros out there (Linux Mint Cinnamon gang represent!) any flavor of Linux is like greased lightning compared with windows. And I mean Windows 10, not even 11.

A few weeks ago I turned on an old secondary desktop PC that had been powered off for a month. It had numerous updates, everything except installing a new named version. Even the kernel. I decided to time it. From the time I opened the software update GUI -- including typing in my password, letting it download, letting it install, getting the "yo, reboot when you're ready," etc -- it was done in 5 minutes. And those were 5 minutes where the computer was totally usable. Running the current version of the full featured Linux Mint Cinnamon 22.1 on a PC from 2011!

My favorite recent example is the switch from Plex to Jellyfin. Now granted, fully self-hosting means more IT admin type stuff for me so that family members and I can securely connect remotely. But god damn if every single app I have tried doesn't feel like warp speed compared with the Plex versions. Did you know that watching my media using the WebOS app on my LG TV does not have to be dog shit slow? And don't even get me started on phone apps like Finamp. (it really whips the jelly's ass?)

load more comments
view more: ‹ prev next ›