DevOps Deploying a Static Site with Git and Linode VPS Project Files You can click here to download the project files. TL;DR For the short version, scroll to the bottom. Step-by-step If you have not set up a server with Linode, you
DevOps Enable gzip on Apache Make sure the deflate module is enabled: sudo a2enmod deflate then add the following to your vhoste file: AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/
DevOps When Ubuntu's Package Manager Dies with Python There might be a day that your python is totally messed up and you won't be able to do any apt-get install. The situation is even worse if you haven't updated the server
DevOps Setting up Apache Proxy to Serve Node Application Set up proxy Install build essentials then: aptitude install -y libapache2-mod-proxy-html libxml2-dev Enable apache modules: a2enmod Then it will ask you for the names of the modules that you want to enable: proxy