First thing I do is to check the kernel output: sudo dmesg -Tw
- 5 Posts
- 270 Comments
I’m currently using a VPS that is secured by a LUKS encrypted root that gets unlocked via dropbear on boot. Can confirm, it works.
Because at least when you use their private routing feature messages go: sender -> custom sender’s server -> custom receiver’s server -> receiver
So unless sender and receiver are configured to use servers under your control, there will be at least one foreign server involved.
To be fair I’m not sure how that works, when you don’t use their private routing feature.
If you like SimpleX, you can host a server and configure your clients to use that. You don’t use only your server though, so I don’t know if this will satisfy your requirements.
I’m pretty sure GOG releases checksums so you can check against those whether you have the right files.
Mullvad does not offer port-forwarding anymore.
Can Nym be used on an OpenWrt router? Does it require a special app or can it be used with a standard wireguard config?
Lemmchen@feddit.orgto Privacy@lemmy.ml•Does anyone use SimpleX chat? Why or why not? Is it actually tangibly better for privacy than say, Signal, for example?English8·13 days agoTo use “TL;DR” you actually have to write something of meaningful length.
Lemmchen@feddit.orgto Privacy@lemmy.ml•Does anyone use SimpleX chat? Why or why not? Is it actually tangibly better for privacy than say, Signal, for example?English153·13 days agoLemmy has problematic lead devs and yet we are here.
Lemmchen@feddit.orgto Linux@lemmy.ml•Plan for Windows 10 EOL and discounted old laptopsEnglish41·15 days agoYou get one year of security updates extra if you’re logged in with a Microsoft account. Just sayin’
Lemmchen@feddit.orgto Selfhosted@lemmy.world•flohmarkt a federated alternative to ebay and facebook marketplaceEnglish7·17 days agoThen you’ve never used the German Kleinanzeigen.de.
Lemmchen@feddit.orgto Selfhosted@lemmy.world•flohmarkt a federated alternative to ebay and facebook marketplaceEnglish163·17 days agoOkay, so you’re saying this will never be broadly used. Got it.
Lemmchen@feddit.orgto Linux@programming.dev•Which of the 3 standard compression algorithms on Unix (gz, xz, or bz2) is best for long term data archival at their highest compression?English2·24 days agoFree space compression is easily done by each of them to my knowledge. Everything else in your dataset doesn’t sound highly compressible anyway. Plus, you should really consider decompression time. In general your trade-off seems wrong. If you need compression at all in your case, go with the fastest decompression time. If you’re using a filesystem like ZFS, you can have it handle compression automatically.
From my perspective zstd seems like it’s becoming the new standard over gz/bzip2/xz, so maybe consider this.
Lemmchen@feddit.orgto Selfhosted@lemmy.world•GameVault Update: Introducing the brand-new Web UI!English9·25 days ago
When your system freezes, can you still switch TTYs with e.g. Ctrl+Alt+F3 to debug?
On one of my systems Plasma occasionally hangs, but I can still switch to a different tty and kill it.