- Joined
- Dec 13, 2022
Jesus Cornelius Christ! Is there no end to that gay muppet's retardation?Here's a typical resource, with a foreword by, well, you'll never guess:
![]()
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Jesus Cornelius Christ! Is there no end to that gay muppet's retardation?Here's a typical resource, with a foreword by, well, you'll never guess:
![]()
Going through the unixsocks Lemmy, arch arch arch ubuntu arch arch fedora arch arch popOS arch arch openBSD (is that you catler) arch archWhich Linux distro is the gigachad of linux distros and not a femboy linux distro?
Devuan.Which Linux distro is the gigachad of linux distros and not a femboy linux distro?
Serious answer, but I'd say Debian, not because I like it if you go into linux no experience it's fucking annoying as hell to use, but it's the distro everyone else copies and I mean debian is pretty solid.Which Linux distro is the gigachad of linux distros and not a femboy linux distro?
Cinnamon is the very best DE, But I concede Mint makes a lot of changes to make it easier for normies to use. Second best is KDE, but if you're using a fast moving DE on a slow moving Distro you're an idiot.Serious answer, but I'd say Debian, not because I like it if you go into linux no experience it's fucking annoying as hell to use, but it's the distro everyone else copies and I mean debian is pretty solid.
Everything else is just a meme distro or this "beginner-friendly" piece of shit that's literally worse than Debian in every way. Linux Mint, Ubuntu, Manjaro, Gentoo, Elementary OS, Fedora, fuck all these bitches.
I currently use NixOS. I wouldn't switch to anything else as it is the only thing that can easily handle the workflow and setup I want but I would never ever recommend it to someone else.As someone whose been meaning to try nix at some point, troons leaving seems like a golden opportunity.
Ubuntu uses dash as /bin/sh, same issue there. You can look for the checkbashisms program to check your scripts, it is part of the debian devscripts package that might also be packaged separately for your distro.Also you'll be running into weird Nix specific problems like scripts not working because they assume bash is installed at /bin/bash.
I'll bite. I've been using Linux since middle school, have a GitHub (no self-dox), experience with SBCs, blah-blah-blah. Why should I ditch Mint for Debian? The former is working fine and very rarely gets in my way.Serious answer, but I'd say Debian, not because I like it if you go into linux no experience it's fucking annoying as hell to use, but it's the distro everyone else copies and I mean debian is pretty solid.
Everything else is just a meme distro or this "beginner-friendly" piece of shit that's literally worse than Debian in every way. Linux Mint, Ubuntu, Manjaro, Gentoo, Elementary OS, Fedora, fuck all these bitches.
I'll bite. I've been using Linux since middle school, have a GitHub (no self-dox), experience with SBCs, blah-blah-blah. Why should I ditch Mint for Debian? The former is working fine and very rarely gets in my way.
Which Linux distro is the gigachad of linux distros and not a femboy linux distro?
ArtixWhich Linux distro is the gigachad of linux distros and not a femboy linux distro?
I think the issue here is that the scripts have /bin/bash hardcoded in the shebang, because it's customarily installed there. IIRC, in Nix it's actually something like /run/current-system/sw/bin/bash (which you can obviously also get using #!/bin/env bash, but people tend not to use that because they're lazy) and, I think, symlinked to /usr/bin/bash.Ubuntu uses dash as /bin/sh, same issue there.
Yeah, having bash in the shebang is fine, you are after all declaring your script to be using bash extensions, rather than assuming /bin/sh understands bash constructs.I think the issue here is that the scripts have /bin/bash hardcoded in the shebang, because it's customarily installed there. IIRC, in Nix it's actually something like /run/current-system/sw/bin/bash (which you can obviously also get using #!/bin/env bash, but people tend not to use that because they're lazy) and, I think, symlinked to /usr/bin/bash.
Now that red hat/poettering have had their way, everyone is going to start dumping everything in /usr/bin and symlink /bin to that instead.not a really a problem for distros that just dump everything into /bin and link /usr/bin to it
If you're the type of person that files bug reports then it's useful to be close to upstream. Ubuntu (and Mint by extension) can get pretty fucking weird sometimes in the packages they decide to pull from Debian and now you're not really sure if something is an Ubuntu bug or a Debian bug.I'll bite. I've been using Linux since middle school, have a GitHub (no self-dox), experience with SBCs, blah-blah-blah. Why should I ditch Mint for Debian? The former is working fine and very rarely gets in my way.
And the problem with that is?Now that red hat/poettering have had their way, everyone is going to start dumping everything in /usr/bin and symlink /bin to that instead.
This is one Poetteringism I agree with.Now that red hat/poettering have had their way, everyone is going to start dumping everything in /usr/bin and symlink /bin to that instead.
Not really. /bin and /sbin were stuff needed to boot and were on the root drive/partition.This is one Poetteringism I agree with.
The differences between /bin, /usr/bin, /sbin, and /usr/sbin were always pretty arbitrary.
In isolation, probably nothing. The fact that it's red hat throwing its weight around so poettering can set up another part of his total subsumation of Linux into systemd is the issue. It's a necessary step to implement signed, read only root images, which he wants because it will make his laptop boot ever so slightly faster (and because it ties into his current plan for systemd to control the entire boot process and system installation), and Rh wants because it grants them more control over their customers.And the problem with that is?