Category: Step by step
This category contain all 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
-
How to shrink and expand SD card partition running in Orange Pi (A step by step guide)
This blog is separated into 2 parts, Shrinking the image and Expanding SD card. Beware that it is possible to expand SD card partition with Gparted as well, but in this project, we will be using bash file instead. Part 1: Shrinking the image (Using Gparted) Installation of Rufus, Gparted & Win32DiskImager How to move… Read more