Setup-Django-on-CentOS8

How to Setup Django Python Framework on CentOS 8

Django is an opensource, fully loaded, and versatile Python-based framework that enables developers to build and deploy scalable and robust web applications that can meet the high demands of end-users. The main objective of Django is to simplify the deployment of complex web applications and … Read more

Static-IP-Ubuntu-20-04-LTS-Desktop

How to Assign Static IP Address on Ubuntu 20.04 LTS

It is always recommended to assign a static IP address to a Linux system because static ip address will be persistent across the reboots. Recently canonical has released its stable operating system “Ubuntu 20.04 LTS (Focal Fossa)” for both desktop and servers. In this article … Read more

Use-Loops-Ansible-Playbook

How to Use Loops in Ansible Playbook

In the course of executing tasks in Ansible playbook, you might come across some tasks that are repetitive in nature. These are tasks that require you to create multiple plays, something which can be quite tedious. As with any programming language, loops in Ansible provide … Read more

Setup-NFS-Server-CentOS8-RHEL8

How to Setup NFS Server on CentOS 8 / RHEL 8

An acronym for Network File Share, NFS is a cross-platform client/server protocol that allows clients machines to access files shared by the NFS server over a network. Client systems can locally mount the filesystems from the NFS server and access files and directories as though … Read more

Ubuntu-20-04-Login-Post-Installation

Ubuntu 20.04 LTS (Focal Fossa) Server Installation Guide

On 23rd April 2020, Canonical has released its latest Ubuntu Operating system as “Ubuntu 20.04 LTS (Focal Fossa)”. It has been released for desktop and Servers. In this article we will demonstrate Ubuntu 20.04 LTS server installation steps with screenshots. Before initiating the Installation process, … Read more

Use-Ansible-Vault-Secure-Data

How to Use Ansible Vault to Secure Sensitive Data

Ansible is a fantastic automation and orchestration tool popular among many developers owing to its simplicity and ease of use. One of the most important features that comes with Ansible is the Ansible Vault. As you would guess it by now, Ansible vault is a … Read more

Install-Redis-Server-CentOS8-RHEL8

How to Install Redis Server on CentOS 8 / RHEL 8

Redis is an acronym for Remote dictionary server. It’s an open source, in-memory and persistent key-value database / store which stores data as key-value pairs and also doubles up as a message broker. Redis supports a wide array of data structures including sets, lists, hashes, … Read more

Install-php-7-4-CentOS8

How to Install PHP 7.4 on CentOS 8 / RHEL 8

PHP (Hypertext Preprocessor) is the most popular server-side scripting language and used in developing static and dynamic web sites. In this article, we will demonstrate on how to install latest version of PHP 7.4 on CentOS 8 and RHEL 8. Minimum System Requirements for PHP … Read more

Install-LEMP-Stack-Arch-Linux

How to Install LEMP Stack on Arch Linux

In this guide, you will learn how to install LEMP stack on an Arch Linux server. LEMP is a popular stack used by web developers for testing and hosting websites and applications. LEMP is an abbreviation for Linux Nginx (pronounced as Engine X) MariaDB / … Read more

NIC-Teaming-CentOS8-RHEL8

How to Configure NIC Teaming on CentOS 8 / RHEL 8

NIC teaming is the concept of combining or bonding 2 or more network interfaces into one logical interface to provide high throughput and redundancy. This practice is popular especially with critical servers where high availability is expected at all times. In a server with 2 … Read more