Explore >> Select a destination


You are here

stribny.name
| | www.paedubucher.ch
1.3 parsecs away

Travel
| | Personal Website of Patrick Bucher (paedubucher), mostly about IT-related topics (programming)
| | jiby.tech
0.6 parsecs away

Travel
| | Like many developers, I keep track of my configuration files in version control, to make moving to new machines is simpler and share code with others. This process started out for my Emacs config files at first, but grew to consume other aspects: bash functions, git aliases... Since 2016, I have accumulated over 500 git commits. Now the dotfiles are tracked, the next biggest pain is to install packages and folder structures and obscure commands required to set up some subsystems needs which config files.
| | www.jeremymorgan.com
1.3 parsecs away

Travel
| | A quick look at my virtualization setup, remotely accessed headless VMs on a Linux Server.
| | blog.chand1012.dev
15.6 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.