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

Stop Wasting Your SSD: Using tmpfs to Turbocharge Linux I/O

June 17, 2026
Boost your Linux server performance by moving high-I/O tasks to RAM. This guide shows you how to set up and manage tmpfs for temporary files, build directories, and database caches.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Beyond Cron: Mastering at and anacron for Flexible Linux Scheduling

June 17, 2026
Don't let downtime kill your automation. Learn how to use 'at' for one-off Linux tasks and 'anacron' for reliable periodic scheduling on systems that don't run 24/7.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Linux CPU Frequency Scaling with cpupower and cpufreq-utils: Boost Performance and Save Power

June 16, 2026
CPU frequency scaling governors directly affect how fast your Linux system responds under load. This guide walks through using cpupower and cpufreq-utils to inspect, change, and persist governor settings on both servers and laptops, with real command examples and tips from production deployments.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Migrating from X11 to Wayland on Linux: Fix Incompatible Apps and Optimize Your Desktop on Ubuntu and Arch Linux

June 16, 2026
A field-tested guide to switching from X11 to Wayland on Ubuntu and Arch Linux — covering XWayland compatibility, screen sharing fixes, Electron app flags, clipboard quirks, and CJK input setup. Built from real migration experience, with commands that actually work.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Mastering io_uring on Linux: Next-Generation Async I/O That Outperforms epoll

June 16, 2026
io_uring is Linux's modern async I/O interface that cuts system call overhead dramatically compared to epoll by sharing ring buffers between userspace and kernel. This guide compares I/O models side-by-side, walks through liburing setup on Ubuntu 22.04, and includes working C code examples for file reads and batched operations.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Configuring Real-time Kernel (PREEMPT_RT) on Linux for Ultra-Low Latency Workloads

June 15, 2026
The standard Linux kernel is built for throughput, not determinism — and that difference matters the moment your application needs microsecond-level timing guarantees. This guide walks through installing the PREEMPT_RT kernel, isolating CPU cores, tuning IRQ affinity and scheduling limits, and verifying your setup with cyclictest under realistic load.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Linux Firmware Management with fwupd: Updating BIOS, SSDs, and Hardware Security

June 15, 2026
Learn how to manage and update hardware firmware on Linux using the powerful fwupd utility. This guide covers BIOS, SSD, and peripheral updates using the Linux Vendor Firmware Service (LVFS).
Read More
Linux tutorial - IT technology blog
Posted inLinux

Saving Your Data: A Pro’s Guide to GNU ddrescue for Failing Linux Drives

June 15, 2026
Don't let a failing hard drive take your data down with it. GNU ddrescue offers a smarter, multi-pass recovery method that prioritizes healthy data first.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Systemd Socket Activation: On-Demand Service Startup to Optimize Linux Boot and Resources

June 13, 2026
Systemd socket activation lets services start only when a client connects — cutting boot time and saving RAM for services that rarely run. This guide covers quick setup, configuration options, advanced multi-tenant patterns, and field-tested debugging techniques for getting socket activation right before it hits production.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Fixing Linux Filesystem Errors with fsck and e2fsck: Safe Recovery from Corrupted Partitions

June 13, 2026
Power loss, bad sectors, or an abrupt reboot mid-write can all corrupt a Linux ext4 filesystem. This guide compares fsck, e2fsck, and debugfs, explains when to reach for each one, and covers a complete recovery workflow from diagnosis to verification — including backup superblock recovery and file extraction from severely damaged partitions.
Read More

Posts pagination

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