Skip to content

Instantly share code, notes, and snippets.

@dinamic
Created October 16, 2024 08:00
Show Gist options
  • Save dinamic/965bd5cbd664f78529c8343ef5682e39 to your computer and use it in GitHub Desktop.
Save dinamic/965bd5cbd664f78529c8343ef5682e39 to your computer and use it in GitHub Desktop.
CLI Cheatsheet
# strace all processes with a similar process name
ps auxw | grep sbin/apache | awk '{print"-p " $2}' | xargs strace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment