This post focus mainly on a scenario which we might face at times when we need to install Docker Compose but access to web / internet is not possible from the server due to security or access restrictions.. Docker gives alternate options for installing Compose using pip or as a Container. But even these options […]
Author: Murali
Indian Energy Exchange Limited An Exchange or a Platform where Electricity is TRADED It took some amount of googling to understand this better… Though I first heard about this, when I was an expat in Chile, one of the pioneers in Energy Sector reformation. Took a tour of their official site Check this: https://www.iexindia.com/Default.aspx Checked the stock […]

Top 15 rules prescribed by Peter Lynch. This is especially important if you are just starting out on the investment journey
Root password of a Docker container
Steps and user commands to
gain Root User privileges for Docker containers
Useful Linux / Unix Commands
Useful Unix Commands for Debugging This is my list of commands found useful while debugging issues in logs, servers, process, etc., With regard to the list, will share the commands which I use in the real world scenarios.. lsof Used to get the list of “open files” in linux and all the […]

Cloud Native Computing Foundation’s Certified Kubernetes Application Developer – CKAD – is one of the certifications available on Kubernetes
WSO2 ESB – Disable Endpoint Suspension
WSO2 Endpoints An endpoint in simple terms is a URL (destination) that can be used by any WSO2 service which needs to send a message to that particular destination / API. The endpoints can be configured for both external and internal services, peer services running inside the same ESB instance or from the host system. […]
Endeca Workbench Architecture

Explore Endeca Workbench Workbench is an hybrid web application, housing the Experience Manager (XM), EAC console, Data sources (CAS crawls) etc., providing the bunch of capabilities for business users and also the content and system administrators to configure and administer the Endeca application. The workbench application is made up of other well known […]
An Introduction to Stomp Protocol
STOMP – The Streaming (or Simple) Text Oriented Messaging Protocol So, what is STOMP? Simply put, it’s a Text Oriented protocol for messaging between two applications or through a message broker. STOMP provides an inter-operable wire format so that STOMP clients can communicate with any STOMP message broker to provide easy and widespread […]