Zwuzelmaus
@Zwuzelmaus@feddit.org
- Comment on How much do you secure a home server that's only accessible with VPN? 1 week ago:
VPS bad!
Can’t put your rings of garlic around it.
- Comment on ZFS breaks the boot process 2 weeks ago:
To be precise, I think that it does not “both fail and finish”.
You get the success message a little late, and some job control has decided earlier that it has failed, when in truth it just took longer than expected. The ‘fail’ message comes from this job control, while the ‘success’ message comes from ZFS itself.
- Comment on ZFS breaks the boot process 2 weeks ago:
the system waits for about half a second
Guess it should wait just a little longer at this point.
- Comment on The Death of Traditional VPNs: How DPI Firewalls Use Machine Learning to Fingerprint Your Traffic 3 weeks ago:
You are completely right, my apologies.
OMG it’s even an AI bot.
- Comment on Could somebody share a working Arr stack in docker with me? 3 weeks ago:
What a wonderful rant!
- Comment on What's your contingency plan for the apocalypse? 4 weeks ago:
UPS for 1-2 minutes.
They won’t find my server ;-)
Feds are coming
…most important: I am not inside Usa.
- Comment on What are your self–hosted alternatives for inter device communication? 5 weeks ago:
Yes. AI agent that doesn’t even identify as such. A shame.
- Comment on Help with MariaDB root login 1 month ago:
This description leaves many holes. So either someone succeeds with guessing, or you need someone to interact with you for analyzing step by step what’s really going on there.
My guess is that you need to use the right user on the right system, because “env” exists only in the context of one certain user on one certain (virtual or real) system.
- Comment on Getting Started with Proxmox 10 months ago:
You have that new machine to play with. So do it.
Install it and play around. If you do nothing that should “last forever” in these first days, you can tear it down and do it again in different ways.
- Comment on Looking for ... inventory management, I guess? 1 year ago:
a version controlled markdown file
There’s a lot of genius in this idea …
- Comment on Need help getting domain to resolve over LAN 1 year ago:
Now you know that the problem is not your DNS.
It is either your routing or firewalling.
- Comment on Need help getting domain to resolve over LAN 1 year ago:
I tell it to point docmost.example.com to 192.168.1.80, […] but actually nothing happens. I get a connection timed out error.
I suggest to collect more info about this “nothing”.
ping from your PC on the inside to the name docmost.example.com
ping from your PC on the inside to the number 192.168.1.80
traceroute from your PC on the inside to the name docmost.example.com
traceroute from your PC on the inside to the number 192.168.1.80
Then do the same in the reverse direction: from that docker container to your PC.
Maybe traceroute shows you some stations on the route. Then do the same from this station.
Write down the results thoroughly.