Explore >> Select a destination


You are here

becomesovran.com
| | blog.chand1012.dev
3.3 parsecs away

Travel
| | In this tutorial, we will be setting up a Flask server using Gunicorn and NGINX on Ubuntu 18.04 LTS. Requirements Any system running Ubuntu 18.04 LTS with SSH enabled. An SSH client. Installing After connecting via SSH to your server as root, run the following commands to install the required programs: apt update apt upgrade -y apt install nginx python3 python3-pip python3-venv This will install Python, NGINX, and the virtual environment needed to run the app.
| | hjr265.me
3.0 parsecs away

Travel
| | HTTP3 is here. Well, almost. If you are using NGINX, you can update to the mainline version and start using HTTP3 today experimentally. Installing NGINX Mainline As of writing this blog post, NGINX v1.24 is the latest stable version. But, HTTP3 is available in v1.25. On Ubuntu/Debian-esque servers, the easiest way to install the mainline NGINX version is to use NGINX's official repository. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 apt install curl gnupg2 ca-certificates lsb-release debian-archive-keyring # Import the official NGINX signing key.
| | blog.basementcommunity.com
1.7 parsecs away

Travel
| | There's an overwhelming amount of options today for deploying something to the Internet. You've got services like and that allow you to deploy worldwide wi...
| | www.tumfatig.net
14.8 parsecs away

Travel
| The OpenBSD virtual machine daemon works pretty well with Linux VMs nowadays. This was time for me to see if I could replace the Synology Docker service with some Docker host provided by vmd(8).