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

How to Install OBS on Ubuntu Thumbnail

How to Install OBS on Ubuntu

In this quick guide, we will be showing you the easiest way to install and use the latest version of OBS on Ubuntu. OBS is the go-to solution for streaming thanks to its performance, compatibility and versatility. This software even has official support for Ubuntu. 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 a WebDAV Server on Ubuntu using Apache Thumbnail

Running a WebDAV Server on Ubuntu using Apache

In this guide, you will learn how to install and set up WebDAV on the Ubuntu operating system using the Apache web server. WebDAV is an extension of the HTTP and HTTPS protocols designed to help collaborate on a web server by enabling file creation and editing. Read More

How to Log In as the Root User on Ubuntu Thumbnail

How to Log In as the Root User on Ubuntu

In this tutorial, you will learn how to enable the ability to log in to the root user on the Ubuntu operating system. By default, Ubuntu blocks logging in as the root user for security purposes. However, there are some use cases where you may need to use it instead of just elevating privileges using sudo. 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

Installing Node-RED on Ubuntu Thumbnail

Installing Node-RED on Ubuntu

In this quick tutorial, you will learn how you can easily install and set up Node-RED on the Ubuntu operating system. Node-RED is a automation platform that uses a super easy-to-use visual based scripting language. You can build an automation by just dropping a few nodes on to your screen. Read More

Running Sunshine on Ubuntu Thumbnail

Running Sunshine on Ubuntu

In this guide, you will learn how to set up Sunshine on the Ubuntu operating system. Sunshine enables you to stream your PC to another device. It is highly regarded for its low latency and support for modern encoding standards. It is perfect for streaming your games to a weaker device. 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