Mastodon is what you make it and it can be hard to find the community you want. I promise there’s plenty of Japanese art (maybe try pixelfed, friendica, diaspora?) and you can/should unfollow people who just talk about stuff you don’t care about.
Mastodon is what you make it and it can be hard to find the community you want. I promise there’s plenty of Japanese art (maybe try pixelfed, friendica, diaspora?) and you can/should unfollow people who just talk about stuff you don’t care about.
It used to be that everything in Linux was a file, ideally a text file, so if you could find the right file you could access or change what you wanted. Systemd is a big program that manages a bunch of stuff and creates unique commands within its programs for doing so, which moves away from that principle and turns system management into what feels a bit more microsofty (like the registry editor program vs editing config files, etc) and a lot of people don’t like that. But to its credit, it does solve a few problems with cobbling together a modern system that doesn’t suck.
Idk about Endeavour but I use Duplicity and don’t currently regret it.
A few gigs of zeroes will prevent random drive-bys. At that point the partition and filesystem table of at least the first partition is overwritten and you “can” recover files off it but you’ll be missing filenames and at least half the files will be corrupt due to fragmentation losing track of which files are where.
I agree with Ono that shred is a good tool for this. If you don’t want to use that, try increasing the block size to at least 1M if not 16M to reduce the overhead.
Yeah but I’ve interacted with it a lot and most of my interaction is commands sent through one of their programs. Versus scripts like init.d whose contents I can easily inspect and modify. Init scripts aren’t config files, they’re directly executable code.