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

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

Tutorial: How to do ElasticSearch Backup and Restore(v7.5)

Tutorial: How to do ElasticSearch Backup and Restore(v7.5) 5

In this tutorial, we will go through Elasticsearch Backup and Restore procedure. Elasticsearch is an open source search engine based on Lucene, developed in Java. It provides a distributed and multitenant full-text search engine with an HTTP Dashboard web-interface (Kibana). The data is queried, accessed and stored in a JSON document format. Elasticsearch is a ... Read more

Top 20 ElasticSearch API Query for Developers Part - 1

Top 20 ElasticSearch API Query for Developers Part - 1 6

In this article, I will take you through 10 Best ElasticSearch API Query. Elasticsearch is a search engine based on the Lucene library. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents. Elasticsearch is developed in Java. Here we will see different types of Elasticsearch api query ... Read more

How to Install or Enable ssh on Ubuntu(18.04/17.04/16.04)

In this tutorial, I will take you through the steps to enable ssh on Ubuntu(18.04/17.04/16.04). OpenSSH is a freely available version of the Secure Shell (SSH) protocol family of tools for remotely controlling, or transferring files between, computers. Traditional tools used to accomplish these functions, such as telnet or rcp, are insecure and transmit the ... Read more

How To Update or Upgrade CentOS 7.1 / 7.2 / 7.3 / 7.4 / 7.5 / 7.6 to CentOS 7.7 with Easy Steps

In this article, i will take you through the steps to update or upgrade CentOS 7.0 / 7.1 / 7.2 / 7.3 / 7.4 / 7.5 / 7.6 to CentOS 7.7. CentOS is a Linux distribution that provides a free, community-supported computing platform functionally compatible with its upstream source, Red Hat Enterprise Linux. Upgrade CentOS ... Read more