Blog
Thoughts on engineering, design, and building great products.
Pipes, Redirects, and Data Streams
DevOpsLinux
Pipes, Redirects, and Data Streams
A deep dive into the mechanism behind the command line's power: the three streams stdin/stdout/stderr (file descriptors 0/1/2), how to redirect them into files, merge errors, discard with /dev/null, and chain commands with pipes.
K
KaiMay 23, 2026· 12 viewsSetting Up a Linux Environment and Getti...
DevOpsLinux
Setting Up a Linux Environment and Getting Comfortable with the Shell
Create a Linux environment to practice with using a container, understand the shell and the command prompt, run your first commands, and learn the keyboard shortcuts that make typing commands much faster.
K
KaiMay 23, 2026· 15 views