Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- nc -ld 1234 > /dev/null &
- dd if=/dev/urandom of=asd bs=1M count=1
- time sh -c 'for i in `seq 1 100`; do cat asd | nc localhost 1234; done'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement