Best of SysadminNovember 2024

  1. 1
    Video
    Avatar of mentaloutlawMental Outlaw·2y

    The Best Way to Learn Linux

    The best way to learn Linux is by using the Arch Wiki and man pages for necessary commands. Despite the reputation of Arch Linux as being for advanced users, its automated installer makes it accessible for beginners too. You can also use Manjaro for a GUI-based setup. While YouTube tutorials can be helpful, they often lack the detail and accuracy of written documentation. Moreover, setting up Vim for man pages can enhance your learning experience with syntax highlighting and better navigation features. Tools like TLDR and WikiMan can also simplify learning by providing concise command documentation and offline access to the Arch Wiki.

  2. 2
    Article
    Avatar of newstackThe New Stack·2y

    SysLinuxOS, A Linux Distro for System Administrators

    SysLinuxOS is a Debian-based Linux distribution tailored for system integrators and administrators. It boasts a variety of pre-installed networking and system tools, supporting multiple languages and offering GNOME or MATE desktops. Developed by Milan-based Franco Conidi, SysLinuxOS aims to provide a robust, feature-rich OS with enhanced security and monitoring tools. Notable inclusions are advanced firewalls, network analysis tools, and monitoring solutions like Nagios4 and Zabbix. SysLinuxOS is designed to work out of the box, offering extensive hardware support and a wide range of software for various administrative tasks.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    Manage Your Linux System Resources With These 7 Terminal Commands

    Learn how to manage your Linux system resources with seven essential terminal commands. These include 'top' for monitoring processes, 'htop' for a more colorful and user-friendly interface, 'free' for checking memory, 'vmstat' for virtual memory statistics, 'du' and 'df' for disk usage, 'lsof' to see open files, and 'uptime' to check system run time.

  4. 4
    Article
    Avatar of communityCommunity Picks·1y

    bootandy/dust: A more intuitive version of du in rust

    Dust is an intuitive alternative to the traditional 'du' command, written in Rust for efficient disk usage analysis. It provides an easy way to see which directories are consuming disk space, without the need for additional flags. It supports various installation methods across different platforms, including cargo, brew, snap, pacstall, conda, deb-get, and scoop. Dust also features colored output to highlight the largest subdirectories and various commands for customized views.

  5. 5
    Article
    Avatar of communityCommunity Picks·1y

    Identify Hard Drive Bottlenecks With These 5 Linux Commands

    Improve the performance of your Linux computer by identifying hard drive bottlenecks using five essential commands: iostat, dstat, ioping, iotop, and atop. These tools help measure I/O statistics, provide real-time activity views, discover latency issues, and analyze hard drive usage similar to the 'top' command for processes. Install necessary packages using simple commands for distributions like Ubuntu, Fedora, and Manjaro, and utilize their detailed outputs to troubleshoot and optimize your system's data flow between hard drives and RAM.