How to copy and paste in the terminal
Ctrl C cancels a command in the terminal, so copy and paste works differently there. Getting it right in Windows Terminal, macOS, Linux, tmux, Vim and over SSH.
ReadDevelopers copy and paste all day: commands, tokens, snippets and paths. Terminal tricks come first, then plain-English explainers for the formats you handle constantly.
Copying in the Windows command line is not like copying anywhere else, because Ctrl+C already cancels commands there. The classic cmd window, Windows Terminal, and the clip piping tricks.
ReadA UUID is a 128-bit value designed to be unique without any central authority handing it out. What they are, how the versions differ, and when to reach for one.
ReadA JWT packs a user's identity into a signed, self-contained token. What the three parts hold, how the signature works, and what a JWT does and does not protect.
ReadA hash function squeezes any input into a short, fixed fingerprint you cannot reverse. What hashing is, how it differs from encryption, and where it shows up.
ReadBase64 rewrites binary data as plain text so it survives systems that only expect text. What it does, why it is not encryption, and where you will meet it.
ReadCopying a file's full path is a two-second job once you know the shortcut. The menu trick, keyboard method and terminal command, on both Windows and Mac.
ReadHashing and encryption sound interchangeable but solve opposite problems: one is one-way, the other is meant to be undone. The difference, and why it matters.
Read