

I’d be surprised to find out there was one filesystem that consistently did better than others in gaming performance. ext4 is a fine choice, though.
I’d be surprised to find out there was one filesystem that consistently did better than others in gaming performance. ext4 is a fine choice, though.
DSL
What is this? I’m going to be lazy and not search for it because DSL already has multiple meanings which overlap with Linux
Yeah, if it’s unstable, they’re probably holding it wrong
Since when is truth up to popular opinion?
I don’t get it. You can argue against claims of suffering.
Yeah, that should work. ldd "$(command -v "$cmd")"
will list the dynamic dependencies for $cmd
, so you can find those (probably) in /lib
and /usr/lib
; I’m not familiar enough with the dynamic library loading process to give you the specifics. I would put the binaries in /usr/local/bin
and the libraries in /usr/local/lib
; but you could also modify path variables to point to the usb drive. Ideally you could find statically linked versions somewhere, so you don’t have to mess with the libraries.
Alternatively, most package managers have commands to download packages; then you can copy the package cache over to the new machine and install them that way. If the commands are common enough, you could download one of the bigger install media and add its package repo to your machine. These of course are distribution specific processes.
Finally, you could get a cheap USB ethernet adapter and connect to the internet that way. On newegg most of these products will have at least one review saying whether they work on linux.
I’ve been getting ads like these for years on my ubuntu server.
n additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm
This is on a machine running 20.04. Never bothered me. All my other machines are Debian now, and at some point I’ll switch that one too.
That’s not enough proof. You have to ask him if he’d stop an in progress genocide and if he says no, you’re good.
I mean even C++11 is a significantly different creature from OG C++. C++23 will have monadic optionals; maybe a future release will have generalized monads.
Gotta admit, I’m impressed. You’ve actually made me want to defend the anti-systemd crowd. Just take the W, you don’t have to rub it in.
I’m curious if there’s any quantitative evidence to show this.
The experiment he was involved in was the gyroscope one. The documentary showed what happened after his experiment “failed”: he decided the experiment was flawed and needed to be refined.
The aftermath of the wood slats with holes experiment at the end wasn’t shown, but based on the rest of the documentary (and the history of people with conspiratorial beliefs) it’s almost certain they did the same.
RIP to Bob, though. I hope his friends & family are coping well.
Obviously it’s subjective but Debian doesn’t use ancient software. For instance Bookworm has Python 3.11; the current Python is 3.12. Some software updates slowly enough that you end up with the latest version. I seem to recall zsh being up to date. But yeah, make sure you’re using the correct version when looking up docs.