Category: Step by step
As it’s name suggest, it’s a category that contain all the step-by-step blogs
-
Get Your Raspberry Pi to Start Automatically (with Service)
I am creating a web server application on a Raspberry Pi using Flask. The server application should automatically start when the Pi powers on. The most common approach is to implement a system service that runs the Python application within a virtual environment. Here’s how to do it. Part 1: Create shell script 1. Open… Read more