Zanathos
@Zanathos@lemmy.world
- Comment on Tucson City Council votes 7-0, unanimously to kill AI Data Center 15 hours ago:
I’m sure they did, and they wouldn’t take the farm down until there was X% failure, but the amount of time and effort it took to perform those repairs made it unfeasible.
- Comment on Tucson City Council votes 7-0, unanimously to kill AI Data Center 23 hours ago:
It worked well until there was a component failure, requiring a whole farm to be taken down to replace said failed components. This is why they dropped the project.
- Comment on Apparent issues with ZFS on RPi 5 5 days ago:
What type of disk (HDD or SSD) and how many disks in the pool?
RAIDZ1 configuration will bring your write speed down some due to data having to write to multiple disks at a time. This is true for most any RAID. Once written, your read speeds should remain the same or improve a bit though.
- Comment on [deleted] 1 week ago:
AMD is apparently king now, and Intel has had some pretty big snafus in recent years. Personally I see them as interchangable.
- Comment on [deleted] 1 week ago:
I’ve never heard of that manufacturer for power supplies. The first search on them is a PSA to not get them with many comments that they don’t work. I would go for an MSI or EVGA PSU instead. Everything else looks good.
- Comment on Americans could see their credit scores fall through floor soon 2 weeks ago:
Sure seems they are doing their best to remove the possibility of any type of government forgiveness program that could come to be.
- Comment on Pihole + Unbound Docker Compose file 1 month ago:
Have you modified the default unbound config at all? This sounds like increasing the cache size limits and timeframes in the unbound config could help.
I’m actually chasing an issue I’ve always had where everything works great in my environment, but on mobile certain domains take ages to finally load up for me. I think it’s a combination of my Pihole blocking and the amount of domains tied to a page (advertisements and tracking), but would love to figure it out. I work around it right now by flipping wifi off and on again in those instances.
- Comment on Pihole + Unbound Docker Compose file 1 month ago:
Instead of port 53, I need to run unbound on 5335 (or another obscure port).I believe I also had to make some host level changed for DNS to operate correctly for incoming requests.
Here’s my podman run commands. These might have changed a bit with Pihole v6, but should still be ok AFAIK.
#PiHole1 Deployment/Upgrade Script podman run -d --name pihole -p 53:53/tcp -p 53:53/udp -p 8080:80/tcp --hostname pihole --cap-add=CAP_AUDIT_WRITE -e FTLCONF_REPLY_ADDR4=192.168.0.201 -e PIHOLE_DNS_=“192.168.0.201#5335;192.168.0.202#5335” -e TZ=“America/New York” -e WEBPASSWORD=" MyPassword" -v /var/pihole/pihole1:/etc/pihole -v /var/pihole/pihole1/piholedns/:/etc/dnsmasq.d --restart=unless-stopped --label=“io.containers.autoupdate=registry” docker.io/pihole/pihole:latest
#UnBound1 Deployment/Upgrade Script podman run -d --name unbound -v /var/pihole/pihole1/unbound:/opt/unbound/etc/unbound/ -v /var/pihole/pihole1/unbound/unbound.log:/var/log/unbound/unbound.log -v /var/pihole/pihole1/unbound/root.hints:/opt/unbound/etc/unbound/root.hints -v /var/pihole/pihole1/unbound/a-records.conf:/opt/unbound/etc/unbound/a-records.conf -p 5335:5335/tcp -p 5335:5335/udp --restart=unless-stopped --label=“io.containers.autoupdate=registry” docker.io/mvance/unbound:latest
- Comment on Pihole + Unbound Docker Compose file 1 month ago:
I just went through my setup to verify dnssec settings in unbound to troubleshoot strange latency when removing random names while browsing. Did you verify the unbound certificate file was created and had the proper permissions? There are also a couple other configuration items in unbound related to dnssec that can be tweaked to improve the implementation.
- Comment on Pihole + Unbound Docker Compose file 1 month ago:
I do exactly the same thing for all three of these services! My implementation is on podman rather than docker, but basically the same deal.
- Comment on Plex has paywalled my server! 1 month ago:
Apologies, you mentioned specifically your network drive. Interesting article but they give several work arounds for containers that may require host mode, and it appears the non Plex pass image is one of them to resolve this specific issue.
- Comment on Plex has paywalled my server! 1 month ago:
I would go around them and go directly to the source of categorization. It looks like this is the Symantec categorization website in case it’s different from what you’re workplace provides - sitereview.bluecoat.com/#/
- Comment on Plex has paywalled my server! 1 month ago:
You’ve likely given it full control to whatever storage you’ve mounted in the container anyway, unless you’ve given it the :ro flag, which in that case would operate the same regardless of networking mode. If someone gains access to your internal host, you have bigger problems. Some things just play better under host mode and all bridged mode is doing is creating a virtual switch on your host and passing allowed traffic through it at a base level. The best way to protect is by running a load balancer in a DMZ and proxying all of the traffic through it which is how I have my instance running. I funnel everything external --> TCP\UDP 443 in DMZ vlan load balancer --> internal LAN IP:docker port. I run a mix of host network or bridged mode depending on the container.
- Comment on Plex has paywalled my server! 1 month ago:
Are you running in docker? Change from bridged mode to host mode on your container which should resolve this.
- Comment on Plex has paywalled my server! 1 month ago:
- Comment on Plex has paywalled my server! 1 month ago:
As someone else mentioned, this is only available to PlexPass users. Sorry for the confusion! I bought my lifetime sub over a decade ago at this point and forget about these inconsistencies that used to just be part of the product.
- Comment on Plex has paywalled my server! 1 month ago:
It all starts to make sense then. I need to set Jellyfin up soon. It’s only a matter of time before they come after the “Lifetime” purchasers like myself. I bought it over a decade ago at this point.
- Comment on Plex has paywalled my server! 1 month ago:
Strange that plex.tv isn’t blocked while a “personal” categorized website is. Have you looked to see what category your domain is shuffled under? You could try submitting a recategorization request to Cisco Umbrella or Fortinet databases. Requests for recategorization are free to do.
- Comment on Plex has paywalled my server! 1 month ago:
Thank you Internet stranger for reminding me of this sketch.
- Comment on Plex has paywalled my server! 1 month ago:
Under Settings > Network there is a setting for this. Image
- Comment on Pick-ups from the Vancouver Retro Gaming Expo 1 month ago:
Lol same thought here. Was amazing for the time, but I should probably let nastalgia live on in my head and not try to pick it up again for the same reason.
- Comment on Pick-ups from the Vancouver Retro Gaming Expo 1 month ago:
I have been thinking a lot of Dark Cloud lately. Was one of the first PS2 games I played after release and have great nostalgia of it. I remember the final 100 floor dungeon but only traversing maybe 40-50 floors before getting burned out and moving onto more games from the PS2 era. I think NFSU was up next in my list.
- Comment on So close! 2 months ago:
Dibs on dehydrated water!
- Comment on WaaaaAAALLLEEEeee 2 months ago:
I thoroughly enjoyed short circuit 2 more than the first as a kid, but they are both great.
- Comment on If it ain’t broke… 2 months ago:
Shout-out to Doug, Patti Mayonnaise and Skeeter. Loved that show.
- Comment on This section of Jim Carrey's Wikipedia Article 2 months ago:
He “dies” in all the games too. It’s on brand for the series in my opinion.
- Comment on Mom sues porn sites (Including Chaturbate, Jerkmate, Superporn and Hentaicity) for noncompliance with Kansas age assurance law; Teen can no longer enjoy life after mom caught him visiting Chaturbate 2 months ago:
I would argue that gambling sites and gacha games are much worse.
- Comment on Palworld confirms ‘disappointing’ game changes forced by Pokémon lawsuit 2 months ago:
I bought a WiiU refurbished directly from Nintendo shortly before the Switch came out. I did it purely because the first big hax was released and I was able to easily port my GC\Wii hacked HDD to it AND also have WiiU games hacked games available. WW and TWP were also a big part of that purchase decision for me.
I got a Switch and BotW ultimate CE on release, but will be skipping the S2 for some time. Likely until the next Zelda comes out if the Steam Deck can’t easily emulate other S2 titles by that time. I’m bummed I’ll be missing the new DK game (only 10GB file size though so not very big) and Hyrule Warriors game as the last one was amazing, but it’s a basic beat em up so no love really lost there.
- Comment on Use HomeAssistant as remote "Backup Facility"? 2 months ago:
Not sure if you’ve de-googled yourself or not but there is a Google Drive Addon that has a whole slew of options for backing up your HA config. I’m sure there are alternate HA add-ons. This may require HACS but not certain.
- Comment on Synology restricts choice of hard disks for new Plus NAS 3 months ago:
I’ve had two QNAP NAS fail on me, never again. The first failed shortly after the 3-year warranty expired. The second failed right before warranty expiration.
Thankfully I was able to RMA to get my data back (proprietary RAID), and while waiting on RMA to return, built a custom TrueNAS server I can service all parts on myself for around the same cost of a new NAS. Sold the RMA unit on eBay to recoup some cost as well. All I ever ran on those units was Plex and Samba\NFS file shares. Never again.