Raspberry Pi OS tutorials
Welcome to our Raspberry Pi OS tutorials ! Raspberry Pi OS is higly optimized OS for the Raspberry Pi computer range. It is officially provided by the Raspberry Pi foundation. This Linux-based distribution is shipped with a whole set of useful software packages. Except of the Pico, it can run on every type of Raspberry Pi computer.
Learn here some essential skills and some useful tips and tricks related to Raspberry Pi OS. Our to-the-point tutorials will quickly help you acquire the necessary skills to move ahead with your projects.
Let’s start learning how te get more out of your Pi !

How to ssh into your Raspberry Pi
Time needed: 5 minutes. If you need to take control over your Raspberry Pi remotely, without having the need to have a desktop environment, an SSH connection is a fast, easy ...

How to find the MAC Address of my Raspberry Pi
Time needed: 1 minute. This short tutorial shows you 2 easy ways where to find the MAC address of a Raspberry Pi computer.A Media Access Control (MAC) address is a unique ...

How to fix ‘Cannot currently show the desktop’ on Raspberry Pi
Time needed: 3 minutes. If you installed a remote connection to your Raspberry Pi using VNC, it can happen you get a black screen with an error message 'Cannot currently show ...

Raspberry Pi Firmware Update
Thanks to the hard work of the Raspberry Pi Foundation, the Raspberry Pi firmware is getting better continuously. To benefit from these improvements, it's important to update your Raspberry Pi's ...

How to access your Raspberry Pi with a remote desktop connection
Time needed: 10 minutes. In this tutorial you will learn how easy it is to setup a remote desktop connection to your Raspberry Pi. You will be able to remotely access ...

Monitor the CPU temperature of your Raspberry Pi
Time needed: 2 minutes. In this tutorial you’ll learn how you can easily and continuously monitor the CPU temperature of your Raspberry Pi. After completed this tutorial, you will have a temperature ...

Assign fixed USB port names to your Raspberry Pi
If you have multiple devices connected to the USB ports of your Raspberry Pi, the automatically assigned USB port number could unexpectedly change after a reboot and could end up ...

How to write your first Python program on the Raspberry Pi
In this tutorial you'll write your first Python program on your Raspberry Pi. After having completed this tutorial, you will know how to startup a Python IDE (Integrated Development Environment) ...

How to give your Raspberry Pi a Static IP Address
Time needed: 5 minutes. In this tutorial we'll learn how to setup a static IP address on your Raspberry Pi.By default, your Raspberry Pi attempts to get a random dynamic IP ...

How to update your Raspberry Pi to the latest version
In this short tutorial we'll see how easy it is to update your Raspberry Pi to the latest version of Raspberry Pi OS. Once you have ended this tutorial, you ...
How to transfer files between Raspberry Pi and PC
Time needed: 5 minutes. In this tutorial we'll learn how to transfer files from your Raspberry Pi to your Windows PC and the other way around. Once you have completely followed ...