Best of SysadminJanuary 2025

  1. 1
    Article
    Avatar of jeffgeerlingJeff Geerling·1y

    Top 10 ways to monitor Linux in the console

    Explore several modern and useful tools for monitoring Linux system performance through the console. From the basic 'top' utility to more advanced tools like 'htop', 'atop', 'iftop', 'iotop', 'nvtop', and 'btop', each tool offers unique features for CPU, network, disk, and GPU monitoring. Learn installation commands and get insights on when to use each tool for optimal system monitoring.

  2. 2
    Article
    Avatar of hnHacker News·1y

    I spent 18 years in the Linux console and I don't regret it

    The post explores the author's journey with Linux spanning over 18 years. It begins with their introduction to the OS in the early 2000s and continues to describe the learning experiences, nostalgic moments, and skills gained through using Linux without modern aids like the internet. It covers the transition from Windows to dual-boot setups, the acquisition of programming knowledge, the challenges faced, and the tools used. The author reminisces about university life and embedded programming, highlighting the long-term benefits of mastering the Linux console. The post concludes with reflections on the current state of Linux and the author's preferences for software and tools.

  3. 3
    Article
    Avatar of collectionsCollections·1y

    isd: An Interactive TUI for Effective Systemd Management

    isd is a terminal user interface designed to enhance the management of systemd units with features like fuzzy search, auto-refreshing previews, smart sudo handling, and a customizable interface. It supports system and user units, offers a command palette, and uses YAML configuration files. Installation is flexible, supporting AppImage, Nix, and Python package methods.