Explore >> Select a destination


You are here

fak3r.com
| | hop.ie
17.1 parsecs away

Travel
| | How to set up a Digital Ocean droplet for your Sapper app, and host it along with your API on the same server
| | blog.chand1012.dev
17.4 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.
| | debianaddict.com
19.1 parsecs away

Travel
| |
| | tim.siosm.fr
47.0 parsecs away

Travel
| I made the switch today to Let's Encrypt for all the certificates used by services hosted at siosm.fr. The official setup instructions are well written and simple to follow but not safe enough for my taste. The Let's Ecrypt page on the Arch Wiki also has most of the information required to get a working setup but does not care for security either. So here is a non root, confined setup for certbot, the official Let's Encrypt client. Although this was done on Arch Linux, this is probably generic enough to work on any systemd enabled distribution.