black0ut
@black0ut@pawb.social
- Comment on Means to privately connect to my home server other than Tailscale? 1 day ago:
OpenVPN in TCP mode wrapped around Stunnel. That’s the thing that works.
I have it set up to bypass VPN restrictions in some networks, but it also serves to bypass a lot more stuff if you know what you’re doing.
DPI will only see TLS traffic, and assume it’s HTTP. You can even try to fool it by modifying the packet headers, so dumb enough DPI will think you’re connecting to the site you choose.
- Comment on What is your weirdest self-hosting problem you've had to solve? For me: Mouse inside the server. 4 days ago:
I also had a machine that would randomly crash on Windows, but not on Linux.
I’m pretty sure it was some sort of hardware failure, as it also sometimes failed to boot Linux. But if it booted Linux, it would be stable until I shut it down.
- Comment on Improve very slow library scans on Jellyfin 10.11 / 12 on spinning media 3 weeks ago:
You don’t need to do that with jellyfin either. It includes the website for convenience, but you can just disable it or completely remove it and have just the server.
- Comment on What's a good weather website 3 weeks ago:
I always recommend using your country’s state weather agency website. It will probably be the most accurate, and you can often get real time readings from the agency’s sensors around the country.
In my case, because I live in Spain, I use AEMET.
- Comment on Help choosing a good HDD for my home server? 1 month ago:
Be careful with WD reds and CMR/SMR. Even though every WD Red Plus should be CMR, WD is known for selling SMR drives marketed as CMR. The whole Red Plus line exists because, before that, the WD Reds were supposed to be CMR, but they started mixing them with SMR drives. People found out and lawsuits were filed, so WD’s answer was to say that the WD Red line didn’t guarantee CMR, and people needed to pay extra for the WD Red Plus line.
WD is forever off my list of trustworthy manufacturers. But there aren’t many options, and I understand that in these times it may be difficult to pass on a good offer. Read customer reviews and, upon arrival, make sure they’re CMR.
- Comment on Valve to no longer offer physical gift cards due to scammers 2 months ago:
So now there’s no way to buy Steam credit without a card?
It’s cool trying to stop scammers, but I feel like this move could hurt privacy.
- Comment on What are your self–hosted alternatives for inter device communication? 2 months ago:
For sending files between a phone and a PC, I use KDE Connect.
For sending files between PCs, I use SSH.
Both are really simple and lightweight tools that normally come preinstalled, and you can use them with no configuration.