DevOps - Platform Engineering - SRE
- Massachusetts
Pinned Loading
-
bitbucket-google-chat-notifications
bitbucket-google-chat-notifications PublicA simple flask application that acts as a notification bridge between Bitbucket and Google Chat.
Python
-
Print out directory and port of all ...
Print out directory and port of all running tomcat instances 1ps -ef | grep tomcat | grep -oE 'catalina.home([^\s]+)' | cut -d " " -f 1 | cut -d "=" -f 2 | while read x; do echo $x && grep "Connector port" $x/conf/server.xml | grep "HTTP" | cut -d "=" -f 2 | cut -d " " -f 1; done | xargs -n2 | column -t
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.