Upgrading to PostgreSQL 10 on Centos 7

(An updated version of this post for upgrading to PostgreSQL 11 is available here) Here's a quick rundown on upgrading a very simply configured PostgreSQL 9.x server to PostgreSQL 10 running on Centos 7. First, and this goes without saying, backup your server! In these examples, I'm using upgrading from PostgreSQL 9.5. If you're upgrading from a … Continue Reading ››

Fixing 404 Errors on WordPress with Let’s Encrypt

Since my SSL cert was nearing expiration, I thought it would be a good idea to give Let's Encrypt (free SSL certs!) a try. Let's Encrypt has a helper app called certbot that will configure Apache for you automatically. The really nice thing about certbot is that it will also (via crontab) renew your cert and … Continue Reading ››

Fix: Office Updates and Malwarebytes

If any of you are big fans of Malwarebytes (and why wouldn't you be?) you may be experiencing crashes in Office 2013 and 2016 under Windows 10. Microsoft has identified the problem: https://support.office.com/en-us/article/Fixes-or-workarounds-for-recent-issues-in-Word-for-Windows-bf6bf17c-2807-4871-83ce-e337ae8f0b86?ui=en-US&rs=en-US&ad=US The workaround is to use the latest beta of Malware Bytes: https://forums.malwarebytes.com/topic/200230-malwarebytes-version-310-beta-available-for-download/ Hope this helps!