I made this post because I am really curious if Linux is used in offices and educational centres like schools.

While we all know Windows is the mac-daddy in the business space, are there any businesses you know or workplaces that actually Linux as a business replacement for Windows?

I.e. Mint or Ubuntu, I am not strictly talking about the server side of things.

  • AlmightySnoo 🐢🇮🇱🇺🇦
    link
    65 months ago

    It depends. I’m working in the quant department of a bank and we work on pricing libraries that the traders then use. Since traders often use Excel and expect add-ins, we have a mostly Windows environment. Our head of CI, a huge Windows and Powershell fan, once then decided to add a few servers with Linux (RHEL) on them to have automated Valgrind checks and gcc/clang builds there to continuously test our builds for warnings, undefined behavior (gcc with O3 does catch a few of them) and stuff.

    I thought cool, at least Linux is making it into this department. Then I logged into one of those servers.

    The fucker didn’t like the default file system hierarchy and did stuff like /Applications and `/Temp’ and is installing programs by manually downloading binaries and extracting them there.

    • @knexcar
      link
      5
      edit-2
      5 months ago

      To be fair, the three-letter directories aren’t particularly intuitive. “Bin”? Like the “Recycle Bin”? Or is it short for “Binary” files? But isn’t everything on the computer stored in binary? Is “dev” for developers? Is “run” for running programs? Is “opt” for options? What is “ect” even for, files that can’t find another home? In Windows, the folder names make sense and have complete sentences like “Program Files” and “Users”. I can understand someone wanting to replicate the same thing on Linux.