Getting epeg Node.js bindings working on Ubuntu 14.04
Install pre-requisites: sudo apt-get install git g++ sudo apt-get install libjpeg-dev libexif-dev EPEG works only with Node v0.10.x (until someone upgrades the interfaces to »
Install pre-requisites: sudo apt-get install git g++ sudo apt-get install libjpeg-dev libexif-dev EPEG works only with Node v0.10.x (until someone upgrades the interfaces to »
OpenSSL Padding Oracle vulnerability is a high-severity issue due to a memory corruption vulnerability that affects versions prior to April 2015. Upgrade to 1.0.2c, »
This article will help you setup a Node.js project with continuous deployment to a DigitalOcean droplet, using Semaphore CI and PM2. What you'll need: A »
OSX El Capitan introduces System Integrity Protection, that prevents even the Mac's administrators from writing to /usr/bin, where CocoaPods defaults its installation to. You run »
Add this in your site configuration (or nginx.conf): add_header Strict-Transport-Security "max-age=31536000; includeSubdomains; preload;"; »