Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 169 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 169 Bytes

useful-stuff

A collection of useful stuff i built.

Command Line

List open ports on your machine (Mac OS X)

sudo lsof -i -P | grep -i "listen"