How To Check Elasticsearch Version

If we're running Elasticsearch, it's important to know the version of the product we're using for various reasons, such as checking for upgrades or ensuring compatibility with other components of…

Installing pip On Ubuntu 22.04 LTS

In this short tutorial we will learn how to install pip (Package Installer for Python) on Ubuntu 22.04 LTS Linux operating system. We will install pip2 and pip3. Most distributions…
How to check Redis version

How To Find out Redis Version

In this tutorial, we will learn how to check Redis Server Version in various ways. There are several ways to find the Redis Version that is already installed on the…
How to drop MongoDB Database

How To Drop Database In MongoDB

In this article we will discuss how to drop database in MongDB. Sometimes we have to delete the database that we have built inside. There are many reasons for deleting…