K3can

joined 2 years ago
[–] K3can@lemmy.radio 2 points 5 months ago

I tried a bunch, zoneminder, motioneye, frigate, etc., before finally settling in AgentDVR. It offers a fair bit of flexibility via MQTT and "just worked" with my PTZ camera.

[–] K3can@lemmy.radio 4 points 5 months ago (1 children)

Good to know.

I have seen damage to older monochrome displays before (from the 90s) but I don't know how they differed from what ICOM used in the 7100. Obviously things had improved in those 20 years. But since monochrome LCDs are somewhat rare in consumer goods nowadays, I don't have much experience with more modern variants.

[–] K3can@lemmy.radio 1 points 6 months ago (1 children)

Under the store page there should be a "steam replay" button if you scroll down a bit. It will only show the OS break down if you use more than one OS, though. No pi chart if you only game on Linux. 😕

[–] K3can@lemmy.radio 10 points 6 months ago (1 children)

AMD has been great on Linux.

I'm curious about Intel's cards, though. They seem to be offering some solid competition now, but I haven't heard anything about their Linux support.

[–] K3can@lemmy.radio 1 points 6 months ago* (last edited 5 months ago) (1 children)

Same. I don't remember paying for it, but I know donated through the Reddit version, so it would make sense that I would have also purchased the lemmy version if I was given the option.

I just like using Boost because I can have the exact same interface between both Reddit and Lemmy. The Reddit version was removed from the Play store, though, so I needed to side-load it when I switched to this new phone. Still works, though.

[–] K3can@lemmy.radio 1 points 6 months ago* (last edited 6 months ago)

You're not a "target" as much as you are "a thing that exists." These aren't targeted attacks.

That said, you can look into adding some additional measures to your webserver if you haven't already, like dropping connections if a client requests a location they shouldn't, like trying to access /admin, /../.., /.env, and so on.

On nginx, it could be something like:

location ^/\.|)/admin|/login {
    return 444;
}

Of course, that should be modified to match whatever application you're actually using.

[–] K3can@lemmy.radio 2 points 6 months ago

Self hosted from my homelab on an nginx server. I also self host my blog, which has some info on my whole set up. My blog uses some basic bloging software, though, rather than being hand-made.

The "side menu thingy" is achieved through HTML "frames". It's an element of HTML that's pretty much extinct nowadays, but was all the rage when I built my very first page back in the day.

[–] K3can@lemmy.radio 8 points 6 months ago* (last edited 6 months ago) (2 children)

Nice. I wrote mine "by hand", too. No CSS, just raw HTML. I think it's a more personal experience than just using whatever random template some all-in-one web hosting company offers.

[–] K3can@lemmy.radio 15 points 7 months ago (1 children)

I use podman almost exclusively at this point. I like having the rootless containers and secrets management. If you're on Debian, though, I strongly suggest pulling podman from Trixie. The version in Bookworm is very out of date and there's been a lot of fixes since then.

[–] K3can@lemmy.radio 2 points 8 months ago

For what it's worth, though, you can proxy other services, like Gemini or gopher, through the same proxy for simplicity's sake.

[–] K3can@lemmy.radio 4 points 8 months ago

I self host.

I use nginx as a reverse proxy with crowdsec. The backends are nginx and mariadb. Everything is running on Debian VMs or LXCs with apparmor profiles and it's all isolated to an "untrusted" VLAN.

It's obviously still "safer" to have someone else host your stuff, like a VPS or Github Pages, etc, but I enjoy selfhosting and I feel like I've mitigated most of the risk.

[–] K3can@lemmy.radio 6 points 8 months ago

I'd imagine that if your job is making YouTube videos, portainer and other graphical abstraction layers probably make more visually interesting videos than just watching someone type out a bunch of commands.

view more: ‹ prev next ›