/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

thoughts.greyh.at
| | nih.ar
3.0 parsecs away

Travel
| | Secure your server with our comprehensive guide to hardening SSH. Learn essential steps to prevent unauthorized access, including changing default ports, disabling root login, enabling key-based authentication, and more. Fortify your SSH server today for a more resilient and secure environment.
| | www.thedroneely.com
2.3 parsecs away

Travel
| | SSH (Secure Shell) is a great tool, but if you ever expose SSH to the internet, you'll soon discover a multitude of internet bots and bad actors pummeling your server.
| | colincogle.name
2.7 parsecs away

Travel
| | SSH is easy to secure, but that doesn't mean there isn't more work to be done.
| | blog.chand1012.dev
19.9 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.