Explore >> Select a destination


You are here

www.blog.montgomerie.net
| | projects.drogon.net
5.5 parsecs away

Travel
| | Page about my Arduino compatable Wiring library for the Raspberry Pi
| | pagefault.blog
4.7 parsecs away

Travel
| | Step-by-step guide how to flash Sonoff S20 WiFi outlet with custom MQTT firmware.
| | dumblebots.com
3.6 parsecs away

Travel
| | In this tutorial, we will see how to get started with Arduino using the Web Editor, Create Agent and UNO board by blinking an LED. This guide can by read by beginners, who are new to electronics and programming, or by those already familiar with Arduino and are wanting to use the Web Editor for...
| | blog.chand1012.dev
24.2 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.