Every so often I need to update the SSL certificate on a CentOS box running Apache and when I do, lo and behold, I always run into this error: [error] (13)Permission denied: Init: Can’t open server certificate file /path/to/my/super/secret/ssl/cert.crt The fix isn’t actually difficult or even hard to find, but I wanted to document it …
Tag Archives: linux
WordPress Stuck in Maintenance Mode
I was working on my blog this evening and decided to update a plugin that was just past due. Being me, I got a little impatient and clicked out of the page while the plugin was still updating and it threw me into a persistent maintenance mode! I wasn’t able to get to the site …
mysql-bin.index not found (Errcode: 13)
I ran into an issue last weekend when running my usual upgrade check. Running sudo apt-get update && sudo apt-get upgrade came back saying that mysql-server and mysql-server-5.5 needed to be upgraded and who am I to say no? My Raspberry Pi started crunching through the upgrade and I went about my usual mid-upgrade routine …
Flashing or Blinking Command Prompt
Have you ever been swapping between a Production and Staging environment when suddenly you make a change, but aren’t sure which pool you’re playing in anymore? It doesn’t happen often, but late nights and too many cups of coffee can lead to issues if you have your fingers in multiple environments. Adding a small script …
Software: The Operating System
Picking an operating system for this endeavor wasn’t too difficult of a task. I’ve spent a lot of time tinkering with Debian on servers and Ubuntu on PCs, so the decision to go with Raspbian over Arch Linux was pretty painless. You can head over here to check out the Raspberry Pi Foundation’s documentation on installing …