top of page
Profile
Join date: Jul 9, 2019
Posts (154)
Feb 16, 2026 ∙ 0 min
Building a Production-Ready Cluster: A Complete Three-Node Setup Guide
41
1
Feb 5, 2026 ∙ 3 min
Filebeat — The Silent Log Shipper
If you manage Linux servers long enough, you eventually hit this moment: Server is slow… users are shouting… and logs are everywhere. /var/log/messages /var/log/secure /var/log/nginx/access.log /var/log/nginx/error.log /var/log/mysql/error.log /var/log/audit/audit.log /app/logs/*.log /docker/containers/*/*.log So what do you do? You SSH into the box and start the ancient ritual: [root@siddhesh ~]# tail -f /var/log/messages [root@siddhesh ~]# tail -f /var/log/nginx/error.log [root@siddhesh ~]#...
39
1
Jan 30, 2026 ∙ 2 min
From On-Prem MySQL to AWS RDS: A Practical Migration Guide
Introduction When migrating applications to the cloud, databases are often the most critical and sensitive components. A poorly planned database migration can lead to downtime, data loss, or performance issues. In this hands-on guide, we will migrate a MySQL database from a Linux server to Amazon Aurora (MySQL-Compatible) using AWS RDS. This walkthrough is ideal for DevOps engineers, cloud engineers, and anyone learning AWS database migration. What You’ll Learn How to create an Amazon Aurora...
20
0
Siddhesh Kadam
Admin
Founder
More actions
bottom of page
