|
You are here |
blog.kyleingraham.com | ||
| | | | |
rolisz.ro
|
|
| | | | | I often need to set up a VM with a server to run some ML models. While I could package things in Docker and deploy them like that, whenever possible, I like to do things more directly, using systemd services. To create a systemd service, create a file called /etc/ | |
| | | | |
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. | |
| | | | |
lewisdale.dev
|
|
| | | | | Getting the project deployed via Gitea actions | |
| | | | |
jeff.noxon.cc
|
|
| | | WireGuard is a modern VPN that's designed to be easy to configure, performant, and secure. The ease-of-configuration is really important. If you've ever set up IPsec, you know what I mean. OpenVPN isn't awful, but it isn't good, either. WireGuard has both a Linux kernel implementation as well as a Go-based portable implementation that works on Mac and iOS. Official Windows support doesn't exist yet, but is on the way. | ||