Magic commands

Here i will post all my favorite commands if you want to share others let me know: Check for DOS attacks netstat -anp|grep tcp|awk ‘{print $5}’| cut -d : -f1|sort|uniq -c|sort -n Find large files on UNIX find / -size +100000 -type f -ls | sort -n Create a  30×30 matrix hexdump -v -e ‘”%u”‘ … Read more