• Encrypt PostgreSQL Backup to S3

    Encrypt Your DB Backups I’m mostly putting this here for my reference. I do this in multiple projects and always seem to forget where my instructions are. Generate Keys From your user’s home directory: openssl req -x509 -nodes -days 1000000 -newkey rsa:4096 -keyout .ssh/backup_key.pem -out .ssh/backup_key.pem.pub Fill out the questions appropriately. Or not. I don’t think it matters really. That will create the public and private keys. backup_key.pem - private key backup_key.
  • HowTo Bind Multiple Terminals MacOS-X

    Binding Multiple Terminals I am running on multiple servers all the time. And with DTAC doing testing of big data I obviously need to play with many servers at once. I used to do a lot of work on linux and loved the broadcast ability of the terminals. So when I moved onto mac I expected more. I tried a few other terminal apps. Particularly iTerm2 that has some nice broadcasting.
  • Why We Quit OpenStack: or How I Lost 2 Months of My Life

    TL;DR OpenStack is a massive complicated ecosystem. It is only going to survive by the vendors that support it and probably not what you need. Backstory Let me begin by saying that given the proper talent pool, financial resources, and time; OpenStack probably isn’t bad for some people. For most institutions it is just wrong. I will probably write another article that outlines all the questions that I should have asked before starting this.