Tagged articles
9 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Jul 17, 2024 · Fundamentals

9 Powerful Python Techniques to Copy Files Efficiently

This tutorial explores nine different Python approaches—including shutil, os, threading, and subprocess—to copy files, explaining their behavior, performance implications, error handling, and platform considerations so you can choose the most suitable method for your application.

file copyosshutil
0 likes · 12 min read
9 Powerful Python Techniques to Copy Files Efficiently
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.

command-linedddisk backup
0 likes · 7 min read
Master Linux dd: Copy, Backup, and Transform Files with Powerful Commands
ITPUB
ITPUB
Apr 21, 2020 · Operations

How to Exclude Files and Directories When Copying with cp, scp, and rsync

This guide shows Linux administrators how to copy files while excluding specific files or directories using three common utilities—cp, scp, and rsync—by demonstrating practical command‑line examples and the necessary syntax for selective transfers.

cpexcludefile copy
0 likes · 6 min read
How to Exclude Files and Directories When Copying with cp, scp, and rsync