Creating a WordPress Website with Docker Thumbnail

Creating a WordPress Website with Docker

In this tutorial, you will learn how you can easily self-host your own website by using WordPress and a Docker container. Docker makes getting a website up and running a very simple process that can be completed in a few short minutes. You only need a domain name and a server to host your website. Read More...

Self-Hosting Zigbee2MQTT using Docker Thumbnail

Self-Hosting Zigbee2MQTT using Docker

In this quick guide, we will be showing you how you can easily self-host Zigbee2MQTT on your Linux machine by using a Docker container. Zigbee2MQTT is a super powerful software that allows you to easily set up your own Zigbee bridge without relying on proprietary software. Read More...

Running PhotoPrism using Docker Thumbnail

Running PhotoPrism using Docker

In this tutorial, we will be showing you how to self-host PhotoPrism using Docker. Docker makes getting this image hosting service up and running in just a few minutes incredibly easy. This service is packed with smart features that you expect from services like Google Photos. Read More...

Installing the Pip Alternative UV on Linux Thumbnail

Installing the Pip Alternative UV on Linux

In this guide, you will learn how to install the speedy pip alternative called UV on Linux. UV is a Python package manager written in Rust. Not only is it significantly faster than pip, but it also has a lot of extra functionality built-in, such as the ability to set up Python virtual environments quickly. Read More...

How to Install the Rust Compiler on Linux Thumbnail

How to Install the Rust Compiler on Linux

In this quick guide, you will learn how you can install the latest version of the Rust compiler on a Linux based operating system. Rust is a programming language that was developed with a focus on type safety and performance. The compiler is what compiles your code into something the machine can actually run. Read More...

Setting up a Samba Share using Docker Thumbnail

Setting up a Samba Share using Docker

In this quick guide, you will be learning how you can set up a Samba share easily using a Docker container on Linux. Samba is one of the best protocols for setting up network shares as it is supported by the vast majority of operating systems without needing additional software. Read More...

Running AirTrail using Docker Thumbnail

Running AirTrail using Docker

In this project, you will learn how to easily self-host AirTrail using Docker. AirTrail is a software for manually tracking your flights similar to myFlightRadar24. It boasts a super neat web interface that lets you easily view all the places you have flown to on a world map. Read More...

Find and Kill a Process Using a Port on Linux Thumbnail

Find and Kill a Process Using a Port on Linux

In this guide, you will learn how to easily find and kill a process on Linux that is utilizing a given port while using the terminal. Freeing up a port allows you to run a different server on your machine that might require the same port. Also, finding what is running on a port can help identify services you have set up previously. Read More...

Setting up a Speedtest Tracker using Docker Thumbnail

Setting up a Speedtest Tracker using Docker

In this tutorial, we will be showing you how to set up an internet speedtest tracker using Docker. Using this you can easily track your internet performance from a modern web interface. This interface even automatically graphs the results of your speed tests allowing you to see how your internet performs over time. Read More...