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...

How to Extract 7z Archives on Linux Thumbnail

How to Extract 7z Archives on Linux

This quick tutorial will show you a quick and easy method for extracting a 7z archive on Linux. The 7z format is a great way to compress files thanks to its usage of modern, efficient compression techniques. However, the 7z format isn't without its drawbacks. Read More...

Setting up Dockge on Linux Thumbnail

Setting up Dockge on Linux

In this tutorial, you will learn how to install and use Dockge on Linux. Dockge is a Docker management tool for Docker Compose files. This software features a sleek web interface that basically gives you all of the functionality you require to manage containers. Read More...