/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

rajkumaar.co.in
| | blog.tst.sh
1.4 parsecs away

Travel
| | The motivation behind this project was that I needed a very simple way for me and my friends to securely put files on my server for the various projects we use it for and the insane gigabit download speeds. Previously we just used rsync, a Linux command line utility that
| | blog.chand1012.dev
1.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.hallada.net
1.3 parsecs away

Travel
| | I've been meaning to add a commenting system to this blog for a while, but I couldn't think of a good way to do it. I implemented my own commenting system on my old Django personal site. While I enjoyed working on it at the time, it was a lot of work, especially to fight the spam. Now that my blog is hosted statically on Github's servers, I have no way to host something dynamic like comments.
| | eradman.com
11.8 parsecs away

Travel
| [AI summary] The author details the technical stack and server implementation for Sidecomment, a text-selection suggestion platform, covering configurations for OpenBSD daemons, Ruby/Sinatra application servers, PostgreSQL database tuning, and email relay setups.