
How to Install GCC Compiler on CentOS 7
The GNU Compiler Collection (GCC) is a collection of compilers and libraries for C, C++, Objective-C, Fortran, Ada, Go, and D, programming languages. This tutorial covers the steps required to install the GCC compiler on CentOS 7.
Read more

How to Install GCC Compiler on Ubuntu 18.04
The GNU Compiler Collection (GCC) is a collection of compilers and libraries for C, C++, Objective-C, Fortran, Ada, Go, and D, programming languages. This tutorial covers the steps required to install the GCC compiler on Ubuntu 18.04

How To Add a Git Remote
Git remotes are pointers to the versions of the repository that are typically stored on other servers. This guide explains how to add a new Git remote.

Secure Apache with Let's Encrypt on Debian 9
This tutorial will guide you through the process of obtaining a free Let's Encrypt using the certbot tool on Debian 9. We'll also show how to configure Apache to use the new SSL certificate and enable HTTP/2
Secure Apache with Let's Encrypt on CentOS 7

Secure Apache with Let's Encrypt on Ubuntu 18.04

Secure Apache with Let's Encrypt on CentOS 8

How to Check the Kernel Version in Linux

History Command in Linux (Bash History)

How to Install PostgreSQL on Debian 10
