Skip to content

Instantly share code, notes, and snippets.

@hodrigohamalho
Last active August 29, 2015 14:19
Show Gist options
  • Save hodrigohamalho/d763da2fb78c184c611f to your computer and use it in GitHub Desktop.
Save hodrigohamalho/d763da2fb78c184c611f to your computer and use it in GitHub Desktop.
Comandos uteis
# ps aux no servidor e mata o resultado
kill -9 $( ps aux | grep server-one | grep -v grep | awk '{print $2}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment