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 qBittorrent using Docker Thumbnail

Running qBittorrent using Docker

In this tutorial, you will be learning how to install and run qBittorrent on your device by using a Docker container. Docker allows you to easily run this torrent client on most devices. Thanks to a container, you can upgrade this package using a few short commands. Read More

How to set up a Simple NAS on Ubuntu Thumbnail

How to set up a Simple NAS on Ubuntu

In this quick tutorial, we will be showing you how you can set up a very simple NAS on Ubuntu. We will achieve this by using Samba. We use Samba as it makes setting up networked drives a breeze and is easily usable on most operating systems. Read More

Running Nextcloud using Docker Compose Thumbnail

Running Nextcloud using Docker Compose

In this tutorial, you will be learning how to set up Nextcloud by using a Docker container on your system. Docker makes running Nextcloud a significantly simpler process as you don't have to install several different pieces of software and it is all stored within one easy to update container. Read More

Setting a Static IP Address on Ubuntu using Netplan Thumbnail

Setting a Static IP Address on Ubuntu using Netplan

In this tutorial, you will learn how to set a static IP address on Ubuntu by using Netplan. By default, your device typically automatically sets an IP from the DHCP server. Using Netplan, you can configure Ubuntu to attempt to request a specific IP address from your router instead. Read More

Setting up a Cloudflare Tunnel on Ubuntu Thumbnail

Setting up a Cloudflare Tunnel on Ubuntu

In this guide, you will be learning how to set up a Cloudflare Tunnel on the Ubuntu operating system. This creates a secure connection between you and Cloudflare. This tunnel can then be used to access services on your Ubuntu device without needing to open any ports. Read More

How to Play WoW On the Steam Deck Thumbnail

How to Play WoW On the Steam Deck

In this tutorial, you will be learning how to install and play the popular MMORPG World of Warcraft (WoW) on your Steam Deck. This tutorial includes installing the ConsolePort addon to significantly improve the playability of WoW using the Steam Deck's controls. Read More

Raspberry Pi OS 32-Bit vs 64-Bit Thumbnail

Raspberry Pi OS 32-Bit vs 64-Bit

Deciding between a 32-bit and 64-bit OS for the Raspberry Pi depends on the model and RAM. Newer models with over 2GB of RAM benefit from the 64-bit OS's ability to utilize more memory and provide better performance, essential for projects like OpenCV. Older or low-memory Pi'should stick with 32-bit to conserve resources. The 64-bit OS is now the recommended standard for compatible models. Read More