SSD Nodes: 1 Click-Applications’ Primer Document
If you’re reading this article, there’s a big chance you’ve chosen one of our 1 Click Applications (aka 1CA), having your preferred application ready to be used as soon as …
How To Build a Cloud-Hosted Ecommerce Store With OpenCart (SSD NODES)
Ever dreamt of having your own eCommerce site, having the flexibility of customizing it entirely, and actually launching the business you always wanted to… but couldn’t for so many reasons? …
Using Ansible Playbooks to setup your server
If you are new to VM management, it is good to do certain things manually and to learn how the system works. However, once you know the basics you quickly …
Nginx Basics — Part 2: Reverse Proxy
On the web there are basically two types of computers (or more accurately, computer programs). A Server, whose job it is to serve web content. This service may include things …
Simplifying Python 3 setup using venv
Dependency hell Without virtual environments, working with Python is a nightmare! In case of Ubuntu, the base operating system comes with Python preinstalled, and you might think that that\’s a …
Nginx Basics – Part 1: Easy TLS / SSL setup using Certbot and Let’s Encrypt
TL;DR Version To install Nginx and Certbot on Ubuntu/Debian systems, you first need to make sure that your FQDN has an A record pointing at your server’s public IP, and …
Nginx Basics – Part 0: Configuration Files
Nginx is one the most useful pieces of software when it comes to the web. It has quickly grown from a simple web server to a fully-featured load balancer, reverse …