Running Zoom on the Raspberry Pi Thumbnail

Running Zoom on the Raspberry Pi

In this project, you will be learning how to run the video conferencing tool Zoom on the Raspberry Pi. As Zoom does not have a client for the Pi's ARM hardware, we need to utilize an x86 emulator called Box86 to get it running. The video tool runs well on the Pi, and you can even host your own meetings. Read More...

Installing Jellyfin to the Raspberry Pi Thumbnail

Installing Jellyfin to the Raspberry Pi

In this Raspberry Pi project, we will be showing you how to install the Jellyfin media server. It is an entirely open-source and free alternative to other media servers such as Plex and Emby. The media server is packed with features such as hardware acceleration, live TV support, and more. Read More...

Setting up an SQLite Database on a Raspberry Pi Thumbnail

Setting up an SQLite Database on a Raspberry Pi

This project will show you how to set up the SQLite database management system on your Raspberry Pi. SQLite is a self-contained and lightweight database that is perfect for IoT devices. Not needing to have a process constantly running in the background allows you to free much-needed resources. 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 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...