Differences Between nohup, disown, and & in Linux
nohup, disown, and & all keep Linux processes alive after logout, but they work differently. Here's which one to reach for, when, and why.
All the articles with the tag "scripting".
nohup, disown, and & all keep Linux processes alive after logout, but they work differently. Here's which one to reach for, when, and why.
echo is convenient but inconsistent across systems; printf is portable and precise, know when to use each and avoid the gotchas.
grep is more powerful than you think, regex patterns, context flags, recursive search, and piping tricks that save hours of log digging.
The Linux commands every sysadmin reaches for daily, file ops, process management, networking, and text manipulation you can't live without.
Move Docker images between hosts without a registry using docker save and docker load, air-gapped deployments made simple.
Use docker cp to move files between running containers and your host machine, no volumes needed for one-off file transfers.
Run multiple commands in one docker exec call by piping a heredoc to the container shell, chain dependent steps and skip repeated container roundtrips.
xargs turns stdin into arguments, build complex pipelines, run parallel jobs, and handle filenames with spaces without breaking everything.
Advanced FFmpeg techniques, filter graphs, stream mapping, subtitle burning, speed adjustment, and batch processing scripts.
Shell globbing breaks inside docker exec because of how args are parsed, here's how to pass wildcards and asterisks correctly.
FFmpeg audio processing, normalize levels, convert formats, mix tracks, extract audio from video, and apply filters from the command line.
vim survival guide, modes, motions, search and replace, macros, splits, and the config tweaks that make it actually enjoyable to use.