Terminal Crib Sheet

Terminal Crib Sheet

Get your sha1 signature/hash of a file with shasum: $ shasum ./somefile.ext You can find documents/files/stuff using the find command: $ find . -name "*.txt" Find out which ports are being used by system processes using netstat: $ netstat -an | grep 8080 You can get a...