Skip to content

Instantly share code, notes, and snippets.

@serverwentdown
Last active March 16, 2026 08:23
Show Gist options
  • Select an option

  • Save serverwentdown/a4287ddf899e73d4727b46ce0b6ec56c to your computer and use it in GitHub Desktop.

Select an option

Save serverwentdown/a4287ddf899e73d4727b46ce0b6ec56c to your computer and use it in GitHub Desktop.

Some useful one-liners

Download tared binaries

dust

wget -O - https://github.com/bootandy/dust/releases/download/v1.2.4/dust-v1.2.4-x86_64-unknown-linux-musl.tar.gz | tar -xz --strip-components 1 --wildcards '*dust'
curl -fLo - https://github.com/bootandy/dust/releases/download/v1.2.4/dust-v1.2.4-x86_64-unknown-linux-musl.tar.gz | tar -xz --strip-components 1 --wildcards '*dust'

Process tree

ps axfo pid,ppid,command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment