- 0 Posts
- 8 Comments
aberrate_junior_beatnik@lemmy.worldto Showerthoughts@lemmy.world•Climate activists are actually conservative, as their goal is to prevent a radical change to the climate that human civilization depends on.English3·1 year agoI am always saying this. And that medicare for all/socialized healthcare is the moderate position. The extreme position is that terminal patients should be tasked with spending their precious last moments of life navigating the private insurance bureaucracy.
aberrate_junior_beatnik@lemmy.worldto Linux@lemmy.ml•What is the point of dbus?English572·2 years agoWant to exchange information in json? plaintext? binary data? Sockets can do it.
This is exactly why you need something like dbus. If you just have a socket, you know nothing about how the data is structured, what the communication protocol is, etc. dbus defines all this.
aberrate_junior_beatnik@lemmy.worldto Linux@lemmy.ml•[Request] Where to start with dot files?English4·2 years agovery old
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.
aberrate_junior_beatnik@lemmy.worldto Piracy@lemmy.ml•Fuck Subscriptions. Setup Streamio like a proEnglish83·2 years agoI wouldn’t count on it.
aberrate_junior_beatnik@lemmy.worldto Linux@lemmy.ml•What's with all these hip filesystems and how are they different?English8·2 years agoI’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.
aberrate_junior_beatnik@lemmy.worldto Linux@lemmy.ml•help: can I move CLI tools through a usb drive ?English121·2 years agoYeah, 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.
It’s truly wild how hard of a heel turn mozilla has taken. I’m going to cancel my recurring donations to them, and get off all of their products.