See, they want you to believe that SQL stands for Structured Query Language. But I know from our lord and savior Elon that it actually means Socialist Queer Liberals!
BlueBockser
I suggest ABCD (aerial battle, close distance)
Fair. Faschismus abzulehnen gehört für mich zum gesunden Menschenverstand eines demokratischen Bürgers, aber der Begriff Antifaschismus wird teilw. leider auch mit anderen Dingen assoziiert...
Kannst ihnen ja als Revanche ebenfalls etwas Müll in den Briefkasten des AfD Büros schmeißen
Dann heißt es aber "Aborte", nicht "Abortionen".
That doesn't work in all cases. I've recently come across two examples where we had a hard time explaining our costs even though we extensively tag and even have fine-grained AWS accounts:
- Some costs can't be tagged or at least not easily, e.g. custom CloudWatch metrics.
- For some resources it makes a lot more sense to provide them centrally for multiple services at once, e.g. NAT gateways or load balancers.
For anyone as confused as me about what a "Forth" is: Forth is a rather old stack-oriented programming language.
Brazil is in America
Das war schwer zu lesen
What am I supposed to do with those informations?
I use Backblaze B2 for one offsite backup in "the cloud" and have two local HDDs. Using restic with rclone as storage interface, the whole thing is pretty easy.
A cronjob makes daily backups to B2, and once per month I copy the most current snapshot from B2 to my two local HDDs.
I have one planned improvement: Since my server needs programmatic access to B2, malware on it could wipe both the server and B2, leaving me with the potentially one-month old local backups. Therefore I want to run a Raspberry Pi at my parents' place that mirrors the B2 repository daily but is basically air-gapped from the server. Should the B2 repository be wiped, the Raspberry Pi would still retain its snapshots.