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
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
Linux tutorial - IT technology blog
Posted inLinux

Mastering lsof: Find Which Process is Using Your Files and Ports

June 3, 2026
Master the lsof command on Linux to troubleshoot system issues by identifying which processes are using specific files, network ports, and sockets. Learn practical tips for production environments.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Stop Waiting: Mastering GNU Parallel to Maximize Your Linux CPU

June 3, 2026
Stop waiting for single-threaded Bash loops. Master GNU Parallel to run tasks across all your CPU cores simultaneously, reducing processing times from hours to minutes.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Linux SUID, SGID, and Sticky Bit: Master Special Permissions for System Security

June 2, 2026
SUID, SGID, and Sticky Bit are Linux's special permission bits that control privilege elevation and file ownership inheritance. Here's how each one works internally, when to actually use them in production, and how to audit your system before someone else finds the misconfigurations.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Linux CPU Pinning: How to Squeeze Every Drop of Performance from Your Hardware

June 1, 2026
Master Linux CPU resource management. Learn how to use taskset, numactl, and cpusets to eliminate context switching and optimize your high-performance applications.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Mastering OverlayFS: A Practical Guide to Union Filesystems and Container Storage

May 31, 2026
Master Linux OverlayFS to merge read-only and writable layers. This technical guide provides hands-on examples for Docker optimization, persistent Live USBs, and troubleshooting XFS ftype issues.
Read More

Posts pagination

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