Explore >> Select a destination


You are here

intertwingly.net
| | blog.chand1012.dev
16.3 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.cdchase.com
19.2 parsecs away

Travel
| | In preparation for developing my own custom theme, and for good best practice, I have automated a backup of the MySQL database hosting this blog from a Linux host sitting behind a firewall at home. I am using the Open Source SourceForge project, AutoMySQLBackUp. I have been using this Unix shell script at my employer ... Continue reading "Backup for WordPress MySQL Database on MediaTemple"
| | mmazzarolo.com
19.3 parsecs away

Travel
| | A robots.txt file tells search engine crawlers which pages or files the crawler can or can't request from your site. Next.js does not generate a robots.txt out-of-the-box, so here are a couple of options on how to create it.
| | stribny.name
117.1 parsecs away

Travel
|