Skip to content
ITFROMZERO - Share tobe shared!
  • Home
  • AI
  • Database
  • Docker
  • Git
  • Linux
  • Network
  • Virtualization
  • English
    • Tiếng Việt
    • English
    • 日本語
  • Home
  • AI
  • Database
  • Docker
  • Git
  • Linux
  • Network
  • Virtualization
  • English
    • Tiếng Việt
    • English
    • 日本語
  • Facebook

Linux

Linux tutorial - IT technology blog
Posted inLinux

How to Use strace to Debug Applications on Linux: Tracing System Calls and Finding Root Causes Effectively

Posted by By admin April 28, 2026
strace lets you trace every system call a process makes on Linux — from file opens and network connections to lock waits — without needing source code or recompiling. This guide covers practical strace usage for debugging permission errors, missing files, hanging services, and I/O bottlenecks.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Speed Up Your Linux Terminal with fzf: Find Files and History Instantly

Posted by By admin April 27, 2026
Learn how to install and configure fzf (fuzzy finder) on Linux to quickly search for files, command history, and manage processes. Practical tips to boost your Terminal productivity.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Controlling Process Resources with cgroups v2 on Linux: Limiting CPU, RAM, and I/O Without Docker

Posted by By admin April 27, 2026
Learn how to master Linux system resources with cgroups v2. Detailed instructions on limiting CPU, RAM, and I/O for applications running directly on the OS without Docker.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Real-time File Monitoring with inotifywait: Effortless Automation on Linux

Posted by By admin April 26, 2026
Master real-time file and directory monitoring on Linux with inotifywait. Expert tips on avoiding infinite loops and optimizing max_user_watches for Sysadmins.
Read More
Linux tutorial - IT technology blog
Posted inLinux

OOM Killer: Why Linux Kills Your MySQL and How to Protect It

Posted by By admin April 24, 2026
When a Linux application shuts down unexpectedly, the OOM Killer is often to blame. Learn how to read dmesg logs, understand the oom_score metric, and protect MySQL and Redis from being terminated by the OS.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Linux ACL: How to Set ‘Ultra-Detailed’ Permissions for Each User (Replacing chmod 777)

Posted by By admin April 24, 2026
Forget chmod 777! Learn how to use Linux ACLs for 'surgical' user and group permissions, solving permission issues in real-world projects.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Say Goodbye to Cron Jobs: Switching to systemd Timers for Superior Task Scheduling

Posted by By admin April 22, 2026
Learn to use systemd Timers for Linux task scheduling as a replacement for Cron Jobs. A detailed guide on configuring auto-retries, centralized logging, and resource limits.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Boosting Linux Server I/O Performance: noatime and tuned profile Tips

Posted by By admin April 22, 2026
A quick guide to optimizing Linux I/O performance by configuring noatime and using tuned profiles to reduce system latency.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Direnv: The ‘Lifesaver’ for Automating Per-Project Environment Variables on Linux

Posted by By admin April 13, 2026
Manually managing environment variables on Linux often leads to data mix-ups between projects. Learn how to use direnv to automatically load and unload configurations as you switch directories.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Hunting Down and Eliminating Zombie Processes: When Linux Servers Are Besieged by the Undead

Posted by By admin April 12, 2026
Zombie processes don't consume RAM but can exhaust PIDs, paralyzing your Linux server. Discover how to track down PPIDs and eliminate these 'undead' processes based on real-world experience.
Read More

Posts pagination

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