What does “old network” and “new network” mean? What are they, LAN setup? Docker setup? Describe them better (netmasks, routing etc.)
What does “old network” and “new network” mean? What are they, LAN setup? Docker setup? Describe them better (netmasks, routing etc.)
Should probably add that a power line transmits network signal over the power plugs. OP may not be aware this is possible.
Isn’t 500€ a bit much for just the router?
There are two ways to use an .ics link:
I noticed what you said about not using Google services. The Calengoo app has a version you can download on their website (as opposed to Google Play) and purchase a license code with CC or PayPal, that is not tied to Google Play.
Maybe not necessarily Latex but they definitely shouldn’t keep their work as PDFs and edit PDFs. Should edit in something else and only export as PDF.
Typical problems with parity arrays are:
Unrelated to parity:
You’d have to run several versions of several db engines side by side, which is not even doable easily in most distros. Not to mention some apps need special niche versions, Immich needs a version of Postgres with pg-vectors installed. Also they don’t tell you how they provision them — and usually I don’t care because that’s the whole point of using a docker stack so I don’t have to.
Last but not least there’s no reason to not run databases in docker.
I’ve replaced my “long ass script” I was using for rsync with a much shorter one that uses borg. 10/10 would recommend.
Not sure how much time it will save because in both cases the stuff that took the most time was figuring out each tool’s voodoo for including/excluding directories from backup.
It’s actually a big improvement for drives that don’t need a constant transfer rate. Fewer platters and/or higher data density. It’s helped push capacity up for 2.5" drives. I use a couple for cold backups and I appreciate the larger capacity in a small format.
Here you can check if a drive is CMR or SMR:
https://nascompares.com/answer/list-of-wd-cmr-and-smr-hard-drives-hdd/
I think you misunderstood the advice. If your goal is to open your services to the internet then any of the approaches can let in an attacker. It would depend on whether any of the things you expose to the internet has a remote exploitable vulnerability.
A long-standing software like SSH or WG that everybody relies on and everybody checks all the time will have fewer vulnerabilities than a service made by one person, that you expose over reverse proxy; but they’re not 100% foolproof either.
The Tailscale advice is about connecting your devices privately, on a private mesh network that is never exposed to the internet.
If you’re behind CGNAT and use a VPS to open up to the internet then any method you use to tunnel traffic from the VPS into your LAN will have the same risk because it’s the service inside that’s the most vulnerable not the tunnel itself.
There’s one additional problem with Picard and bands with a long history that have released the same song on multiple albums and compilations, it won’t make much of an effort to group them in as few albums as possible. You will end up with songs spread across many distinct albums. Sometimes it’s not even an album of the original artist but multi-artist compilations like “The sound of the 90s” and so on.
I wouldn’t call it normal. It’s the norm because the market is flooded with crappy drives using JMicron chips. Buy something with a Realtek or Asmedia chip and it will work fine without getting hot.
Why not keep the working files local, use a sync tool to get copies to the server, and backup/snapshot on the server as needed?
The Jellyfin streaming has been designed with HTTP so I don’t think it will benefit from a TCP proxy. Plus as you’ve noticed with TCP you lose the ability to route by domain name.
If you’re storing them for yourself I would recommend doing an online AB test to figure out at what bitrate you are capable of hearing a difference (assuming decent headphones or speakers). For some people anything above 256kbps is wasted (or even 128). If you find yourself in that category you can just use lossy formats and stop worrying about FLAC.
I wish there was some kind of place where we could croudsource impressions and fixes for new versions of docker images.
Manjaro does something like this for their releases. They also have a survey that indicates how well things went (although it’s participant biased to some degree since folks who had a problem tend to vote more than people who didn’t).
It would be amazing to be able to pop in and see that jellyfin had a couple of new releases, that one of them does much better than the others in terms of overall quality, and what kind of issues there are (and how to fix them).
I turn Tailscale on at their computers and ask them to turn on VNC when I need to assist them on the desktop. Or you can use anything else, there’s plenty of remote desktop apps once you waive the security requirement (because it’s private anyway due to Tailscale).
Don’t use them as the only storage maybe. There’s stories about Hetzner flagging accounts for false positives and they basically offer zero recourse. They close everything related to the account and cut all communication.
The problem is that the main container can (and usually does) rely on other layers, and you may need to pull updates for those too. Updating one app can take 5-10 individual pulls.