Tagged articles
10 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
May 13, 2026 · Operations

Solve System Issues Fast with Linux Log Analysis

This guide walks Linux operators through the core log architecture, essential log files, powerful command‑line tools such as grep, awk, sed and journalctl, and step‑by‑step troubleshooting scenarios—including SSH connectivity, service failures, disk space, memory leaks, security incidents, and application logs—while providing ready‑to‑run scripts and advanced techniques for automated and centralized log analysis.

GrepLinuxSecurity
0 likes · 41 min read
Solve System Issues Fast with Linux Log Analysis
Liangxu Linux
Liangxu Linux
Apr 26, 2025 · Operations

Essential Linux Log Files Every Sysadmin Should Monitor

The article outlines the most important Linux log files located under /var/log, explains what each records—from system messages and authentication attempts to web server activity—and provides practical commands for viewing and alerting on critical entries to improve troubleshooting and security monitoring.

OperationsSysadminsystem logs
0 likes · 10 min read
Essential Linux Log Files Every Sysadmin Should Monitor
Efficient Ops
Efficient Ops
Mar 23, 2025 · Operations

Essential Linux Log Files Every SRE Should Monitor

This article outlines the most important Linux log files under /var/log, explains what each records—from system and kernel messages to authentication, web server, database, and firewall events—and shows practical commands for inspecting them, helping SREs improve fault detection and system observability.

system logstroubleshooting
0 likes · 9 min read
Essential Linux Log Files Every SRE Should Monitor
Liangxu Linux
Liangxu Linux
Apr 17, 2024 · Operations

Master Linux System Logs: Essential Commands, Files, and Tools

This guide explains how to view and manage Linux system logs using command‑line utilities like journalctl and dmesg, direct file access, and graphical tools, providing practical examples, common log file locations, and tips for filtering and monitoring log output.

LinuxLog ManagementSysadmin
0 likes · 5 min read
Master Linux System Logs: Essential Commands, Files, and Tools
Liangxu Linux
Liangxu Linux
Jan 8, 2024 · Operations

Master Linux System Logs: Command-Line Tools, Log Files, and GUI Viewers

This guide explains how to use Linux command-line utilities like journalctl and dmesg, directly inspect common log files such as /var/log/messages and /var/log/syslog, and employ graphical log viewers including GNOME Logs, KSystemLog, and Logwatch for effective system monitoring and troubleshooting.

Linuxdmesgjournalctl
0 likes · 5 min read
Master Linux System Logs: Command-Line Tools, Log Files, and GUI Viewers
Open Source Linux
Open Source Linux
Jan 8, 2024 · Operations

Master Linux System Logs: Commands, Files, and GUI Tools

Learn how to view and analyze Linux system logs using command-line utilities like journalctl and dmesg, explore key log files such as /var/log/messages and /var/log/auth.log, and discover graphical tools like GNOME Logs and Logwatch for effective troubleshooting and performance monitoring.

LinuxLog Managementdmesg
0 likes · 5 min read
Master Linux System Logs: Commands, Files, and GUI Tools
Practical DevOps Architecture
Practical DevOps Architecture
Feb 16, 2022 · Operations

Understanding Filebeat Harvester, Prospector, and Configuration for System Log Collection

This article explains how Filebeat’s harvester and prospector components read and forward system logs, maintain file offsets in a registry, and provides a sample YAML configuration for collecting logs from a specified file and sending them to Elasticsearch, illustrating key operational concepts for log management.

ELKlog collectionsystem logs
0 likes · 3 min read
Understanding Filebeat Harvester, Prospector, and Configuration for System Log Collection
Open Source Linux
Open Source Linux
Jan 10, 2022 · Operations

Where Does Linux Store Its System Logs? A Complete /var/log Guide

This article enumerates the most common Linux system log files under /var/log, explains the purpose of each log—including messages, dmesg, auth, boot, daemon, and service-specific logs—and lists key subdirectories for web, mail, audit, and other services.

LinuxLog FilesOperations
0 likes · 5 min read
Where Does Linux Store Its System Logs? A Complete /var/log Guide
Liangxu Linux
Liangxu Linux
Jul 27, 2020 · Operations

Essential Linux Tools for Binary Analysis, Debugging, and Performance Profiling

This guide outlines key Linux utilities for inspecting binaries during compilation (nm, strings, strip, readelf, objdump, addr2line) and for runtime debugging and profiling (gdb, ldd, strace, ltrace, time, gprof, valgrind, mtrace, oprofile), plus an overview of the proc filesystem and common system logs.

LinuxProc FilesystemProfiling
0 likes · 17 min read
Essential Linux Tools for Binary Analysis, Debugging, and Performance Profiling