Skip to content
ITNotes ITNotes

From Terminal to Cloud

  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
Home » Linux » Page 5
Linux tutorial - IT technology blog
Posted inLinux

Managing Shared Libraries on Linux: ldconfig, ldd, and LD_LIBRARY_PATH Explained

June 13, 2026
Fix 'library not found' errors on Linux by understanding how the dynamic linker finds shared libraries. This guide covers ldconfig, ldd, and LD_LIBRARY_PATH with practical examples for real-world debugging and system setup.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Stop Disk Space Crashes: A Practical Guide to Linux Quotas and edquota

June 11, 2026
Disk space exhaustion can crash a server in seconds. This guide shows you how to use Linux quotas and edquota to set hard and soft limits for users, keeping your shared systems stable.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Custom Linux Kernels: Stripping the Bloat for Speed and Security

June 6, 2026
Compiling a custom Linux kernel allows you to strip away unnecessary drivers and optimize for specific CPU architectures, leading to a faster, more secure server.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Linux Namespaces: The Invisible Walls Behind Every Container

June 6, 2026
Go beyond the Docker CLI. Learn how Linux Namespaces like PID, NET, and User provide the actual isolation that makes containers work.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Why Is My Linux Load Average High Despite Low CPU Usage?

June 5, 2026
Is your Linux server lagging despite low CPU usage? Learn how to diagnose high load averages caused by I/O wait, disk saturation, and processes stuck in uninterruptible sleep.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Beyond APT: A Field Guide to Snap, Flatpak, and AppImage

June 4, 2026
Dependency hell is avoidable. Learn how to use Snap, Flatpak, and AppImage to isolate your Linux applications, improve security, and ensure your production services never crash after a system update.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Reboot Linux in Seconds: Using kexec to Skip BIOS and POST

June 4, 2026
Don't let BIOS and POST cycles ruin your uptime. This guide shows you how to use kexec to reload the Linux kernel instantly, skipping the time-consuming hardware initialization phase.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Stop Guessing: Use Flame Graphs to Pinpoint Linux CPU Bottlenecks

June 4, 2026
Ditch the guesswork. Learn how to use perf and Flame Graphs to visualize Linux CPU bottlenecks and fix performance issues with precision.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Ditch GRUB for systemd-boot: A Leaner, Faster Way to Boot Linux

June 4, 2026
Tired of slow boot times and complex GRUB configurations? Learn how to switch to systemd-boot, a lightweight and modern UEFI boot manager that simplifies your setup and speeds up your Linux system.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Debugging Linux Application Crashes with Core Dump and GDB: systemd-coredump Setup Guide

June 3, 2026
When a Linux application crashes in production, the difference between a 20-minute fix and a 3-hour investigation often comes down to whether you captured a core dump. This guide compares ulimit, systemd-coredump, and ABRT, then walks through configuring systemd-coredump and using GDB with coredumpctl for real post-crash analysis.
Read More

Posts pagination

Previous page 1 … 3 4 5 6 7 … 17 Next page
Copyright 2026 — ITNotes. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top