Cyberithub

How to create and configure Zone in Solaris 11

In this article, I will take you through steps to create and configure Zone in Solaris 11. As per Oracle Documentation, The Solaris Zones partitioning technology is used to virtualize operating system services and provide an isolated and secure environment for running applications. A zone is a virtualized operating system environment created within a single ... Read more

16 Best ls command examples in Linux

16 Best ls command examples in Linux 15

In this article, I will take you through the usage of ls command in Linux. ls command in Linux is a daily use command to list out the files and directories. From Linux Administrator to Linux Developer, everyone uses it to perform very basic listing operations. Hence it is important to understand the usage of ... Read more

How to Install Nginx on Ubuntu 18.04

In this article, I will take you through the steps to install Nginx on Ubuntu 18.04. Nginx, pronounced eNgineEx, a web server developed by Igor Sysoev in 2002. It was officially released in 2004. According to the Official Nginx Website, it is defined as an HTTP and reverse proxy server, a mail proxy server, and ... Read more

Top 12 Nginx Commands Every Linux Admin Should Know

In this article, I will take you through top 10 Nginx commands which is important for every Linux Admin using Nginx Server. As per Nginx Wiki, NGINX is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. NGINX is known for its high performance, stability, rich feature set, ... Read more

How to Install Apache Kafka on Ubuntu 18.04

How to Install Apache Kafka on Ubuntu 18.04 20

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 22

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