Configure Nginx Geolocation Filter to Block Traffic by Country or City

The following guide explains how to leverage the capabilities of the Nginx Geo Http Module to...

Backup and Restore Docker Volumes

This section explains the process to backup docker volumes to a tar.bz2 file and to restore that...

Run Cron jobs inside Docker container

This Dockerfile can be used to execute python code, scheduled by a Cron job. The basic steps...

Python Socket.io server Dockerfile

Python Dockerfile to run a Socket.io server using Python-socketio server. Dockerfile for a...

Run a Socket.io Python application

This article shows how to use Socket.io with Python, running a simple python-socketio...

Terraform Example With Hetzner

This article shows how to use Terraform to create a single VPS instance using the European...

Get started with C

A collection of web resources go get started with C language.C was designed by Dennis R. it...

Docker Cleanup

Docker is a great tool, we all know it.Often, there are consecuences of a rash usage like to...

Run Node.js in production

Node.js is a great technology allowing flexibility and speed for building server side...

Configure Nginx to Serve a Node.js Express App

This nginx server block is configured to proxy the node application.Mind the server port, set to...