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

How to Enable Wayland on Ubuntu Thumbnail

How to Enable Wayland on Ubuntu

This quick guide will show you how to quickly enable Wayland on the Ubuntu operating system. It requires editing a single configuration file. Newer versions of Ubuntu have Wayland enabled by default, but some older releases require you to manually switch it on. Read More

Running Android Apps on Ubuntu with Waydroid Thumbnail

Running Android Apps on Ubuntu with Waydroid

In this project, we will be showing you how you can install and use Waydroid on Ubuntu to run Android apps natively. Waydroid is a container-based way of running a full version of Android along a primary operating system such as Ubuntu. It passes everything through from the main system to work as if it were a part of Ubuntu. Read More

Where Docker Images are Stored on Linux Thumbnail

Where Docker Images are Stored on Linux

In this quick guide, we will show you where Docker images are stored on your Linux system and how to find them. While the images directory isn't really intended for humans to look through, it can be interesting to see how a Docker container is put together using these folders. Read More

Using Docker to Self-Host GitLab Thumbnail

Using Docker to Self-Host GitLab

In this tutorial, you will learn how you can self-host the dev ops platform GitLab on Linux using a Docker container. Docker makes self-hosting this tool a significantly easier process. All you need is an active domain name pointing to your machine. Read More

Alternative to IPConfig on Ubuntu Thumbnail

Alternative to IPConfig on Ubuntu

In this quick guide, we will show you a couple of alternatives to IPConfig on the Ubuntu operating system. IPConfig is a Windows command line tool for getting the IP configuration of your network interfaces. Ubuntu offers several alternative tools that we will show you how to use. 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