SSD Nodes – 1 Click Apps
In this article, you will learn about our latest feature on the SSD Nodes platform: 1 Click Apps. You will learn about what it does, how it benefits you, and …
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? …
Automated LAMP Setup Using Ansible
Continuing with our Ansible Series, we will move on to a pretty common use case for most VPSes, and that is of LAMP Stack setup. LAMP stands for Linux, Apache, …
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 …
IPv6 is here! And here is everything you need to know
Hey, fellow citizens of the InterWebs! Do you know SSDNodes now has IPv6 ? If you want to know more about IPv6 and make your apps future-proof, follow along… Scarcity …
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 …