Cyberithub

How to Create a Network Bonding/Teaming in RedHat/CentOS 7

In this tutorial, I will take you through the steps to create a network bonding/teaming in Linux. Red Hat Enterprise Linux/CentOS 7 allows administrators to bind multiple network interfaces together into a single, bonded, channel. Channel bonding enables two or more network interfaces to act as one, simultaneously increasing the bandwidth and providing redundancy. Network … Read more

How to Install Ruby on CentOS/RedHat 7 in 5 Easy Steps

In this article, I will take you through the steps to install ruby on CentOS/RedHat 7.Ruby is an interpreted, high-level, general-purpose programming language. It was designed and developed in the mid-1990s by Yukihiro “Matz” Matsumoto in Japan. Ruby is dynamically typed and uses garbage collection. It supports multiple programming paradigms, including procedural, object-oriented, and functional … Read more

How to Install and Configure Redis Server on CentOS 7

In this tutorial, I will take you through the steps to install and configure Redis Server on CentOS 7. It is an in-memory data structure project implementing a distributed, in-memory key-value database with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, streams, and … Read more

How to Install Redis on Ubuntu 18.04

In this tutorial, I will take you through the steps to install redis on Ubuntu 18.04. As defined in Redis Documentation Redis is an in-memory data structure project implementing a distributed, in-memory key-value database with optional durability. It supports various abstract data structures like string, map, sets, lists, sorted sets, Hashes etc. Redis is unimaginably … Read more

10 Best brctl Command Examples in Linux

In this article, we will look at the top 10 best Linux brctl command examples for Ethernet Network Bridge. brctl command used for ethernet bridges. When you have multiple ethernet interfaces on your server and want to combine and present them as single entity then you need to use the concept of ethernet bridges. For … Read more

How to install Terraform on CentOS/RedHat 7 with Best Example

In this article, i will take you through the steps to install terraform on CentOS/RedHat 7. Terraform is an open-source infrastructure as code software tool created by HashiCorp. It enables users to define and provision a datacenter infrastructure using a high-level configuration language known as Hashicorp Configuration Language, or optionally JSON. I have already covered … Read more

How to install Terraform on Ubuntu 18

In this article, i will take you through the steps to install terraform on Ubuntu 18. Terraform is an open-source infrastructure as code software tool created by HashiCorp. It enables users to define and provision a datacenter infrastructure using a high-level configuration language known as Hashicorp Configuration Language, or optionally JSON. Install Terraform on Ubuntu … Read more

Top 10 Puppet Commands in Linux with Examples

In this article, I will take you through top 10 Puppet Commands in Linux. Puppet is an open source systems management tool for centralizing and automating configuration management. Configuration management is the detailed recording and updating of information that describes an enterprise’s hardware and software. If you are working in Automation or in DevOps profile, … Read more