Test

www.regular-expressions.info/examples.html NOTES ABOUT TCPDUMP FILTERS Expression Meaning ========== ======= start at offset x from the beginning of packet and read…

Continue Reading →

Posted in: net

BusyBox

busybox.net [, [[, acpid, adjtimex, ar, arp, arping, ash, awk, basename, blockdev, brctl, bunzip2, bzcat, bzip2, cal, cat, chgrp, chmod,…

Continue Reading →

create empty file

>file.txt, :>file.txt, :>>file.txt cat /dev/null > file1.ext cp /dev/null file.txt echo -n >file.txt echo -n ” >file.txt echo “” >file.txt…

Continue Reading →

Posted in: net