Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
view the rest of the comments
I struggle to do the same things on the Mac that are trivial in Windows and Linux.
For example, I gave up on Homebrew because it was difficult to install. For one thing, it required me to set up an Apple developer account on my version of MacOS
I don't use my girlfriend's Mac book because the OS is not as intuitive, like I found out recently you have to drag the icon in to install things. Who comes up with this shit?
It just includes as a dependency the Mac command line developer tools, which can be installed pretty easily from what I remember.
And what I like is that it's a normal Unix style shell, with almost all the utilities you'd expect.
I mean that's about 100 times better than Windows' default of running an installer that isn't easily reversible.
On Linux I don't drag icons nor download random shit from my web browser, there's a software center (which I control), and I click install, and then the software is there.
That's fair, I think Mac's extremely opinionated design that be grating at times. Also, heaven help you if you want to do something non-standard on a Mac, the system fights you every step of the way.
There isn’t much you can’t do on Mac if you use the terminal, much like Linux. It’s much better than the convoluted mess that windows settings is.
True, although you could say the same about Windows PowerShell
You often install binaries in Linux by moving them to a directory you can call them from. Which is the same thing MacOs has you do graphically. You can do it on command line as well.
Using a Mac is much the same as Linux. Mac OS is unix and Linux is a copy of unix systems. Your just used to the windows ways that aren’t that good to start with.