Skip to content

Instantly share code, notes, and snippets.

@baopham
Created May 7, 2012 20:23
Show Gist options
  • Save baopham/2630166 to your computer and use it in GitHub Desktop.
Save baopham/2630166 to your computer and use it in GitHub Desktop.
Command Line Notes

List Process IDs for a specific port

lsof -w -n -i tcp:8080

Hide/Show file on OSX

chflags hidden ~/Library
chflags nohidden ~/Library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment