this post was submitted on 22 Jan 2025
1398 points (98.9% liked)

linuxmemes

21978 readers
2178 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • Β 

    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
     
    (page 2) 50 comments
    sorted by: hot top controversial new old
    [–] [email protected] 5 points 1 day ago

    Not Linux, but VMS is specifically designed to run on VAX systems.

    [–] [email protected] 4 points 1 day ago

    Linux from Scratch

    [–] [email protected] 22 points 1 day ago* (last edited 1 day ago) (1 children)

    Windows running WSL running a VM running Debian 2.2.

    [–] [email protected] 1 points 1 day ago

    @frezik @NONE_dc with WSL2 not much interesting, it's just a VM with some custom drivers

    [–] [email protected] 1 points 1 day ago

    Debian.

    I mean, just look at the logo!

    [–] [email protected] 66 points 1 day ago (4 children)

    Apparently it's Athena Linux. At least, that's what the hackable vacuums use.

    load more comments (4 replies)
    [–] [email protected] 3 points 1 day ago

    twitter's servers firmware

    [–] [email protected] 84 points 1 day ago (1 children)

    Similar to a joke my dad told in the 90's

    If Microsoft ever makes a product that doesn't suck, it'll be a vacuum cleaner.

    load more comments (1 replies)
    [–] [email protected] 1 points 1 day ago

    Ubuntu... for sure.

    [–] [email protected] 3 points 1 day ago* (last edited 1 day ago) (5 children)
    load more comments (5 replies)
    [–] [email protected] 35 points 1 day ago (1 children)

    ... My vacuum actually does run Linux.

    !It's a roborock with Valetudo installed so it doesn't need internet access!<

    [–] [email protected] 16 points 1 day ago (2 children)

    There are dozens of us! Mine is a Dreame D9 with a custom GLaDOS voice pack that I can change by updating a CVS file.

    [–] [email protected] 6 points 1 day ago

    Also got GLaDOS on my Z10 Pro!

    Love Valetudo - it integrates so well with HA and is entirely local.

    [–] [email protected] 8 points 1 day ago

    And suddenly I need a vacuum robot!

    [–] [email protected] 21 points 1 day ago

    Manjaro might be good, but you'll have to adjust the vacuum's clock every time you want to clean

    [–] [email protected] 3 points 1 day ago

    Noobuntu /s

    [–] [email protected] 11 points 1 day ago* (last edited 1 day ago)

    That Justin Bieber Linux?
    (The opposite of Hannah Montana Linux ofc)

    [–] [email protected] 24 points 1 day ago (1 children)

    RHEL because the best Linux is the one you pay for.

    [–] [email protected] 16 points 1 day ago (1 children)

    There's people who pay for Linux!? 😭

    [–] [email protected] 26 points 1 day ago (1 children)
    [–] [email protected] 9 points 1 day ago (2 children)

    But, like, is for support and stuff, no?

    [–] [email protected] 48 points 1 day ago (2 children)

    A lot of industries are semi-forced into it. Let me give you an example I know of first-hand. Modern SAP stacks support 3 operating systems. Windows Server, RHEL, and SuSE.

    You're probably thinking to yourself: "but rhel is just regular linux, surely you can install it on anything if you have the appropriate dependencies, I'll bet it even just works on rhel-compatibles like rocky, alma, or centos stream!"

    And you would be ~sort of~ right, but wrong in the most dystopian way possible. The installer itself does hardcoded checks for "compatible" operating systems, using /etc/os-release and a few other common system files. Spoofing those to rhel 8.5 or whatever is easy enough, but the one that really gets you is a dependency for compat-glibc-X.Y-ZZZZ.x86_64. This "glibc compatibility library" is conveniently only accessible via a super special redhat repository granted by a super special sap license (which is like ~$2,000/year/cpu). Looking at the redhat sources it is actually just a bog-standard semi-modern glibc compile with nothing special. The only other thing you get with this license as far as I can tell is another metapackage that installs dependencies, and makes a few kernel tweaks recommended by SAP.

    So you can install it on alma/rocky by impersonating rhel in /etc/os-release, and then compiling a version of glibc and linking it in a special hardcoded location, but SAP/Redhat put as many roadblocks in your way as possible to do this. It took me weeks of reverse-engineering the installer to get our farm off of the ~100k/yr that redhat wanted to charge us for essentially:

    ./configure --enable-bootstrap --enable-languages=c,c++,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-plugin --with-linker-hash-style=gnu --enable-initfini-array --disable-libquadmath --disable-libsanitizer --disable-libvtv --disable-libgomp --disable-libitm --disable-libssp --disable-libatomic --disable-libcilkrts --without-isl --disable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
    Thread model: posix
    gcc version 9.1.1 20190605 (Red Hat 9.1.1-2) (GCC)
    

    definitely worth $100,000/yr... much capitalism, many line go up

    [–] [email protected] 5 points 1 day ago* (last edited 1 day ago) (1 children)

    I assumed that you could just run fedora and spoof RHEL. The fact that you need to use a specific GCC is insane. They must share their source code right? Or, are they no longer sharing it as they are legally required to?

    Anyways, RHEL is deep suck.

    load more comments (1 replies)
    [–] [email protected] 21 points 1 day ago (3 children)

    Finally... I found it... Evil Linux...

    load more comments (3 replies)
    [–] [email protected] 10 points 1 day ago (1 children)

    RHEL is subscription based. Not just support anymore. Also for product.

    [–] [email protected] 5 points 1 day ago

    Don't know what to think about it... 😬

    [–] [email protected] 49 points 1 day ago (2 children)

    the one you, the reader, uses

    [–] [email protected] 23 points 1 day ago

    Now this turned meta-referencial really quick.

    load more comments (1 replies)
    [–] [email protected] 6 points 1 day ago

    @NONE_dc i think, vacuum cleaner's stock firmware usually sucks the most

    [–] [email protected] 14 points 1 day ago

    Just use Windows, it has WSL

    [–] [email protected] 32 points 1 day ago
    [–] [email protected] 1 points 1 day ago

    Anything with systemd :)

    [–] [email protected] 49 points 1 day ago (4 children)

    Installing on my fridge. Which one is the coolest?

    [–] [email protected] 14 points 1 day ago

    Hannah Montana Linux.

    [–] [email protected] 25 points 1 day ago

    Kali Linux. All the kids talk about it. All the kids want to be with it.

    load more comments (2 replies)
    [–] [email protected] 6 points 1 day ago* (last edited 1 day ago) (1 children)

    The worst i have used was fedora lxqt. A really disappointing experience. Not entirely unusable, but a big downgrade, even compared to things like Antix. It is incredibly slow, looks ugly, has like 1000 packages at most, that doesn't contain more than the most basic and well known software. When i try to install anything else than dnf as package manager, it will not work, or just break. For someone who wants Linux for experimenting, it is highly advised against

    [–] [email protected] 4 points 1 day ago

    Isn't that just a spin of fedora with a different DE? Should work exactly like any other fedora system, besides the de of course.

    [–] [email protected] 7 points 1 day ago

    Finally a chance for me to install Arch on something!

    load more comments
    view more: β€Ή prev next β€Ί