Tagged articles
22 articles
Page 1 of 1
Deepin Linux
Deepin Linux
May 22, 2025 · Operations

Understanding Buffers and Cache in Linux Memory Management

This article explains the concepts, working principles, and system parameters of Linux buffers and cache, compares their roles in read/write operations, and provides practical vmstat and dd command examples to illustrate how they affect memory usage and I/O performance.

bufferddperformance tuning
0 likes · 19 min read
Understanding Buffers and Cache in Linux Memory Management
Raymond Ops
Raymond Ops
May 4, 2025 · Operations

How to Safely Clone an Ubuntu System Disk with dd: Step‑by‑Step Guide

This article provides a comprehensive, step‑by‑step guide on using the low‑level dd tool to back up and restore an Ubuntu system disk, covering prerequisites, preparation, command examples, optional compression, feasibility analysis, precautions, and a concise conclusion.

Linux operationsLiveUSBUbuntu
0 likes · 7 min read
How to Safely Clone an Ubuntu System Disk with dd: Step‑by‑Step Guide
Liangxu Linux
Liangxu Linux
Nov 28, 2024 · Operations

How to Clone an Ubuntu System Disk with dd: A Complete Step‑by‑Step Guide

This guide explains how to use the low‑level dd command to create exact backups of an Ubuntu system disk, covering required hardware, preparation steps, precise dd commands for disk‑to‑disk and disk‑to‑image copying, optional compression, restoration procedures, advantages, limitations, and safety precautions.

LinuxUbuntucommand-line
0 likes · 8 min read
How to Clone an Ubuntu System Disk with dd: A Complete Step‑by‑Step Guide
Linux Kernel Journey
Linux Kernel Journey
Nov 27, 2024 · Operations

How to Resolve Linux Out‑of‑Memory Issues with a Swap Partition

When a small 2 CPU / 2 GB Alibaba Cloud instance runs Java, Nginx, MySQL, and Redis, memory quickly exhausts; this guide shows how to create and configure a swap file, set appropriate permissions, enable it at boot, and tune the swappiness parameter to mitigate out‑of‑memory failures.

LinuxMemory ManagementSwap
0 likes · 4 min read
How to Resolve Linux Out‑of‑Memory Issues with a Swap Partition
Liangxu Linux
Liangxu Linux
Mar 5, 2024 · Operations

Master Linux dd: Copy, Backup, and Transform Files with Powerful Commands

Learn how to harness the versatile Linux dd command for copying files, creating and restoring disk images, generating random data, adjusting block sizes, showing progress, skipping or truncating data, and performing on‑the‑fly conversions, with clear examples and practical tips for safe usage.

Linuxcommand-linedd
0 likes · 7 min read
Master Linux dd: Copy, Backup, and Transform Files with Powerful Commands
ITPUB
ITPUB
Dec 18, 2020 · Operations

Master Linux System Backup and Restore with tar, rsync, and dd

This guide explains how to back up an entire Linux system or create a disk image using tar, rsync, and dd commands, covering exclusion of system directories, restoration steps, and special considerations for migrating to a new host.

BackupLinuxSystem Administration
0 likes · 8 min read
Master Linux System Backup and Restore with tar, rsync, and dd
Open Source Linux
Open Source Linux
Jun 15, 2020 · Fundamentals

Why Deleting a File on Linux Doesn’t Always Free Disk Space

This article explains how Linux file deletion works, why space may not be released when a file is removed, and shows practical commands and a C example to illustrate inode reference counting, using tools like df, dd, lsof, and proper file‑descriptor handling.

c-programdddisk space
0 likes · 7 min read
Why Deleting a File on Linux Doesn’t Always Free Disk Space
Liangxu Linux
Liangxu Linux
Jan 22, 2020 · Operations

Master Linux Backups with dd: 6 Practical Examples

Learn how to protect critical data on Linux by using the powerful dd command, with six detailed examples covering full-disk cloning, image creation, partition backup, floppy and CD ISO imaging, and essential options like conv=noerror and bs for reliable, low-level backups.

System Administrationdddisk cloning
0 likes · 5 min read
Master Linux Backups with dd: 6 Practical Examples