Category: Linux Application
All applications related to Linux are dump here
Many many days back, I wrote an article about some basics commands of git. It is a very basic article and is not sufficient to progress in a PROD environment. Here, I will try to resolve some confusion (How and What? ) when playing around with git. I would recommend you have a test repository. […]
If you are reading this article, I guess you already went over part 1 which addressed the main issues about Memory. In part 1, we have mostly seen how memory reacts in a virtual environment. We should not confuse virtual memory in virtualization and virtual memory systems between physical memory and virtual addresses. It’s completely […]
In the past, I wrote an article on how to analyze memory using Lime. We have also seen how to analyze a process using blktrace, blkparse, btrace, etc. Another more interesting way of analyzing processes due to system performance is by using strace which I already blogged. Also, we looked into some basic disk usage […]
In this article, I’m going to show the step by step how I set up an HA redundancy group using three Solace PubSub+ event brokers for direct messaging. In this configuration style, the backup node will remain on standby mode. I imported two Solace PubSub+ OVA file on my VirtualBox hypervisor. They were named as […]
In the previous blog post, we went directly into the installation and configuration of a Kubernetes cluster. In this one, we will get into some details into the fundamentals and some explanations. On of the challenging topic are Microservices, Docker, and Kubernetes. Microservices Microservices – A microservice can be referred to as an architecture style […]