How to use the whereis Command Thumbnail

How to use the whereis Command

In this tutorial, we go through the steps to use the whereis command to find the source, manual, and binary files for certain commands. If you require a direct path to specific files for your next project, you will find this handy. Read More...

How to use the zip Command Thumbnail

How to use the zip Command

In this tutorial, we show you how to use the zip command to archive and extract data. We also cover a few different options that you can use to alter the command's behavior. It is the perfect tool for handling zip archives. 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...

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...