Add cheatsheets

This commit is contained in:
TiTi
2013-10-09 00:16:31 +02:00
parent 97182d4cf1
commit 9d1a65b4bb
6 changed files with 17 additions and 1 deletions

View File

@ -9,3 +9,5 @@ netstat -pln | grep <port> | awk '{print $NF}'
Example output: 1507/python
# Fast display of ipv4 tcp listening programs
sudo netstat -vtlnp --listening -4