Explore >> Select a destination


You are here

nodesource.com
| | blog.chand1012.dev
6.7 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.
| | blog.nuculabs.de
8.4 parsecs away

Travel
| | Hi ?? The purpose of this article is to get you started quickly with a Home Assistant on a Raspberry Pi. It's a simple walkthrough on how to install Home Assistant and configure it so it will boot with your PI. I will use my old Raspberry PI V3 board. Flashing the Raspberry PI OS You will need a microSD card of reasonable size, I'm using a 16GB one and a USB Adapter to connect it with my PC.
| | janakiev.com
8.3 parsecs away

Travel
| | In this article you will see how to easily manage Jupyter Notebook and JupyterLab by using the Systemd tooling. This is useful when you want to have an instance running local or on your server that you can manage and monitor.
| | techblog.jeppson.org
56.6 parsecs away

Travel
| I followed this guide to get NVIDIA drivers working on my Proxmox machine. However when I tried to get them working in my container I couldn't see how to get nvidia-smi installed. Thankfully this blog had what I needed. The step I missed was copying & installing the NVIDIA drivers into the container with this ... Continue reading Add NVIDIA GPU to LXC container ?