Keeping your Raspberry Pi Running with Watchdog Thumbnail

Keeping your Raspberry Pi Running with Watchdog

In this guide, you will be learning how to set up Watchdog on your Raspberry Pi. This service restarts your Pi when it locks up. It achieves this by using a piece of hardware that runs a short timer. That timer is constantly reset by software. If that timer ever hits 0 your Pi is automatically reset. Read More

Running DiyHue on the Raspberry Pi Thumbnail

Running DiyHue on the Raspberry Pi

In this tutorial, you will learn how to set up DiyHue on the Raspberry Pi. This software emulates the Philips Hue Bridge. This means that you don't need the official Hub to connect your Phillips Hue Lights. You can also connect third-party lights and have them appear as Hue lights in the official app. Read More

How to Install Adminer on the Raspberry Pi Thumbnail

How to Install Adminer on the Raspberry Pi

In this tutorial, you will learn how to install Adminer on your Raspberry Pi. Adminer is a lightweight database management tool. It is considered to be the lightweight alternative to the popular phpMyAdmin. It achieves this thanks to being written as a single small PHP file. Read More

Installing and Running Dockge on a Raspberry Pi Thumbnail

Installing and Running Dockge on a Raspberry Pi

In this project, you will be learning how to install and run Dockge on the Raspberry Pi. Dockge is a stack orientated manager for Docker. A stack is a compose file that can either have a single container, or multiple. This software allows you to easily write these compose files and manage the containers spawned by them. Read More

Running Wallos on the Raspberry Pi Thumbnail

Running Wallos on the Raspberry Pi

In this tutorial, you will be learning how to set up the subscription tracking tool called Wallos on your Raspberry Pi. This tool is great for keeping track of the numerous subscription services you may be signed up for. Read More