Cloud Computing Linux Application Networking and Hardware

Getting started with Solace message broker

Estimated read time 6 min read

I have never heard of a Solace message broker, except for RabbitMQ which is used in VMware architecture. Well,  I might come across some message brokers years back but did not interact enough. Since days, I was playing around with [Read More…]

Linux Application

Running Jenkins on Docker Container

Estimated read time 2 min read

Time is very precious. Back in the year 2016, I have published an article on installing Tomcat and Jenkins. During those days, I was not familiar with Docker containers. However, with Docker, everything is now quickly deployed, destroyed and re-recreated [Read More…]

Linux Application Linux System

Install Zabbix with MariaDB PHP7 HTTPD and on Centos7

Estimated read time 4 min read

When it comes to monitoring, one of the famous web application for monitoring is Zabbix. In this article, we will see the basic installation and configuration of a Zabbix machine on a CentOS7. Zabbix is an open-source monitoring software tool [Read More…]

Linux Application Linux System

Setting up a basic mail server with Postfix, Dovecot and MariaDB

Estimated read time 5 min read

Setting up a mail server is very simple if you understand the basic concept. In this blog post, I’m going to focus on the installation of a basic mail server using Postfix (MTA), Dovecot(MDA), and MariaDB. I will explain it [Read More…]

Linux Application Scripts and codes

Deploy AWS EC2 instances using Ansible

Estimated read time 3 min read

We have seen in the past how to use Terraform to deploy AWS EC2 instance. But, this is also possible using Ansible. In this blog post, we will focus on the deployment of AWS EC2 instance using Ansible. I assume [Read More…]