rust

All posts tagged rust by Linux Bash
  • Posted on
    Featured Image
    Guide to building a tiny, fast Rust daemon that samples CPU/memory, learns a rolling baseline via robust median/MAD z-scores, and flags anomalies in real time. It streams JSON for Bash-first routing (jq, curl, Slack), runs as a systemd service, validates with stress-ng, and offers tuning and extensions—delivering self-hosted, auditable monitoring in a single static binary without SaaS lock-in.
  • Posted on
    Featured Image
    The blog evaluates the benefits of Python, Rust, and Go in Linux Bash settings. Python is celebrated for its simplicity and broad utility in automation, Rust for its memory safety and efficiency in system-level tasks, and Go excels in concurrency and network services. These languages leverage Bash to enhance productivity and spur innovation, enabling robust applications and effective automation of tasks.
  • Posted on
    Featured Image
    Explore the comprehensive guide on Cargo, Rust's package manager. Learn how to install and configure Cargo across different Linux distributions using `apt`, `dnf`, and `zypper`. Understand key features like dependency management, project structure standardization, and extensibility with plugins. The guide also covers Cargo installation steps, including using Rustup, ensuring easy management of Rust projects.