Get SD Card CID on Raspberry Pi

Get SD Card CID on Raspberry Pi

The Card Identification (CID) register is a unique identifier embedded in SD cards by the manufacturer. This identifier contains information such as manufacturer ID (MID), OEM/application ID (OID), product name...
Install IOzone on Raspberry Pi

Install IOzone on Raspberry Pi

IOzone is a filesystem benchmarking tool that evaluates the performance of various file operations in different environments. It tests file input/output (I/O) operations such as read, write, re-read, re-write, random...
Install Docker CE on Raspberry Pi

Install Docker CE on Raspberry Pi

Docker is an open-source platform designed for developing, testing, and running applications. It enables the packaging and execution of applications within containers - self-contained environments that include all the necessary...
Get Raspberry Pi GPIO Pinout

Get Raspberry Pi GPIO Pinout

The Raspberry Pi has GPIO pins that can be used to connect various sensors to measure changes in physical properties such as temperature, capacitance, resistance, etc. This tutorial shows how...