In this tutorial, we will guide you through the installation process of ZooKeeper on Kali Linux Latest.
Before we proceed with the installation, there are some prerequisites that need to be fulfilled.
Follow the steps below to install ZooKeeper on Kali Linux Latest:
Open the terminal on Kali Linux Latest by pressing the "Ctrl + Alt + T" keys simultaneously.
Update the system by running the following command:
sudo apt-get update
sudo apt-get install wget tar
wget http://apache.spinellicreations.com/zookeeper/zookeeper-3.6.3/apache-zookeeper-3.6.3-bin.tar.gz
tar -xvf apache-zookeeper-3.6.3-bin.tar.gz
sudo mv apache-zookeeper-3.6.3-bin /usr/local/zookeeper
sudo ln -s /usr/local/zookeeper/bin/zkCli.sh /usr/bin/zkCli.sh
sudo nano /usr/local/zookeeper/conf/zoo.cfg
tickTime=2000
dataDir=/usr/local/zookeeper/data
clientPort=2181
Save and exit the file by pressing "Ctrl + X" followed by "Y" and "Enter".
Start the ZooKeeper server by running the following command:
sudo /usr/local/zookeeper/bin/zkServer.sh start
sudo /usr/local/zookeeper/bin/zkCli.sh
In this tutorial, we have shown you how to install ZooKeeper on Kali Linux Latest. We hope that you found this tutorial helpful. If you have any questions, please leave them in the comments section below.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!