Raspberry Pi Pico Thumbnail

Raspberry Pi Pico

Check out the very first microcontroller from the Raspberry Pi foundation. The Raspberry Pi Pico boasts a great feature set at an affordable price. Utilizing its own custom microcontroller, the RP2040, the Pico has a wealth of functionality and a speedy processor. Read More

Installing Rclone to the Raspberry Pi Thumbnail

Installing Rclone to the Raspberry Pi

In this tutorial, you will learn how to install the Rclone software to your Raspberry Pi. Rclone allows you to clone files from the majority of cloud providers easily. You can even use the software to mount your cloud drives as if it was a locally connected disk. 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

Installing Django on your Raspberry Pi Thumbnail

Installing Django on your Raspberry Pi

In this project, we are going to show you how to install and use the Django framework on the Raspberry Pi. Django allows you to build a dynamic website using the Python programming language with ease. Apache works as the interface between Python and the web. Read More

Running qBittorrent on the Raspberry Pi Thumbnail

Running qBittorrent on the Raspberry Pi

In this guide, we will be teaching you how to install and configure qBittorrent on the Raspberry Pi. qBittorrent is one of the best torrent clients available for the device, featuring an easy-to-use web interface and a useful desktop client while also being lightweight. Read More

Raspberry Pi 400: Pi in a keyboard Thumbnail

Raspberry Pi 400: Pi in a keyboard

The Raspberry Pi 400 is brand a new form factor of the Pi 4. Taking the credit-card-sized Raspberry Pi 4 and placing all of the device's power in a modern slim, compact keyboard. These changes produce the most portable Raspberry Pi yet. Read More

Why Not to Use chmod 777 Thumbnail

Why Not to Use chmod 777

Using chmod 777 is something that should always be avoided. Follow our guide to find out why and learn more about Linux permissions. This guide will also offer some alternatives you should try using instead of settings your permissions to 777 using chmod. Read More

Watching Netflix on Kodi Thumbnail

Watching Netflix on Kodi

This guide will teach you how to stream your TV shows and movies from Netflix to your Kodi media center using straightforward steps. Netflix is one of the top media streaming services globally, bringing a wide range of TV shows and movies to your Kodi media center. Read More

Installing Kodi on your Raspberry Pi Thumbnail

Installing Kodi on your Raspberry Pi

In this tutorial, we take you through the straightforward steps of installing and setting up Kodi on the Raspberry Pi. Using these steps, you can install Kodi on a standard operating system without relying on a third-party distribution such as OSMC or LibreELEC. Read More

Kodi Remote Controls Thumbnail

Kodi Remote Controls

In this guide, you will learn how you can remotely control your Kodi media center with ease. You will see how you can make use of your existing remote control, install an app to your phone, make use of a web interface, or even use a gaming controller. Read More

Using NTP on Linux with Chrony Thumbnail

Using NTP on Linux with Chrony

In this guide, you will be learning how to use NTP on your Linux device by using Chrony. Chrony is a newer take on the NTP that is designed to make synchronizing time more reliable even in areas where a network connection is intermittent. Read More