Ranvir Singh

Nerd. Physics enthusiast. Cloud computing guy and occasional writer. Feel free to catch me on Twitter (https://twitter.com/_sranvir) or via email ([email protected]).

LAMP Setup Using Ansible
Ansible && Development | May 31, 2021 | By Ranvir Singh | 11 min read

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, …

Ansible Basics
Self-Hosting && Tutorials | May 13, 2021 | By Ranvir Singh | 22 min read

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 …

SSD Nodes IPv6 Ready
Featured && Updates | Apr 26, 2021 | By Ranvir Singh | 7 min read

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
Nginx Basics && Tutorials | | By Ranvir Singh | 8 min read

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 …

Python Virtual Environments: All you need to know
Development && Tutorials | Apr 15, 2021 | By Ranvir Singh | 8 min read

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 …

Git Hooks to deploy code
Development && Git | Apr 08, 2021 | By Ranvir Singh | 10 min read

Git Hooks — Easily deploy code via git push

The best way to get into any field is to start with a problem statement, and then learn the necessary concepts as you try and solve that problem. The same …

docker-networking
Self-Hosting && Self-Hosting Handbook && VPS Uses | Apr 01, 2021 | By Ranvir Singh | 16 min read

Docker Networking — Done the Right way!

Networking has always been a crucial part of operating systems. When virtualization gained momentum the networking stack was one of the most important aspect that Engineers needed to get right. …