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

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