If you're deploying code for your lambda function via terraform, this code is usually zipped and uploaded to Amazon...
If you're using many terraform root modules in a repository, downloading common providers like the AWS one can quickly...
If you want to expand your Areca Raid by swapping out the disks for larger ones you will need to...
When you get this error message from e.g. loginctl show-user [...] after you deleted a user from your system:
What is netfilter's Connection Tracking system? The connection tracking system often referenced as nf_conntrack is part of the...
If you end up with an Elasticsearch cluster which has a very different disk usage on it's nodes you...
When you synchronize directories with rsync you have to pay attention to use (or not use) trailing /. Hint
When you need to know how a BIOS screen in a Lenovo Laptop works without actually booting into the BIOS...
We have observed Lenovo laptops with nvidia graphics losing performance after they have been in use for a few minutes...
Systemd's networkd will drop IP-Addresses configured by other processes like Keepalived's VRRP, when it is restarted. This...
Getting the whole bucket size aws s3 ls s3://$BUCKETNAME/ --recursive --human-readable --summarize | tail -n2 Tail is used because...
After performing a live migration of a VM you may encounter issues with the clock of the migrated VM. The...
Important If your railscomplete-deployment uses the net-ssh-gem please ensure you use version 5.2.0 or newer to ensure...
If you have a very large datadir in MariaDB and you want to transfer the data to another host (e.g...
If you're about to handle X509 certificates and don't want to remember/google a handful of openssl commands you...
Before you continue, ensure that you've created your certificate in the region us-east-1 (N. Virginia). Otherwise...
aws rds describe-db-instances | jq '.[][] | select(.DeletionProtection == false) | .DBInstanceIdentifier' | xargs -L1 -t aws rds modify-db-instance --deletion-protection...
When restoring a barman PITR backup you may encounter this error: Copying required WAL segments. EXCEPTION: {'ret': 2, 'err': '/bin/sh...
There is an issue with when restoring a PostgreSQL dump created with pg_dump < v11 with pg_restore > v10:
Unfortunately I couldn't find a complete and working documentation on how to do this. But this steps succeeded (at...
collectd5 in version 5.9.0 is broken and you upgraded it everywhere. But because it's FreeBSD it does not...
If you get e.g. this error message when you try to run puppet agent: Error: Failed to apply catalog: undefined...
Sometimes you might need to do some task in GitLab which would be tedious if you'd have to do...