• 0 Posts
  • 75 Comments
Joined 6 months ago
cake
Cake day: September 22nd, 2024

help-circle





  • Linux is really only a thing because it ISNT Unix (which macos is). Theyre more related than windows because they’re both POSIX compatible, but share essentially no codebase.

    A rooted android phone on the other hand is just plain ol linux compiled for ARM, with some custom google jazz. It utilises a lot of Linux components like cgroups and SELinux - commonly found on desktop Linux (especially with containers).

    Its not really that important in a broad sense to be honest, but it definitely makes android a Linux distro.












  • tiddytolinuxmemes@lemmy.worldLinux is not ready
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    Nix package manager can be installed on (almost) any distro, I’m running it in an android termux right now for example. Side note if you want a fun project for an old phone you could probably run radarr this way, I’m using it for Garage s3 storage.

    Without diving into the juicy details too much, the command does temporarily install it - in a way that its essentially free to reinstall anytime. For permanent setups you just have to add it to a text file, that could use a bit of a face life to be honest. Though comparitevly this would be trivial to implement vs the meat of the package manager itself


  • tiddytolinuxmemes@lemmy.worldLinux is not ready
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 month ago

    I’ll admit Linux users are more allergic to GUI’s than they need to be, but if snowflakeOS becomes more mature then I’d consider an app store much more intuitive and secure than arbitrary full system access.

    Cause realistically we could start throwing ads in the system to really make windows users feel at home, but (like the mess that is windows dependencies) tradition can be a weakness more than a strength.



  • tiddytolinuxmemes@lemmy.worldLinux is not ready
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 month ago

    I think youre misrepresenting what Linux is supposed to be, it runs most Walmart displays, kiosks, medical systems, and servers.

    Its just now branching into a more usable desktop environment, but its going to do this the right way.

    As time as shown is the windows way is incredibly bloated and unstable - I wouldn’t dream of running a critical server off of it, nor even a non-critical one like radarr. Undocumented issues are just part of the game in the windows world.

    Taking the easy route will kinda by definition be easier at first.

    Though ngl I find it incredibly easier to enter

    nix-shell -p radarr
    

    than to navigate to a webpage, download and install an arbitrary executable, give it absolute admin privellages to the ebtirety of my computer to let it ‘do its thing’ for a bit, and be SOL if that doesnt all go perfectly.