

I got a NUC on ebay for about the same price, maybe a little less. Has more I/O and an SSD.
I got a NUC on ebay for about the same price, maybe a little less. Has more I/O and an SSD.
Friends don’t let friends use Snap.
Unfortunately, Comcast will get a slap on the wrist and the customers will be the ones finding out.
Was about to mention Mikrotik. They even have a 100GBit switch for under $800 (CRS504-4XQ-IN).
Frigate + reolink is a great combo.
You can redirect all DNS traffic to your own DNS server to get around this.
We don’t need to seed Lemmy with reposts from reddit. If you want reddit posts, go there.
I like that you don’t even know how to link properly so that your conversion rate is abysmal
It’s the by hand part for me
Yeah. My solution is to do the negotiation on my microtik switch. Basically I input 10G to the switch from the router, and then use the switch to change the speed of the connection.
I do admit I am graced by low power costs due to hydro, and if that wasn’t the case I probably wouldn’t have done it.
So, sort of along the same vein. I recently wanted to build a cheap 10G router. I found this SuperMicro X10SLH-N6-ST031 on ebay with 6x 10G RJ45 on it (they don’t do auto negotiation, and only run in either 1G or 10G) for roughly $60. This specific seller gave me a compatible CPU for free, already in the mobo. Of note, this motherboard is slightly longer than a micro-ATX motherboard, but still smaller than a full sized ATX board. Knowing this, I went for the safest option of finding a case that was compatible with both micro and full ATX. I ended up going with a Silvertone GD09B HTPC chassis.
After finding that, I wanted to make sure I could update the BIOS to include patches for Spectre and Meltdown. Lucky for me, users at servethehome already did this! The modded BIOS also enabled NVMe support. There’s also a lot of great info about this board and related projects in that thread.
It works perfectly for my use case. I think with the NICs, it runs at about 100W idle. More than a normal switch, but cheaper for the hardware at least compared to other 10G switches. Might be worth considering!
I’m curious where you run into there not being a YAML option? There’s almost always Open in YAML somewhere.
I can’t speak for Proxmox specifically, but Duplicacy works great on my unRAID box and has a fully built out GUI. One of the best solutions I’ve found for my uses so far.
I experienced this tonight and thought I was crazy (also with Comcast, unfortunately). Switched my pihole to OpenDNS and the problem was solved.
I love box jades. The perfect click.
Will Amazon be forced to support a union now, according to the NLRB’s previous statement?
You are probably correct! I always forget about the UID…
You might try adding :rw after each of your volume paths, like this:
volumes:
- /path/to/appdata/config:/config:rw
My honest suggestion would be to ditch Duplicati for Duplicacy. Duplicacy is one time payment, but it’s much more polished than Duplicati. I actually had major issues with recovering files from Duplicati; sometimes it would work and sometimes it wouldn’t. Not ideal for something as critical as backup software.
Crontab to just auto reboot daily is probably better - if your PC becomes unresponsive I doubt it would be able to execute another script on top of everything. Ideally though, you’d do some log diving and figure out the cause.