How to Install and Update Firefox on Ubuntu Thumbnail

How to Install and Update Firefox on Ubuntu

In this quick guide, we will be walking you through the process of installing the latest version of the Firefox web browser on Ubuntu. Firefox is a highly compatible, privacy focused and performance web browser. It is one of the few browsers that aren't built off of Chromium. Read More

How to Install Chromium on Ubuntu Thumbnail

How to Install Chromium on Ubuntu

In this tutorial, you will be learning how to install the Chromium web browser on the Ubuntu operating system. Chromium is the open-source version of the hugely popular Chrome browser. It offers a lot of the same functionality and performance offered by Chrome. Read More

How to Install and Use rsync on Ubuntu Thumbnail

How to Install and Use rsync on Ubuntu

In this tutorial, you will learn how to install and use rsync on Ubuntu. This tool makes synchronizing files between remote devices a simple process. It even boasts features that help keep two systems in sync; it can even update parts of a file that have been updated rather than having to transfer the entire file again. Read More

Block Ads using AdGuard Home on Ubuntu Thumbnail

Block Ads using AdGuard Home on Ubuntu

In this tutorial, we will be walking you through the process of installing and running AdGuard Home on the Ubuntu operating system. This software acts as a network-wide ad blocker and actively blocks any ad request that runs through its DNS server. Read More

How to Install and Run Redis on Ubuntu Thumbnail

How to Install and Run Redis on Ubuntu

In this tutorial, we will be showing you how to install and run the Redis server on a device running the Ubuntu operating system. Redis is a super fast and versatile database that stores its data in memory. Keeping data in memory allows it to read and write data without being limited by disk speeds. Read More

Simple Steps to Disable Wayland on Ubuntu Thumbnail

Simple Steps to Disable Wayland on Ubuntu

In this tutorial, you will learn how to disable Wayland on the Ubuntu operating system. By disabling this communication layer, you can help improve compatibility, as Ubuntu will fall back to using the older but more supported XOrg. Read More

How to use the Task Manager on Ubuntu Thumbnail

How to use the Task Manager on Ubuntu

In this quick guide, we will explore how to use a task manager equivalent on the Ubuntu operating system. In particular, we will explore the system monitor tool on the desktop and the top and htop tools on the terminal. Read More

How to Edit a PDF File on Ubuntu Thumbnail

How to Edit a PDF File on Ubuntu

In this quick guide, we will be showing you how to edit a PDF file on the Ubuntu operating system. We achieve this by using LibreOffice. This open-source office suite includes a wealth of tools, including ones that are capable of editing PDF files. Read More

Installing or Compiling Git on Ubuntu Thumbnail

Installing or Compiling Git on Ubuntu

This guide will teach you how to install or compile Git on your Ubuntu system. Git is the go-to solution for version control for numerous projects. It is the core software behind services like GitHub and makes programming much easier. Read More

How to Install Pi-hole on Ubuntu Thumbnail

How to Install Pi-hole on Ubuntu

In this tutorial, you will be learning how to install and run the Pi-hole Network-wide ad blocker on the Ubuntu operating system. Pi-hole works by acting as your DNS server and blocking any requests to either ads or trackers. Read More

How to Install MongoDB on Ubuntu Thumbnail

How to Install MongoDB on Ubuntu

In this guide, you will be learning how to install the MongoDB database server on to the Ubuntu operating system. MongoDB is a NoSQL database meaning it is designed to handle and store unstructured data. Read More

Learn how to Copy Files on Ubuntu using the Terminal Thumbnail

Learn how to Copy Files on Ubuntu using the Terminal

In this quick guide, you will learn how to easily copy files on the Ubuntu operating system while using the terminal. The specific command we will be showing you to use is the cp command. It is a great tool to know how to use and is something that is consistent across most Linux operating systems. Read More