馃殌 Installing NGINX with VTS (Virtual Host Traffic Status) Module on Ubuntu 24.04Jun 11, 2025路1 min read路275
PinnedUyuni: Configuration management, patch management, and infrastructure installation and management ToolThis article explains how to install and manage Uyuni on openSUSE Leap Micro 5.5 and above. The purpose of setting up Uyuni is primarily for patch management, configuration management, and integrating Ansible control. Uyuni serves as a centralized ma...Mar 22, 2025路5 min read路252
Real-Time Elasticsearch-Kibana Logs Monitoring with Microsoft Teams & Slack AlertsMar 22, 2025路4 min read路60
High Availability (HA)High Availability (HA) simply refers to the quality of a system to operate continuously without failure for a long period of time. HA solutions can be implemented using hardware and software, and one of the common solutions to implementing HA is clus...May 7, 2024路3 min read路14
How to Secure Your Internet Connection with OpenVPN on LinuxBoost Your Online Privacy with OpenVPN on UbuntuJun 25, 2023路4 min read路109
Installing & Configuring Node Exporter-Prometheus-Grafana-AlertManager-BlackboxPrometheus is a monitoring solution for storing time series data like metrics. Grafana allows visualizing the data stored in Prometheus (and other sources). The Alertmanager handles alerts sent by client applications such as the Prometheus server. It...Jun 25, 2023路7 min read路251
Setup a 3 Node MongoDB Replica Set on Ubuntu 20MongoDB, the database for modern applications. If you are not familiar with MongoDB, its a general purpose, document based, distributed database. What are we building ? MongoDB Replica Sets are Groups of mongod processes that maintain the same datase...Jun 25, 2023路12 min read路67
Handling web-Sockets in Apache, Nginx and Ha-proxyWebSockets were introduced to open two-way interactive communication sessions, between a client and a server. This paved the way for event-driven responses, such as notifying a user of new content without refreshing the page. Dealing with WebSockets ...Jun 25, 2023路4 min read路850
How to install Glusterfs on Ubuntu and CentosGLUSTERFS INSTALLATION in UBUNTU and CENTOS GlusterFS is an open-source, distributed file system that is designed to scale to multiple petabytes of storage. It uses a client-server architecture that allows for deployment across physical, virtual, and...Jun 25, 2023路4 min read路70