Using the free Command on Linux Thumbnail

Using the free Command on Linux

In this guide, you will learn to use the free command on a Linux-based operating system. This tool allows you to get a quick overview of your system's memory usage. The data shows the status of both physical and virtual memory. Read More

How to use the tar Command Thumbnail

How to use the tar Command

In this tutorial, we will take you through how to utilize the tar command on a Linux or Unix distribution. Using this command will allow you to archive and extract tar archive. These archives are sometimes known as a tarball. Read More

Using the stat Command on Linux Thumbnail

Using the stat Command on Linux

In this tutorial, you will learn how to use the stat command on your Linux operating system. This utility gives you a wealth of information about your files and filesystems. This data includes the files access and modification times. Read More

Using the cat Command in Linux Thumbnail

Using the cat Command in Linux

In this guide, you will learn how to use the cat command on your Linux system. cat allows you to create, edit and join the content of files. You can even modify the output by adding line numbers, highlighting line ends, and more. Read More

How to use the grep Command Thumbnail

How to use the grep Command

This tutorial will take you through some of the ways you can utilize the grep command on Linux-based distributions. We cover topics such as searching for whole words, multiple phrases, searching recursively, and much more. Read More

Using the top Command on Linux Thumbnail

Using the top Command on Linux

This guide will show you how to use the top command on Linux. Using top allows you to monitor the resource usage of your system. For example, easily identify what processes consume the most memory or CPU time on your device. Read More

How to use the wget Command Thumbnail

How to use the wget Command

In this tutorial, we will take you through all you need to know about the wget command. This command is a free utility that allows you to download files easily. It supports most protocols such as FTP, HTTP, and HTTPS. Read More

How to Enable SSH on Debian Thumbnail

How to Enable SSH on Debian

In this tutorial, you will learn how to enable SSH on a Debian system. SSH allows you to connect to your devices securely remotely. Using this, you can send commands to your system, transfer files, and more. Read More

How to Use the pwd Command on Linux Thumbnail

How to Use the pwd Command on Linux

In this tutorial, we will show you how to use the PWD command on a Linux distribution. The pwd command is short for print working directory and is used to output the full path of the current working directory. It is a handy comment to understand. 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