Category: Linux

Redis Migration With Zero Downtime to Memorystore

Redis Migration With Zero Downtime to Memorystore In this post we are going to discuss Redis Migration With Zero Downtime from One Server to another server or to Memorystore. There are several ways to migrate from one Redis Server to another Redis Server or MemoryStore but none of them supports zero downtime. Transferring data between […]

How to Install Apache Spark on Ubuntu VM

How to Install Apache Spark on Ubuntu VM Before we proceed with the installation make sure you have Java installed on your Ubuntu system because Apache Spark requires Java. Check if Java is installed by running the following command: java -version If Java is not installed, use the following command to install : sudo apt-get […]

How to Install Apache Airflow on Ubuntu

How to Install Apache Airflow on Ubuntu VM   Update the Packages We need to update the packages before we install the dependencies If you see any error like pip not found, Use the following command to install pip for Python 3: sudo apt install python3-pip Once the installation is completed, verify the installation by […]

How to install MySQL on Ubuntu VM

How to install MySQL on Ubuntu Step by Step Guide on How to Install MySQL Server on Ubuntu VM Update Package List: Start by updating the package list on your Ubuntu server to ensure you have the latest information about available packages: sudo apt update Install MySQL Server: Use the following command to Install MySQL […]