Mastering `scp`: Securely Transfer Files Like a Pro
Master the scp command for secure file transfers between servers. Covers syntax, recursive copy, port configuration, key-based auth, and common examples.
Article archive
Browse older engineering guides and field notes, page 38.
Continue browsing
Master the scp command for secure file transfers between servers. Covers syntax, recursive copy, port configuration, key-based auth, and common examples.
Execute commands and scripts on remote servers via SSH. Covers single commands, heredoc scripts, key-based auth, error handling, and automation tips.
Move ZFS ZVols and datasets between pools safely. Step-by-step guide covering snapshots, zfs send/receive, verification, and avoiding common data loss.
Learn how to setup k3s on CentOS 7 with this step-by-step tutorial. Perfect for beginners looking for a lightweight Kubernetes solution.
Set up a used Aruba S2500 enterprise switch for home networking. Covers factory reset, stacking port removal, VLAN config, and PoE optimization tips.
Convert async/await functions to Promises in JavaScript. Covers patterns, error handling, chaining, and when to use each approach in real-world projects.