Recently I had a fail when trying to automate the renewal of my LetsEncrypt SSL certificates using a CRON job, I experienced the following error when running “certbot-auto renew” :…
The LetsEncrypt Certbot is an awesome tool for getting and maintaining SSL certificates for your sites. In most cases, it is extremely easy to setup and maintain. However, installing it…
Last year I needed a way to create a specific Apache version that would support proper handling of proxying socket.io connections to a Node client. I had to hunt around, however…
While working with Node.js recently, I ran into a situation with the mode parameter used in several functions; fs.open, fs.appendFile, fs.writeFile, etc. When trying to create a new file and…
Don’t be scared, dealing with Mongo is not that difficult, especially with some help from Flash. While some people know of Mongo as a fictional planet where the comic and…