static09
@static09@lemmy.world
- Comment on "PSN isn't supported in my country. What do I do?" Arrowhead CEO: "I don't know" 6 months ago:
I play FFXIV and Warframe. I don’t have a PSN account and crossplay is fully functioning with both Playstation and Xbox users. Heck, Warframe is even available on Switch and crossplay works just fine with those users without any account linking.
- Comment on POV) You use Windows 11 and set up Pihole for the first time. 1 year ago:
This would be correct. We have at least 7 amazon alexa/fireTV devices and a bunch of other IoT devices with Alexa capability and each of them get used regularly.
The IoT devices are on their own subnet which doesn’t have access to the other subnets. I live with my mom and Alexa devices just make her life way easier. I put in the work to make sure the alexa and IoT devices are as restricted as possible without losing functionality so she can live a bit easier.
- Comment on POV) You use Windows 11 and set up Pihole for the first time. 1 year ago:
Something is seriously wrong with your Windows 11 install. I have two Windows 11 devices on my network and a Surface Duo 2.
- Comment on Self-hosted app to view sever health? 1 year ago:
Netdata would be my recommendation, but that may be a little much for the situation. I have about 5 Debian VMs for different things and one of them is a netdata server I run which collects data from itself, the other VMs, a separate minipc I have for containers, and the host OS.
Otherwise, slap btop on there and watch the pretty terminal graph
- Comment on Honeycomb Tool Wall is Coming Along 1 year ago:
Hexagons are the best-agons
- Comment on Are you exposing any ports on your home server? 1 year ago:
I don’t technically open any ports to the public. I have a site-to-site wireguard tunnel to a hosted server. The hosted server is running a hypervisor with two virtual switches. One switch is my external switch and only my Wireguard server is using it. The other is a internal switch where I place other VMs for separate things. A container host, a terminal server with xrdp, a monitoring server with netdata, stuff like that. All technically, but unnecessarily, accessed through nginx proxy manager.
Because it’s site2site with my home equipment on the Wireguard server, i can still connect to my home network where i host a number of separate services like HomeAssistant from outside the home network.
I don’t use tailscale, but Wireguard vanilla is super easy to work with. I also have fail2ban practically everywhere I can install it because it takes up practically 0 resources.