|
You are here |
www.barryodonovan.com | ||
| | | | |
drexl.me
|
|
| | | | | This guide will walk you through the setup of a remote machine that will act as a personal VPN server at the cost of 3 to 5 USD per month. We will also configure it to act as a DNS resolver that will automatically block spam, tracking, advertising and malware domains on all of your connected devices. | |
| | | | |
golb.hplar.ch
|
|
| | | | | [AI summary] This tutorial explains how to set up a secure WireGuard VPN on an Amazon Lightsail virtual server and configure an Android smartphone to connect to it. | |
| | | | |
blog.stigok.com
|
|
| | | | | [AI summary] A technical guide detailing the step-by-step process of setting up a WireGuard VPN server on CentOS and a client on Arch Linux. | |
| | | | |
blog.chand1012.dev
|
|
| | | 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. | ||