Upgrading to Raspberry Pi OS Bullseye Thumbnail

Upgrading to Raspberry Pi OS Bullseye

This guide will show you how to upgrade your Raspberry Pi OS installation from Buster to Bullseye using straightforward steps. Bullseye introduces several improvements over Buster. One of the new features is the KMS video driver. Read More...

Screensaver on the Raspberry Pi Thumbnail

Screensaver on the Raspberry Pi

This guide will teach you how to set up and use a screensaver on the Raspberry Pi using a simple GUI interface. Screensavers have a variety of use cases, such as for privacy, burn-in prevention, and even decoration. Read More...

Running Raspberry Pi Desktop within VirtualBox Thumbnail

Running Raspberry Pi Desktop within VirtualBox

In this guide you will learn how to run the x86 version of Raspberry Pi Desktop within a VirtualBox virtual machine. Using a VM, you can experiment and learn the Raspberry Pi's desktop interface without having to leave your existing Windows, Mac OS, or Linux operating system. Read More...

How to Update the Raspberry Pi Thumbnail

How to Update the Raspberry Pi

In this tutorial you will be learning how to update your Raspberry Pi's operating system and bootrom. Updating is a crucial task to maintain your devices security and performance. Following this you will learn how easy it is to update your device and clean up any leftover packages. Read More...

Using zram with the Raspberry Pi Thumbnail

Using zram with the Raspberry Pi

In this guide, you will learn how to use zram on your Raspberry Pi. zram allows you to create a special swap disk that can sit on your RAM. When data is written to this disk, it is automatically compressed, and likewise, when read, it is automatically decompressed. Read More...

Using Log2RAM on the Raspberry Pi Thumbnail

Using Log2RAM on the Raspberry Pi

In this Raspberry Pi guide, we will show you how to use Log2RAM to improve your SD Cards lifespan. As the flash memory used in SD cards only has a finite amount of writes before it dies, it can be helpful to move your log files from the SD card to RAM. Read More...

How to Disable your Raspberry Pi’s Wi-Fi Thumbnail

How to Disable your Raspberry Pi’s Wi-Fi

This guide will show you how it is possible to disable the Wi-Fi module on your Raspberry Pi by following some straightforward steps. You will learn four different methods that you can use to disable Wi-Fi on our device using both the terminal and desktop interfaces. Read More...

Improving the Security of Your Raspberry Pi Thumbnail

Improving the Security of Your Raspberry Pi

In this guide, we will be showing you how to improve the security of your Raspberry Pi using some straightforward steps. These steps walk you through various ways to improve your security, from strengthening your SSH to setting up automatic updates. Read More...

Increasing Swap on a Raspberry Pi Thumbnail

Increasing Swap on a Raspberry Pi

In this guide, you will learn how to increase the size of the swap file on your Raspberry Pi. The operating system uses the swap file as virtual memory. Using the swap is significantly slower than RAM but helps when you run out of memory. Read More...