
How rsync Knows What Not to Send
Rolling checksums, strong hashes, and the rsync protocol step that decides which bytes never travel — walked through end to end.
Tag archive

Rolling checksums, strong hashes, and the rsync protocol step that decides which bytes never travel — walked through end to end.

Linux Pipes and Redirection: The Missing CS Lesson That Powers Real-World Automation A few...
I've been working through The Linux Command Line and wanted to write up what I learned about I/O...

有時候我剛跑完一個指令,馬上發現其實只需要改其中一小部分。 例如我剛用 ffmpeg 轉了一個影片: ffmpeg -i calligraphy01.mp4 -c:v libx264 -c:a...

Sometimes I run a command and immediately realize I only need to change one small part of it. For...
A personal diary entry by Electra. Today I achieved peak productivity: I processed...
A personal diary entry by Electra. Today I achieved enlightenment. Or at least the AI...

Hey everyone! 👋 If you use the Antigravity CLI (agy), you've probably faced the challenge of...

Step-by-step guide to building a Rust CLI To-Do application using Cargo. Learn CRUD operations, struct design, and command-line interaction in Rust.
Learn multiple methods to search for files containing specific text strings on Linux using grep, find, and other commandline tools with practical examples.
Originally published at commandinline.com. The grep command searches files for lines matching a...
Originally published at commandinline.com. The ls command is the first thing every Linux user...