

Windows doesn’t let you do this natively. But you can do this via PowerToys (third-party add-on): https://learn.microsoft.com/en-us/windows/powertoys/power-display


Windows doesn’t let you do this natively. But you can do this via PowerToys (third-party add-on): https://learn.microsoft.com/en-us/windows/powertoys/power-display


The key here is old hardware. I built a TrueNAS box out of an old Dell Optiplex 990. I got it from a friend for free but you can find one online for well under $200. Later you can upgrade the box bit-by-bit if you care to. I upgraded the case, motherboard, cooler, and power supply over time. It’s been a capable NAS for several years even though it’s using a 2nd gen Intel core i3.


Even if you just take screenshots before making changes, this can really save you from an extended downtime while you try to retrace your steps after a failed configuration change. Screenshots take up very little space and can be moved to written documentation (even less space) or deleted (no space!) as needed. ShareX is a great FOSS tool for this.


I use Authelia. I found it pretty easy to set up. They even provide guides with examples on how to integrate with other applications. For instance, I use Traefik for my reverse proxy: Traefik | Integration | Authelia
You can use a simple YAML file for your IdP or LDAP if you need more than a handful of users.


Even better, Dockhand can send notifications when updates are available. I used to be a Watchtower user with nightly updates until one of my services became unavailable the next day due to a breaking change. Now I look at the update notification and apply manually through Dockhand after reviewing to make sure the update is good. Dockhand also can run Gripe and/or Trivy vulnerability scans on new images so you know approximately how many CVEs you’re adding to your network with each new or updated container! 🤣 I liked Portainer a lot but have grown to like Dockhand a lot. I’m having some issues with updates and vulnerability scanning on Hawser nodes so I’ve also tried Komodo and Arcane. Not sure which I’ll end up with long-term, but Dockhand is my favorite overall. What’s your opinion on these tools? Have you run into any issues with Dockhand?


Beat me to it. Red and black!
Magnets have no effect on flash memory or storage.


I use Upsnap on a low-power SBC behind a reverse proxy: https://github.com/seriousm4x/UpSnap
Before that I used the WoL feature on my Asus router.
I love that dock. I had four HDDs in two of these docks connected to one of my servers for a bit. Same experience. A bit slow for large transfers but fast enough for HD streaming. I think the space between the drives allows for enough natural airflow to keep them relatively cool. I think the hottest they got was 63 degrees Celsius during a large transfers. Usually stayed a bit below 60. In my janky homebrew NAS I see temperatures around 50, give or take 5 degrees. The use case should really determine the build so that may be the best option for many, especially with budget constraints.
The power supply probably won’t spin those drives and you may have some difficulty with thermal management. I used a SFF PC case with a SATA extender running outside to a few HDDs for a while. The drives got really hot until I got a fan running over them. This was a super janky setup though. Made a lot of dust. If you’re looking to stay low budget and don’t need RAID or SMART reporting then I would get an enclosure for those drives and just use USB. Otherwise see what you can Frankenstein from what you have. I built a NAS using my janky setup’s HDDs, CPU, and RAM. Got a cheap full size tower, old motherboard off eBay, basic cooler, and power supply for much cheaper than a new build. Still janky but upgradable with a lot of internal space for storage/GPUs.
What form factor is the m710q? I have a tiny FF so I’m imagining you trying to squeeze two HDDs into that… I was in a similar situation a while ago and broke down and bought a new case and transplanted my CPU and RAM. The options are only limited by your budget and needs when building


This right here. Since you can’t really configure the ISP router (1), DMZ is the way to go. The DMZ feature on home routers usually allows you to select a specific device or devices to add to the DMZ so make sure to reserve/set a static IP on your router (2) and configure the DMZ on your ISP router (1) to include only that specific IP. DMZ essentially forwards all ports to that device.
Seems like AI wrote this. And did a good job!


I found an informative post about a related issue that might be of some use to you. Sounds like DHCP or Network Manager may be rewriting your systems-resolved.conf.


Have you tried deleting /etc/systemd/resolved.conf and restarting the service with systemctl restart systemd-resolved?


Did you undo the reverse path strict filtering your guide suggested?
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.all.rp_filter = 1
Above is what the guide suggests to force reverse path strict filtering. Try setting as shown below:
net.ipv4.conf.default.rp_filter = 0
net.ipv4.conf.all.rp_filter = 0
According to the guide, “By default, these are set in /usr/lib/sysctl.d/50-default.conf”
Debian is one of the largest GNU/Linux variants out there. Who and what you trust are personal decisions but they’ve got a good reputation.
I’ve run across a couple sites.
https://www.opensourcealternative.to/
https://github.com/sereneblue/awesome-oss
https://opensourcesoftwaredirectory.com/
https://opensource.com/resources
https://www.techradar.com/best/best-open-source-software
Tangentially related: https://github.com/awesome-selfhosted/awesome-selfhosted
Pretty much the opposite of what you asked for but good to know: https://en.wikipedia.org/wiki/List_of_formerly_open-source_or_free_software
@chirospasm@lemmy.ml beat me to the punch with alternative.to
Good point! I should have said non-native, not third-party. I also use PowerToys on my Windows machines. I find the tools it contains are very helpful on a daily basis.