Latest Raspberry Pi Guides & Projects

Self-hosting Kavita on your Raspberry Pi Thumbnail

Self-hosting Kavita on your Raspberry Pi

This project will show you how to self-host Kavita on your Raspberry Pi. Kavita is a digital library for your comics, manga, and eBooks. On top of being a great place for storing and managing your eBooks it is also a great reader. It has responsive support so it will adapt to whatever screen you are using. Read More...

Using Flatpak on the Raspberry Pi Thumbnail

Using Flatpak on the Raspberry Pi

In this quick guide, we will be exploring how you can install and use Flatpak on the Raspberry Pi. Flatpak is a way of packaging software that makes them easier to distribute while also being more secure. This extra security is due to the software being isolated into its own sandbox. To interact outside of its sandbox a Flatpak requires additional permissions to be given to it. Read More...

How to Install Sublime Text on the Raspberry Pi Thumbnail

How to Install Sublime Text on the Raspberry Pi

In this tutorial, you will learn how to install the Sublime Text editor on your Raspberry Pi. This is a great text and code editor. It boasts a huge number of features that significantly improves the text and code editing experience. This code editor only supports 64-bit operating systems. Read More...

Latest Linux Tutorials

How to Check your Linux OS Version Thumbnail

How to Check your Linux OS Version

In this quick guide, we will be showing you four different methods that you can use to easily check your Linux OS version from the terminal. Knowing what version you are running can be crucial for working out what software you can install and run. Read More...

Installing SteamCMD on Linux Thumbnail

Installing SteamCMD on Linux

In this quick guide, you will be learning how you can easily install SteamCMD on Linux. SteamCMD is a command line tool that allows you to interact with Steam. Using this tool, you can download and install games and software directly from Steam without having to use the desktop interface. Read More...

Running Gitea using Docker Thumbnail

Running Gitea using Docker

In this tutorial, you will learn how you can self-host Gitea easily on your Linux system by making use of Docker containers. Gitea is what is called a forge software. It is a place where you can store your code, set up continuous integration and much more. Read More...

Latest Ubuntu Tutorials

Setting up Tailscale on Ubuntu Thumbnail

Setting up Tailscale on Ubuntu

In this tutorial, you will learn how to easily set up a virtual private network on your Ubuntu machine using Tailscale. This technology allows you to set up a VPN without performing any configuration. Additional devices can be added to this network with a few quick and easy steps. Read More...

Installing FFmpeg on Ubuntu Thumbnail

Installing FFmpeg on Ubuntu

In this tutorial, you will learn how to install or compile FFmpeg software library on the Ubuntu operating system. This suite of tools is great at dealing with music or audio formats. For example, you can use it to transcode video from one format to another. Read More...

Setting up Moonlight on Linux Thumbnail

Setting up Moonlight on Linux

In this guide, you will learn how you can set up the Moonlight Streaming client on a Linux based operating system. This client allows you to stream your PC and games directly to your Linux machine. All you need is a PC with NVIDIA GameStream or Sunshine. Read More...

How to Install and Update Firefox on Ubuntu Thumbnail

How to Install and Update Firefox on Ubuntu

In this quick guide, we will be walking you through the process of installing the latest version of the Firefox web browser on Ubuntu. Firefox is a highly compatible, privacy focused and performance web browser. It is one of the few browsers that aren't built off of Chromium. Read More...

Latest Coding Tutorials

How to Install pip on Windows Thumbnail

How to Install pip on Windows

In this tutorial, we will guide you on how to install pip on your Windows computer. We will provide you with step-by-step instructions on checking the installation and performing any necessary setup steps for the pip Python package manager. Read More...

How to Install pip on MacOS Thumbnail

How to Install pip on MacOS

This tutorial explains how to install pip on a MacOS computer. Pip is a package manager that makes tracking and keeping your packages updated easier. You can use pip to install modules and libraries for use within your Python programs. Read More...

PHP Associative Arrays Thumbnail

PHP Associative Arrays

This tutorial will cover PHP associative arrays and how you can create, edit, and access them. This array type will be helpful in many use cases, especially when you need a clear identifier for a value. Read More...

How to use the date() Function in PHP Thumbnail

How to use the date() Function in PHP

This tutorial will teach you how to use the date() function within your PHP scripts. This function returns the date and time using the format that you specify. This time can be either the current time or the one you specify. Read More...

More Tutorials