|
You are here |
robr.dev | ||
| | | | |
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. | |
| | | | |
samthursfield.wordpress.com
|
|
| | | | | This blog post is very out of date. As of 2020, you can find up to date information about this topic in the LWN article "Resource management for the desktop" I'm a long time user of Firefox and it's a pretty good browser but you know how sometimes it eats all of the memory on... | |
| | | | |
virtualzone.de
|
|
| | | | | Recently, I've written a blog post on how to set up Rootless Docker on Alpine Linux. Today I'm showing you how to set up Podman. Podman has a rootless architecture built in. It's an alternative to Docker, providing an almost identical command line interface. Thus, if you're used to Docker CLI, you won't have any issues working with Podman. Podman was initially developed by RedHat and is available as an open source project. | |
| | | | |
blog.basementcommunity.com
|
|
| | | There's an overwhelming amount of options today for deploying something to the Internet. You've got services like and that allow you to deploy worldwide wi... | ||