tracking

All posts tagged tracking by Linux Bash
  • Posted on
    Featured Image
    In the ever-evolving landscape of web development and system administration, the integration of artificial intelligence (AI) is becoming increasingly crucial. As a full-stack developer or a system administrator, your role might now extend to overseeing machine learning (ML) models – ensuring they perform efficiently post-deployment. This guide intends to empower you with Bash scripting skills to monitor and track the performance of ML models directly from your Linux environment. Bash (Bourne Again SHell) is the default command-line shell on most Linux distributions and some versions of macOS. Known for its efficiency in handling repetitive tasks, Bash can be a powerful tool for automating the monitoring and reporting of ML model metrics.
  • Posted on
    Featured Image
    In the realm of server management and maintenance, knowing the uptime of your system can be quite enlightening. It helps administrators gauge system reliability, schedule maintenance, and boast about the server's stability and robustness. Linux, renowned for its stability, often sees systems with months or even years of uptime. For those interested in tracking and managing this uptime straight from the command line, uptimed is an essential tool to consider. uptimed is an open-source utility that runs as a background daemon on Linux systems to track the system's uptime history. It records system uptimes, and through its command uprecords, one can view a leaderboard of uptime records.
  • Posted on
    Featured Image
    For both novice and seasoned system administrators, troubleshooting and monitoring a Linux system can often feel like a daunting task. Fortunately, Linux has powerful built-in tools that make this complex task manageable. Two such indispensable tools for logging and debugging are dmesg and journalctl. This blog post delves into how these tools work and how you can leverage them to better understand and manage your Linux systems. The dmesg command is a crucial tool that displays messages from the kernel ring buffer. These messages are typically generated by device drivers and other kernel components and can provide invaluable information, particularly immediately after system boot-up.