DevOps
Centralized Terraform State with AWS S3 and Web App Deployment
What we will achieve: Centralized Terraform State Management: Setting up an AWS S3 Bucket for Shared State Across Team...
Database
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
Log
Syslog configure to collect logs from nodes like Cisco, Huawei Switch Router
After installing Syslog in the server, we can configure it to receive log from UDP or TCP port and perform some...
NMS
SNMP for Monitoring
SNMP for NMS, is this technology still enough?
All Posts
Real-time Packet Capture of linux bridge, ping namespaces and Display with WebSocket
In this project, our objective is to: Create two Linux namespaces and establish a connection between them using a bridge. Verify connectivity by pinging between the namespaces. Develop a web-based visualization to monitor packet flow through the bridge using Node.js and Express.js. This involves setting up an HTTP server with an Express application, creating a WebSocket server, spawning a tcpdump process to capture packets, and streaming the captured packets in real-time to connected clients...