this post was submitted on 08 Mar 2025
1457 points (98.2% liked)
linuxmemes
23812 readers
3091 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
3. Post Linux-related content
sudo
in Windows.4. No recent reposts
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.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 remove France.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Are Linux users really working in the kernel all that much? Iβve been doing support for Linux sysadmins for a decade and not once have I needed to touch the kernel.
I mis-phrased that, sorry. In the Android case, you can't access a lot of networking functionality and other lower level access functions.
Running ifconfig responses with:
Even though it is based on Linux, and has access to the ifconfig app, it's not really something you can do. There are other things to consider like that. While you could try to give yourself root access, it's messy and not something that's really easy or encouraged.
In macOS's case, it's Unix to a point, but try installing NVIDIA cards in them (for CUDA cores). There are Unix drivers for Nvidia cards, for x86 and ARM, but even thought it's Unix, it still won't work.
How about running native Vulcan? It's a major API for 3D graphics. It has a Unix driver, but still can't work on macOS. Best that can be done is workarounds, but that's not native and has issues.
There is Unix support for these, but macOS isn't really Unix underneath.
Okay, that makes more sense. Though the amount of trouble I've heard Linux folks have with Nvidia stuff shouldn't mean that it's not Linux. Just that Nvidia sucks.
Also, Vulkan seems to have a ton of support for Apple Silicon.
And finally, Mac OS has been certified Unix 03 since 2009 except for version 10.7
Vulkan has hacked in support, but not official support. It's like saying that because I can hack in Flash on macOS, that must mean that it has tons of support. Two different things.
And macOS is Unix certified, but that doesn't make it Unix (I know, it's complicated...) To help show this, EulerOS (from Huawei) is a Linux OS.
Its was also Unix 03 certified, just like macOS. Even though it's Linux, not Unix.