Posts tagged with Tutorials.

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 …

Nginx Basics Part 2 - Reverse Proxy
Nginx Basics && Tutorials | Apr 26, 2021 | 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 …

Nginx, Let's Encrypt and Certbot Logos
Nginx Basics && Tutorials | Feb 27, 2021 | By Ranvir Singh | 13 min read

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 Basics && Tutorials | Feb 22, 2021 | By Ranvir Singh | 11 min read

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 …

Self-Hosting && Tutorials && VPS Uses | Feb 09, 2021 | By Ranvir Singh | 10 min read

Docker, Nginx and Certbot to Host multiple websites — Updated 2021 edition

When buying a beefy VPS for a low price, like the ones we offer, customers do tend to use it for more than one project. Don’t get us wrong, we …

install-directadmin
Tutorials | Nov 17, 2020 | By Joel Hans | 9 min read

How To Install DirectAdmin – Complete Installation Tutorial

DirectAdmin is one of the fastest web control panels for Linux servers that’s currently among the most popular cPanel alternatives. It comes with all the basic functions you’d expect from …