Linux

Master essential Linux commands in CentOS for DevOps beginners.

Essential Linux Commands Every DevOps Beginner Should Master in CentOS

As a DevOps practitioner, having a solid understanding of the Linux command line is crucial. The command line interface (CLI) provides you with powerful tools to manage and administer your CentOS server efficiently. In this article, we will cover some fundamental Linux commands that every beginner in the world of DevOps should master. These commands […]

Essential Linux Commands Every DevOps Beginner Should Master in CentOS Read More »

A yellow padlock on a wooden door.

How to generate self-signed certificate in Linux

In this tutorial, I will be using CentOS 7 to generate self-signed certificates. You can use any Linux operating system as long as it is Openssl install. To install Openssl follow the below guide: Openssl installation CentOS, Redhat, Fedora: Ubuntu, Debian Generating certificate with password Command: Interactive view: Verify output Generating certificate without password Command:

How to generate self-signed certificate in Linux Read More »

A close up of code on a wall.

Hosting ASP.NET Core 2.1 application on CentOS 7 with NGINX

In this tutorial, I will demonstrate how to setup web hosting for ASP.NET Core 2.1 application in CentOS 7 Linux operating system using NGINX web hosting platform. Before we proceed, let’s make sure the system is up-to-date. Follow below steps. Setup NGINX and Firewall If it returned running. That means firewalld service is in running

Hosting ASP.NET Core 2.1 application on CentOS 7 with NGINX Read More »

Scroll to Top