The last one is from 2017, alas. The current Gentoo GUI ISO only includes KDE and fluxbox ( full package list, just in case someone’s really bored and wants a look).
In 2000, Steve Jobs announced Mac OS X as the operating system for the next 20 years. So they kept the version for 20 years and well… in 2020 they started to make the yearly updates be major version number updates again (instead of minor version numbers).
Bazzite. It’s based on Fedora uBlue so it’s technically Fedora, but being an immutable OS, it works quite differently enough that it counts as its own distro. For instance, you don’t use dnf or yum to install stuff, you’d use Flatpak/Distrobox/Nix. Updates are done using the rpm-ostree command, and it’s effectively a rolling release model, but atomic in nature so you get none of the instability that you’d get in a typical rolling release.
Linux is kinda like a 3d printer. You can end up tinkering and tuning more than printing.
2d printers are just cursed and have been since the dawn of mankind though. Go to openprinting.org/printers/ and see if your printer is in there and if it is which functionality header it is under. I’m assuming it isn’t capable of driverless if debian didn’t work and the other distro just happened to have something preinstalled. Unless debian doesn’t handle driverless printing out of the box. I’ve only used debian headless for server stuff so I’m just making assumptions.
Arch maintainers recommend against aur helpers but for quite some time I just did exactly that and got the drivers for whatever jank ass printer I had at the time that way. Most of the official ones I have encountered are rpm and I hadn’t used fedora or other rpm distros until recently, and the aur pkgbuilds would unpack the rpm and install the drivers the arch way. Incidentally, last I tried silverblue/ublue/kinoite etc can’t install the brother printer rpms via rpm-ostree so having a driverless capable printer was lucky considering it was just randomly given to me by a friend that moved away.
If you share the printer model, someone here can probably also figure out what needs to be done without you having to go through a bunch of troubleshooting too.
For first time plug-n-play distros, I either go with Linux Mint or Fedora, for me they have the best results for just working.
And make sure when installing them, you always check to use proprietary drivers and codecs if it’s an option, that will save you a bunch of trouble down the line.
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.
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.
VM: doesn’t give you the “real” experience. Often feels sluggish.
Installation via package manager: really clutters and messes up your system. There are many dependencies, and then you’ll have 5 different file managers for example.
Ventoy: the second best option, or the best, if you just wanna take a look at each. If you really want to try the DE for a few days, it isn’t suited of course.
Fedora Atomic (immutable variants like Silverblue): there’s a project called uBlue, that provides images for all DEs. You can install the vanilla Silverblue, and then rebase to each according image. Your custom installed programs and personal data stay intact, but everything else gets swapped out cleanly. Each rebase would take ~5 minutes and one reboot, but it feels like you reinstalled your OS and changed the flavor.
Opening the connections is one thing but resends and stream ordering can also cause issues since they might delay the latest information reaching the user space application even if the packet for them has actually arrived just because some earlier packet has not. There can also be issues with implementations waiting for enough data to be available before sending a packet.
If your connection is stable, the latency will more or less be the same, but TCP will consume more bandwidth because of acknowledgement packets, making it harder to keep your connection stable.
On an unstable connection, TCP latency will skyrocket as it resends packets, while UDP will just drop those packets unless the game engine has its own way of resending them. Most engines have that, but they only do it for data that is marked as “important”. For example using an item is important, but the position of your character probably isn’t, because it’ll be updated on the next tick anyway.
linux
Newest
This magazine is from a federated server and may be incomplete. Browse more on the original instance.