Skip to content

Instantly share code, notes, and snippets.

What process using what port n lsof -i tcp:

getting an .sshrc

  • brew install .sshrc
  • add things to .sshrc you want run in new ssh sessions
export PROMPT_COMMAND='history -a'
alias lastupdated='stat --printf="%y %n\n" $(ls -tr $(find * -type f))'
  • alias ssh=sshrc in your local .*rc file
@joeabrams026
joeabrams026 / JVM Notes.md
Last active February 23, 2017 21:42
JVM debugging notes