Last active
January 18, 2018 15:41
-
-
Save hjr3/5137762 to your computer and use it in GitHub Desktop.
Revisions
-
hjr3 revised this gist
Mar 11, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ netstat -apn | grep $outgoing_ip_address -
hjr3 created this gist
Mar 11, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ strace $(for P in $(pidof php-fpm); do echo -n "-p $P "; done;) -o strace -ff