this post was submitted on 20 Jun 2024
339 points (95.7% liked)

Linux

45423 readers
888 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 43 points 1 week ago (2 children)

I feel like Linux would be easier to pick up and use for a non power user starting from scratch like my mother-in-law. It's so much easier to download programs with the package manager and settings are so much easier to navigate

[–] [email protected] 17 points 1 week ago (2 children)

And to use the computer without being bombarded by ads

Helped my SO fix Sims 4 on her W11 laptop recently; lock screen ads, start menu ads, pre-installed bloatware begging for money

I even asked how she deals with all of that and she basically said “I dunno it just does that, if you can make it stop that'd be nice ig but just get Sims to worl for now”

Needless to say I got Sims 4 to work (removing cachedir did the trick) AND uninstalled the bloatware and turned off ad-related settings

[–] ikidd 3 points 1 week ago (1 children)
[–] [email protected] 1 points 1 week ago

They've never come back for me.

[–] EuroNutellaMan 2 points 1 week ago (1 children)

I'd honestly have proposed (if they don't need programs that only run on windows) "we could put linux on it and that should fix these issues" and put Linux Mint or Fedora on it (better if you choose not them unless they really want to deal with all the choices, most likely they won't wnt to tho) and just tell them the basics of how to install software and stuff.

[–] [email protected] 1 points 1 week ago (1 children)

I have jokingly mentioned I'd fix it by just installing Linux

I wonder when that stops being a joke

[–] EuroNutellaMan 2 points 1 week ago

I'd say now's the time, by now I mean as soon as it's appropriate.

I was once asked if I could crack a password of a windows PC in an office cause the guy who used to work there no longer remembers it and they wanted to reuse the old PC. I asked if they need to recover any data, if they used any software that would be incompatible with Linux (not like this but directly mentioning software and asked for a list of stuff they use) and then told them it would simply be easier to install Linux on the thing, not only it's easier but since it's an old machine running windows 7 it's also more secure and the computer will perform well.

During the installation we found out that the computer is glorified junk, took ages to even attempt to format the disk to ext4. Still got to install Linux Mint on another one of their computers tho, big success.

[–] [email protected] 8 points 1 week ago (1 children)

I find it amazing that so many distros with volunteers manage to curate a vast software ecosystem, reasonably successfully and yet some of the largest companies on the planet, worth more than $1T each cannot manage to find the resources to do it efficiently.

Imagine firing up a cmd or ps prompt in Windows and tying in: msiexec install adobe-hipster-app and it just works.

[–] k4j8 1 points 1 week ago (1 children)

Have you tried Chocolatey? https://chocolatey.org/. It's a package manager for Windows and works great, much like brew for Mac. Or, if you prefer portable installation of programs without requiring admin, try Scoop (https://scoop.sh/). Of course, I'd rather use paru or yay on Arch, but I'm glad these options exist.

I find it hilarious that Microsoft even suggests these tools on their own GitHub page for the Windows Terminal.

[–] [email protected] 1 points 1 week ago

If I knew how to "sudo" on Windows then requiring admin wouldn't be so bad.