• 0 Posts
  • 39 Comments
Joined 3 年前
cake
Cake day: 2023年9月28日

help-circle









  • There is a difference between going from a GUI based OS to a hybrid GUI/console OS.

    For both iOS and Android the only difference is where things live. The processes are still the same.

    This is not the case with Windows and Linux. If you want to install something in Windows you go to a website and download an installer. For Linux, you find out if there is a package. If not you go to a website and see if there is an app image or zip file. You then need to know where to place the downloaded file, how to get it running (making it executable), knowing how to chmod and chown (it is better to have to do it like in Linux, but it is an extra step), and how to add it to your desktop (there is no right+click and add to desktop/create shortcut option in Arch based distros like there is on Windows). If there is a service component you may need to go into command line and systemctl to enable it.

    Your comparison to iOS and Android is not really appropriate.









  • Shirasho@lemmings.worldtoTechnology@lemmy.worldStack overflow is almost dead
    link
    fedilink
    English
    arrow-up
    40
    arrow-down
    3
    ·
    11 个月前

    My experience with SO is that I’ll look up a question about how to do something using X method and all the answers are like “why are you using X?” or “here’s how to do it using Y.”. You rarely find people answering the questions and instead find people trying to spread gospel about a certain tech that you aren’t using.