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

performance

Linux tutorial - IT technology blog
Posted inLinux

Hunting Down CPU-Hogging “Culprits” on Linux: Mastering perf and Flame Graphs

Posted by By admin May 13, 2026
A detailed guide on using perf on Linux for CPU profiling and Flame Graph generation. Learn how to pinpoint slow functions with minimal overhead.
Read More
Virtualization tutorial - IT technology blog
Posted inVirtualization

Installing Waydroid on Ubuntu: Run Android as Smoothly as a Native App with Containers

Posted by By admin May 12, 2026
Forget heavy Android emulators. This guide helps you install Waydroid on Ubuntu—a lightweight, smooth, and resource-efficient solution via LXC containers.
Read More
Development tutorial - IT technology blog
Posted inDevelopment

Practical Redis Caching: From DB Crashes to Handling Millions of Requests

Posted by By admin May 3, 2026
Key takeaways from 6 months of operating Redis in production. Detailed guide on reducing Database load from 95% to 15% using Cache-Aside, Write-Through, and Jitter TTL techniques.
Read More
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
Development tutorial - IT technology blog
Posted inDevelopment

Goodbye Node.js? A Guide to Speeding Up JavaScript Projects 10x with Bun.js

Posted by By admin April 26, 2026
Is it time to say goodbye to Node.js? A detailed guide on using Bun.js to significantly speed up JavaScript/TypeScript development. Learn how to install, manage packages, and use the ultra-fast test runner.
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
Python tutorial - IT technology blog
Posted inPython

Celery & Redis: Background Task Solutions to Speed Up Python Applications

Posted by By admin April 22, 2026
Significantly speed up Python applications by offloading heavy tasks to Celery and Redis. A detailed guide from setup to professional worker management.
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
Database tutorial - IT technology blog
Posted inDatabase

PostgreSQL Indexing: Don’t Just Use B-Tree for Millions of Rows

Posted by By admin April 19, 2026
Stop overusing B-Tree for everything. This article shares practical experience on using GIN for JSONB, BRIN for Big Data, and how to create indexes without locking your production database.
Read More
Virtualization tutorial - IT technology blog
Posted inVirtualization

Optimizing KVM/Proxmox Resources: Stop VMs from Draining Your Hardware

Posted by By admin April 9, 2026
Managing KVM/Proxmox resources effectively is easy when you know how. Guide on optimizing CPU Type, configuring VirtIO SCSI, and RAM Ballooning tips to prevent bottlenecks.
Read More

Posts pagination

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