Pinned Loading
-
-
Find all java or gulp processes and ...
Find all java or gulp processes and kill 1kill -9 $(ps | grep '[j]ava\|[g]ulp' | perl -nle'/^(\d*)\s.*$/ && print $1')
-
Find local IP on default interface (...
Find local IP on default interface (mac) 1export MY_LOCAL_INTERFACE=$(route -n get default|grep interface|perl -nle'/^\s*interface: (.*)$/ && print $1')
2export MY_LOCAL_IP=$(ipconfig getifaddr $MY_LOCAL_INTERFACE)
3echo "Local interface is $MY_LOCAL_INTERFACE, IP is $MY_LOCAL_IP"
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.

