
Mon Jun 08 2020
Bash Exit Command and Exit Codes
In this article, we will cover the Bash exit built-in command and the exit statuses of the executed commands.
Read more

Sun Jun 07 2020
How to Install Skype on Ubuntu 20.04
This guide shows two ways of installing Skype on Ubuntu 20.04. Skype can be installed as a snap package via the Snapcraft store or as a deb package from the Skype repositories.

Sat Jun 06 2020
How to Install and Configure Redis on Ubuntu 20.04
This tutorial describes how to install and configure Redis on Ubuntu 20.04. Redis is an open-source in-memory key-value data store.

Sat Jun 06 2020
Docker Run Command with Examples
The docker run command creates a container from a given image and starts the container using a given command. It is one of the first commands you should become familiar with when starting to work with Docker.
Sat Jun 06 2020
How to Check for Listening Ports in Linux (Ports in use)

Sat Jun 06 2020
How to Increment and Decrement Variable in Bash (Counter)

Sat Jun 06 2020
Bash Source Command

Sat Jun 06 2020
Creating a Self-Signed SSL Certificate

Fri Jun 05 2020
How to Redirect stderr to stdout in Bash

Thu Jun 04 2020
How to Install GCC (build-essential) on Ubuntu 20.04
