OMXPlayer on the Raspberry Pi Thumbnail

OMXPlayer on the Raspberry Pi

In this guide, we will be showing you how to play videos using OMXPlayer on your Raspberry Pi. It is a lightweight and optimized video player that can be used from the command line, making it perfect for systems without a GUI. Read More

Running Stadia on the Raspberry Pi Thumbnail

Running Stadia on the Raspberry Pi

This tutorial will teach you how to run Stadia on a Raspberry Pi using the Chromium web browser. Stadia is a service from Google that allows you to stream video games from their servers directly to your device for a monthly fee. Read More

How to Install and Configure NGINX on Ubuntu Thumbnail

How to Install and Configure NGINX on Ubuntu

This tutorial will show you how easy it is to install Nginx on an Ubuntu system. Nginx is one of the most used web servers in the world. It has become the backbone for some of the biggest websites in the world, including Netflix, WordPress.org, and more. In fact, we even use Nginx to run […] Read More

How to Kill a Process on Linux Thumbnail

How to Kill a Process on Linux

In this guide we will be teaching you some of the easy ways to kill a process on a Linux based system. This tutorial touches on three commands that are designed to terminate processes by sending what is called a kill signal. These three commands are kill, pkill and killall. Read More

How to List Users on Linux-based Systems Thumbnail

How to List Users on Linux-based Systems

In this guide you will be learning how easy it is to list all of the users on a Linux-based system. Listing users is as easy as reading the contents of the passwd file. We will also show you some simple ways to filter the returned data or check for a specific user. Read More

Installing the VLC Media Player on Ubuntu Thumbnail

Installing the VLC Media Player on Ubuntu

This guide will show you how to install and run the VLC media player on the Ubuntu operating system. VLC is one of the most popular video players available for Ubuntu, boasting support for the vast majority of video and audio codecs. Read More

How to Easily Install Docker on Ubuntu Thumbnail

How to Easily Install Docker on Ubuntu

This guide will walk you through the simple process of installing the Docker virtualization platform to the Ubuntu operating system. Docker is an easy-to-use container-based virtualization system. These containers are separated from the host and can have their own OS. Read More