

If we find out “I do not consent” opts out, I’m fine with it.
That’s exactly what it does. I got the prompt on my system, I said no, and it said ok and everything proceeded on like normal.
If we find out “I do not consent” opts out, I’m fine with it.
That’s exactly what it does. I got the prompt on my system, I said no, and it said ok and everything proceeded on like normal.
I believe it.
I’ve always wondered - and figured here is a good a place to ask as anywhere else - what’s the advantage of object storage vs just keeping your data on a normal filesystem?
Also most people who have only used Windows, bought their computers with Windows pre-installed, where the manufacturer loaded a custom Windows image that already has all of their drivers installed and configured. So it’s not just that they’ve never used Linux before, they’ve often never actually installed any operating system from scratch on any computer and had to deal with the setup process.
Not too long ago I was messaging with someone who kept complaining that Linux was taking HoUrS to get drivers configured and how it clearly wasn’t for them because Windows “just works”. Meanwhile I’m sitting there thinking of the last time I installed a Linux distro on a machine it took a few minutes to install the proprietary Nvidia drivers and I was done, while the last time I installed Windows on a machine it took ~4 hours to get all of the drivers loaded properly, including blacklisting the f*****g Windows Update utility so it would stop trying to replace my network driver with a broken version that kept taking down the network connection on the machine, and the insanity of having to update, reboot, update, reboot, update, reboot, update, reboot over and over again for half a day until finally all the updates are actually installed and running.
Syncthing could be used to replicate a directory somewhere, but that doesn’t address backing up the phone itself (apps, settings, SMS messages, etc.). Only option I’m aware of is iCloud. You can connect the phone directly to iTunes on a computer and back it up that way, but that only works with a hardwired USB connection and can’t be automated, so it’s a non-starter for a regular backup system. Android probably has more options, I’m referring to iOS specifically here though.
Agreed, but most people don’t backup at all. Then complain very loudly when they lose everything and blame everyone else other than themselves. Saw it daily fixing people’s phones.
I’d love to back up my phone locally, if there was an option, but AFAIK there isn’t, so I’m stuck. This is a problem with companies forcing you into their cloud ecosystem and removing your ability to bypass it and control things yourself. It’s only getting worse.
Yes it’s a common phrase. If an apple costs $2, and you have 10 apples, then you have $20 worth of apples.
Fun fact, Edge still has this stupid behavior even on Linux, so highlight and middle click doesn’t work properly since as soon as you highlight it pops up that stupid menu. You have to go into the menu and disable it before highlighting works correctly again.
Signed - someone who is fortunate enough to be able to use Linux on my work machine (yay!) but is still forced to use Edge on it (boo!)
I agree option 1 is the correct choice, though it does appear they are slowly going that direction…
Really? Because every new Windows version is even worse than the one before it. There are now 3? 4? different places to change network settings, but only one of them actually works correctly, if you modify the wrong one it will act like it worked but will silently break all networking on the machine instead.
If they can charge 30% less without Apple’s fees, then why are their prices the same whether you buy on their iOS app or direct on their website? Why have they been overcharging users who don’t buy through the iOS app by 30% all this time?
Just FYI - you’re going to spend far, FAR more time and effort reading release notes and manually upgrading containers than you will letting them run :latest and auto-update and fixing the occasional thing when it breaks. Like, it’s not even remotely close.
Pinning major versions for certain containers that need specific versions makes sense, or containers that regularly have breaking changes that require you to take steps to upgrade, or absolute mission-critical services that can’t handle a little downtime with a failed update a couple times a decade, but for everything else it’s a waste of time.
How about Dawarich?
https://github.com/Freika/dawarich
I haven’t used it myself, but I have it in the backlog of things to try out
I had something almost identical to this happen to me on Friday. Last year our company moved to a super locked down version of Teams, to the point where I couldn’t even open images that people put in the chat because of security issues, instead the image they posted would be replaced with an error image saying that I wasn’t allowed to open images, blah blah blah. That problem was resolved a long time ago though.
On Friday I was trying to send an image of some data processing to a colleague, and every time I put it in Teams, it would show up as that stupid error message. I spent a solid hour trying to figure out why that problem was back, was my computer not authenticating with MS properly, etc. Turns out my file browser was sorting by time order instead of reverse time order, and the screenshot at the top of the list from May 2 2024, was a screenshot of the error message that I used to send to IT when they were investigating the problem.
Yeah that’s about 2 and a half round-trips between Dallas and Houston, that’s…not a lot to be calling this thing ready to go and pulling out the safety drivers.
I wonder how these handle accidents, traffic stops, bad lane markings from road construction, mechanical failure, bad weather (heavy rain making it difficult/impossible to see lane markings), etc.
You’d think they would be keeping the safety drivers in place for at least 6+ months of regular long-haul drives and upwards of 100k miles to cover all bases.
They likely streamed from some other Plex server in the past, and that’s why they’re getting the email. The email specifically states that if the server owner has a plex pass, you don’t need one.
I got the email earlier today and it couldn’t be clearer:
As a server owner, if you elect to upgrade to a Plex Pass, anyone with access to your server can continue streaming your server content remotely as part of your subscription benefits.
I run all of my Docker containers in a VM (well, 4 different VMs, split according to network/firewall needs of the containers it runs). That VM is given about double the RAM needed for everything it runs, and enough cores that it never (or very, very rarely) is clipped. I then allow the containers to use whatever they need, unrestricted, while monitoring the overall resource utilization of the VM itself (cAdvisor + node_exporter + Promethus + Grafana + Alert Manager). If I find that the VM is creeping up on its load or memory limits, I’ll investigate which container is driving the usage and then either bump the VM limits up or address the service itself and modify its settings to drop back down.
Theoretically I could implement per-container resource limits, but I’ve never found the need. I have heard some people complain about some containers leaking memory and creeping up over time, but I have an automated backup script which stops all containers and rsyncs their mapped volumes to an incremental backup system every night, so none of my containers stay running for longer than 24 hours continuous anyway.
People always say to let the system manage memory and don’t interfere with it as it’ll always make the best decisions, but personally, on my systems, whenever it starts to move significant data into swap the system starts getting laggy, jittery, and slow to respond. Every time I try to use a system that’s been sitting idle for a bit and it feels sluggish, I go check the stats and find that, sure enough, it’s decided to move some of its memory into swap, and responsiveness doesn’t pick up until I manually empty the swap so it’s operating fully out of RAM again.
So, with that in mind, I always give systems plenty of RAM to work with and set vm.swappiness=0. Whenever I forget to do that, I will inevitably find the system is running sluggishly at some point, see that a bunch of data is sitting in swap for some reason, clear it out, set vm.swappiness=0, and then it never happens again. Other people will probably recommend differently, but that’s been my experience after ~25 years of using Linux daily.
I self-host Bitwarden, hidden behind my firewall and only accessible through a VPN. It’s perfect for me. If you’re going to expose your password manager to the internet, you might as well just use the official cloud version IMO since they’ll likely be better at monitoring logs than you will. But if you hide it behind a VPN, self-hosting can add an additional layer of security that you don’t get with the official cloud-hosted version.
Downtime isn’t an issue as clients will just cache the database. Unless your server goes down for days at a time you’ll never even notice, and even then it’ll only be an issue if you try to create or modify an entry while the server is down. Just make sure you make and maintain good backups. Every night I stop and rsync all containers (including Bitwarden) to a daily incremental backup server, as well as making nightly snapshots of the VM it lives in. I also periodically make encrypted exports of my Bitwarden vault which are synced to all devices - those are useful because they can be natively imported into KeePassXC, allowing you to access your password vault from any machine even if your entire infrastructure goes down. Note that even if you go with the cloud-hosted version, you should still be making these encrypted exports to protect against vault corruption, deletion, etc.
Something I haven’t seen mentioned yet - if you’re in the US, lock down your credit at all 3 agencies. It takes 10-15 minutes and is free, it’s easy to do.
The issue is that many of these leaks include things like your full legal name, phone number, parents’ full legal names, your social security number, and your entire address history. This makes it trivially easy for somebody to steal your identity and start opening up credit accounts in your name. You need to lock down your credit before that happens. If you need your credit run in the future (opening a bank account, getting a credit card or loan), just ask them which agency they pull the report from and temporarily unfreeze it so they can run the report, then re-freeze it when they’re done. It adds 5 minutes of work once or twice a decade, but could be priceless later on when someone tries to steal your identity.
Don’t look at Backblaze drive reports then. WD is pretty much all good, Seagate has some good models that are comparable to WD, but they have some absolutely unforgivable ones as well.
Not every Seagate drive is bad, but nearly every chronically unreliable drive in their reports is a Seagate.
Personally, I’ve managed hundreds of drives in the last couple of decades. I won’t touch Seagate anymore due to their inconsistent reliability from model to model (and when it’s bad, it’s bad).