Except I can get crosswords elsewhere. I have two different apps on my phone that provide the same enjoyment. Maybe not up to the quality that people like from NYT but they do the job for me.
Except I can get crosswords elsewhere. I have two different apps on my phone that provide the same enjoyment. Maybe not up to the quality that people like from NYT but they do the job for me.
It’s really just Mastermind with letters instead of colors. And they didn’t even create Wordle either, they bought it from the original creator and tried to lock it up behind a paywall. I still sometimes get told I have to subscribe to play. I’ve mostly given up on it because it’s lost it’s appeal for me anyway.
Yes, a VPN with strong authentication is what you want.
Yeah the best hope is that upnp is turned on. I think that’s the protocol that allows automatic port forwarding to happen
How is PiHole not built for custom DNS? It literally has an entire management page for that.
I’d guess that it’s running under a different user. You can find the user executing it and provide the key to that user via copying it to their ssh directory, or by using an identity file option for your command.
Although now that I think of it, I’d create a separate key and provide that public key to keep it separate from your user account.
So the error is because a service is already running on port 80 (http). This could be nginx or apache depending on configuration. Nginx is very useful if you plan to run more than one service in the container. And it’s more trusted security wise than I would trust Lemmy right now tbh. I would maybe configure Lemmy to run on a different port locally, and setup an nginx site to proxy to port 80.
It’s been a while since I’ve messed with devops stuff though, so I may be misremembering a bit.
Yeah makes it easier to identify new stuff. Like I recently added a new NAS into my network, and I didn’t have to try and figure out which device it was identified as. Just sitting at 200.1 so I could give it a name and assign a static IP.
I live alone. So I just have reserved IPs for each of my devices. Any new device gets assigned >200 so that I can easily identify new stuff, or rogue devices - which hasn’t happened lol. The only special IP is my pihole that gets 192.168.1.2 next to my router since I consider it infrastructure basically. Plus pihole is my dhcp server and dns obviously
I’m sure I’ve committed many code crimes. But the one that should send someone to jail that I’ve personally seen was when I found an eval in production code that was actively being exploited. Put up a PR to fix it and was given a very hush hush meeting that it was there intentionally to fix production data issues secretly because the bureaucracy made it hard to do lol. I just kept my mouth shut and eventually used it once myself.
deleted by creator
I’ve used SailPoint at two different jobs. It’s got its issues. But it’s also a really powerful system for enterprise level identity and access management when configured correctly.