Categories
Technology

How to Install Docker Compose Offline

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 […]

Categories
Investing

Indian Energy Exchange IEX – Stock analysis

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 […]

Categories
Investing

Peter Lynch – Top 15 Rules Prepare To Invest

Top 15 rules prescribed by Peter Lynch. This is especially important if you are just starting out on the investment journey

Categories
Technology

Root password of a Docker container

Steps and user commands to
gain Root User privileges for Docker containers

Categories
Technology

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 […]

Categories
Technology

Certified Kubernetes Application Developer – CKAD

Cloud Native Computing Foundation’s Certified Kubernetes Application Developer – CKAD – is one of the certifications available on Kubernetes

Categories
Technology

WSO2 ESB – How to track messages between mediation flows

Message Tracing   WSO2 ESB Services / APIs for Enterprise level applications, usually consume services deployed in other WSO2 products like DSS, BRS or use services deployed in some legacy or third party application in order to complete the service request. This means you have multiple endpoints configured and used, across different sequences encompassing the […]

Categories
Technology

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.  […]

Categories
Technology

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 […]

Categories
Technology

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 […]