Cyberithub

How to install Apache Kafka on Ubuntu 18.04

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

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

Easy steps to Install Oracle Database 12c in Windows 10

In this article, I will take you through the steps to install Oracle Database 12c. Oracle database is the most widely used database across the world due to its multiple features capability. Some of its features are:- a)Cluster Creation: Provides Real Application Cluster(RAC) Performance. b)Performance and Scalability: Provides LOB(Large Object) Performance. c)Database Security: Uses standard … 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

Quick Tutorial: Process Management in Perl(v5)

In this article, I will go through the concept of Process Management in Perl. Process Management in Perl Process management in Perl is basically a way for the programs to ‘talk’ to each other, to keep track of what another process is doing and manage resources efficiently. What is Perl Abbreviated as Practical Extraction and … Read more

How to Install Chef 13 on RedHat/CentOS 7

In this tutorial, I will take you through the steps to install Chef 13 on RedHat/CentOS 7. Chef DevOps is a tool for accelerating application delivery and DevOps Collaboration. Chef helps solve the problem by treating infrastructure as code. Rather than manually changing anything, the machine setup is described in a Chef recipe. Install Chef … Read more