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

Install-virtualbox-on-archlinux

How to Install VirtualBox on Arch Linux

VirtualBox is a free and open source, cross platform virtualization tool from Oracle that allows you to create virtual machines and try out different operating systems. It’s easy to install and use and you can create your own virtual machines, assign them resources such as … Read more

Enable-Nested-Virtualization-VirtualBox

How to Enable Nested Virtualization in VirtualBox on Linux

By default nested virtualization in Oracle VM VirtualBox on linux system is disabled. With the release of VirtualBox 6.1 we can enable nested virtualization on Intel CPUs starting with 5th generation Core i. Prerequisites for VirtualBox Nested Virtualization: VirtualBox Version 6.1 or higher AMD CPU … Read more

Use-Variables-in-Ansible-Playbook

How to Use Variables in Ansible Playbook

In this blog post, we will show you how to use variables in Ansible playbook. Automation is the backbone of modern IT operations, and Ansible stands as a key player in simplifying complex tasks. One of Ansible’s powerful features is the ability to use variables … Read more

Install-yarn-debian10

How to Install Yarn on Debian 10

Yarn is a JavaScript package manager developed by Facebook that provides a list of benefits over its counterpart NPM. Some of these include: Faster rate of package downloads, ability to download offline packages and auto-generation of lock files. In this brief tutorial, we will give … Read more

Conditions-in-Ansible

How to Use When Conditional Statement in Ansible Playbook

In this guide, we will show you how to use when conditional statement in Ansible playbook with examples. Ansible, the open-source automation tool, empowers system administrators and DevOps professionals to streamline complex IT processes. One of Ansible’s key features is its ability to execute tasks … Read more

Sync-Time-Linux-Server-Chrony

How to Sync Time in Linux Server using Chrony

Time plays an important role in Linux servers specially when they are used in banking, stock markets and other financial sectors. If we want all our Linux servers should have the correct time, then we must configure some NTP client which will fetch correct time … Read more