Explore >> Select a destination


You are here

golb.hplar.ch
| | stephennimmo.com
9.1 parsecs away

Travel
| |
| | tim.siosm.fr
9.3 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.
| | blog.chand1012.dev
5.0 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.
| | www.zufallsheld.de
51.6 parsecs away

Travel
| This is my little how-to on installing and configuring Wordpress on Arch Linux with nginx+php-fpm. It is by no means the best way to do it or even complete, but it helped me get my blog out inminutes. Assuming your already installed MySQL(or MariaDB), nginx via pacman ...