@VincentLogic: Discovered a powerful network monitoring tool for the terminal! With RustNet, you can monitor all network connections in real-time directly from the terminal. See at a glance which processes are secretly transmitting data and who is connecting to your server. The best part is seeing the application associated with each connection—something Wireshark can't do. You can view this directly over SSH without needing X11 forwarding…

X AI KOLs Timeline Tools

Summary

Introduces RustNet, a terminal-based network monitoring tool developed in Rust. It supports real-time connection monitoring, process association, and traffic analysis, making it ideal for operations and security troubleshooting.

I found a fantastic network monitoring tool for the terminal: RustNet. It allows you to monitor all network connections in real-time right from the command line, letting you instantly see which processes are quietly transmitting data and who is connected to your server. The coolest feature is its ability to display the application corresponding to each connection—something Wireshark doesn't offer. You can check this directly over SSH without needing X11 forwarding. The interface is divided into four sections: - Overview: A list of all connections + real-time traffic - Details: SNI, encryption algorithms, geographic location, DPI - Charts: Traffic trends, application distribution, top processes - Network Interfaces: Send/receive history for each interface It supports filtering by `port:`, `process:`, and `sni:`, allowing you to search like `fzf` to troubleshoot issues incredibly fast. It can also run with automatically reduced privileges, making it very secure. For ops, backend developers, and security professionals, keeping this tool handy in the terminal can double your efficiency when troubleshooting network issues. Project link is in the comments. #NetworkMonitoring #Rust #Terminal #OpsTools #OpenSource
Original Article

Similar Articles

@IndieDevHailey: Terrifying! You can tell what people are doing behind the next wall just using home Wi-Fi! The open-source project RuView has skyrocketed to over 50k stars on GitHub, totally blowing up! No cameras needed, no wearable devices required—just ordinary home Wi-Fi signals allow you to see through walls: - How many people are next door, their exact locations, whether they’re walking or lying down—all visible - Real-time human pose estimation (17 keypoints) - Automatically measures breathing and heart rate while sleeping - Instant alerts for falls, with highly accurate action recognition

X AI KOLs Timeline

The open-source project RuView leverages Wi-Fi signals and AI technology to achieve camera-free through-wall sensing, capable of real-time human pose recognition, breathing monitoring, and fall detection. It has garnered significant attention on GitHub. Emphasizing privacy and security, the project processes all data locally, supporting easy deployment via ESP32 or Docker.

@VincentLogic: Found an incredible open-source desktop AI tool from ByteDance! UI-TARS Desktop, with 31k stars, truly lives up to the hype. It can actually understand your screen and automate computer operations for you. Just tell it "Enable auto-save in VS Code and set the delay to 500ms", and it will automatically: -…

X AI KOLs Timeline

ByteDance's open-source desktop AI automation tool, UI-TARS Desktop, supports local execution and screen visual understanding. It can autonomously control your computer to handle daily tasks through natural language commands.

@geekbb: Great tool, a macOS sidebar utility for the Ghostty terminal that allows you to quickly create, switch between, and arrange terminal sessions. Smoothly control windows via Ghostty AppleScript and Accessibility APIs, enabling direct jumps to the Space containing a specific session from a floating panel. S…

X AI KOLs Timeline

Rig is a macOS sidebar utility developed for the Ghostty terminal, supporting rapid creation, switching, and arrangement of terminal session windows via AppleScript and Accessibility APIs.