thepurveshpanchal.hashnode.devAutomated Deployments of Meteor.js bundle using TerraformAutomating Deployment on EC2 Instance with Terraform and Docker Hey buddy! Tech can be tricky, but you鈥檝e got this. Think of this as a tech chat over coffee...or my personal favorite, chaay (tea). Let鈥檚 dive into how to automate deploying your Mete...Dec 15, 2024路4 min read
thepurveshpanchal.hashnode.devHow to Run Two MongoDB Instances on the Same Server (Standalone and Replica Set)Hey buddy! Tech can be tricky, but you鈥檝e got this. Think of this as a tech chat over coffee...or my personal favorite chaay(tea). Let鈥檚 get to it! If you're working with MongoDB, there might come a time when you need to run two MongoDB instances on...Nov 30, 2024路5 min read
thepurveshpanchal.hashnode.devHow to Reset Your Root Password for MySQL in No Time!Hey there, fellow MySQL wrangler! Ever been locked out of your MySQL database because the root password decided to pull a vanishing act? Or maybe it鈥檚 just not playing nice? Don鈥檛 sweat it! you鈥檙e in good company. This happens to pretty much everyone...Sep 5, 2024路4 min read
thepurveshpanchal.hashnode.devStep-by-Step Guide to Secure Elasticsearch with SSL Certs and AuthenticationThis detailed article will show you how to secure Elasticsearch on Ubuntu 20.04 using X-Pack and SSL/TLS encryption. Step 1: Install your desired version of Elasticsearch wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.15.0-...Aug 28, 2024路2 min read
thepurveshpanchal.hashnode.devHow to Configure a 3-Node MongoDB 6 Replica Set: Tested Step-by-Step GuidePrerequisites Before setting up the MongoDB 6.0.10 replica set, ensure you have completed the following prerequisites: Step 1: Install MongoDB 6.0.10 Install MongoDB 6.0.10 using the provided script: # Install required packages sudo apt-get install g...Aug 28, 2024路5 min read