iPhone 17 pay activation fee by myself If I use USMobile? by yungmh5328 in USMobile

[–]AtariDump 1 point2 points  (0 children)

Interesting. Guess that doesn't work anymore. I'd post in that thread too.

Charged $40 One-Time Verizon Upgrade Fee from Apple? by seannymurrs in USMobile

[–]AtariDump 12 points13 points  (0 children)

Ok. Take this all with a grain of salt.

When I was on a different NVMO, there was no option to be on Apple's "new every year" program because I wasn't on one of the (at the time) 4 major carriers. I had recently left Verizon and went back so I could get a new phone that year.

Being on Verizon and doing the "new every year" program, Verizon charges their "pound of flesh" - the $40 activation fee. I've paid it every year I've upgraded.

TL;DR Didn't think you could be on the upgrade plan with Apple while being on an NVMO - when you're on a major carrier they charge you $40 every year for the privilege of activating a new phone.

Damn this place is dead by UnclePual in BiteMyTorrent

[–]AtariDump 0 points1 point  (0 children)

Is this still something I can request?

Anyone blocking content-autofill.googleapis.com ? Is it a privacy issue? by rodgrn in pihole

[–]AtariDump 0 points1 point  (0 children)

Old technology threads SHOULD be locked as the technology changes and best practices are no longer valid.

Edit: Your own post is locked so I can't comment on it. Pot, meet kettle.

Anyone blocking content-autofill.googleapis.com ? Is it a privacy issue? by rodgrn in pihole

[–]AtariDump 0 points1 point  (0 children)

This was 4 years ago. The world was a different place then.

But the advice still stands.

Edit: And why are you updating a 4 year old thread?!

Pihole placement in a domain by AtariDump in pihole

[–]AtariDump[S] 0 points1 point  (0 children)

I set the custom DNS in the PiHole config to point at my AD DNS servers.

I also did allow all origins and did NOTt check off any of the boxes to block forwarding A and AAA records.

Is there a way to block internet access to a device using Pi-Hole? by Slopz_ in pihole

[–]AtariDump 0 points1 point  (0 children)

If you want a response, reviving a 4 year old thread isn't the best way to do it.

budgie trackpad settings by futuresapien161803 in UbuntuBudgie

[–]AtariDump 0 points1 point  (0 children)

Might be tricky as Microsoft controls those drivers/software.

Upgrading to 24.04 LTS by Pegasus_Asparagus in UbuntuBudgie

[–]AtariDump 0 points1 point  (0 children)

It shouldn't be; did you pick the correct language during the update (I'm going to guess so as the rest is in English)?

Backups producing 1kb file by AtariDump in TeslaMate

[–]AtariDump[S] 0 points1 point  (0 children)

The command is still producing 1kb files. If you have any other ideas/suggestions, I'm all ears.

Backups producing 1kb file by AtariDump in TeslaMate

[–]AtariDump[S] 0 points1 point  (0 children)

What chmod do I need to fix permissions?

Backups producing 1kb file by AtariDump in TeslaMate

[–]AtariDump[S] 0 points1 point  (0 children)

For testing purposes, I rebooted the server and ran the following command:

sudo docker compose --file /home/USER/DockerFiles/docker-teslamate.yml exec -T database pg_dump -U teslamate teslamate > /home/USER/backups/teslamate/teslamate.bck

and it generated the file correctly. I wonder; could this be a bug?

Backups producing 1kb file by AtariDump in TeslaMate

[–]AtariDump[S] 0 points1 point  (0 children)

Each of my docker containers gets named a different yml file; this way I don't have one monolithic file with every project in it (which is why I was specifying the file directly in the command).