Cyberithub

How to Install Apache Kafka on Ubuntu 18.04

How to Install Apache Kafka on Ubuntu 18.04 1

In this article I will take you through the steps to install Apache Kafka on Ubuntu. Kafka was Originally developed at LinkedIn. Later on, in 2011 it became an Open Source Project. Since then it has evolved as a very important Real Time Data Pipeline application. Kafka basically provides a Distributed Streaming platform which you ... Read more

How to Install Apache Zookeeper On Ubuntu 18.04

How to Install Apache Zookeeper On Ubuntu 18.04 3

In this article, I will take you through Zookeeper Installation on Ubuntu 18.04. Zookeeper is an external software used to track information that must be synchronized across your cluster. In a Real world Distributed System, Cluster might get into any kind of Failures like individual nodes went down, time drift between the nodes, network go ... Read more

How to use tar command in Solaris 11

In this tutorial I will explain about how to use tar command in Solaris 11. Tar is a widely used tool for archiving and compressing the files in Unix environment. By default if you simply create .tar file then it will be just an archive of the files which is collected and grouped together in ... Read more

Top 10 Ping Command Examples in Linux

In this tutorial, I will take you through Best Ping Command in Linux. Ping is a computer network administration software utility used to test the reachability of a host on an Internet Protocol network. It is abbreviated as "Packet Internet Groper". It is available for virtually all operating systems that have networking capability, including most ... Read more

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