Created
July 19, 2016 15:44
-
-
Save gbraccialli/5414b57792559296c8534cd18a596507 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
host1 - server: | |
netcat -v -l -n 2000 >/dev/null | |
host2 - client: | |
dd if=/dev/zero bs=100M count=10 | netcat -v suse-ambari.cloud.hortonworks.com 2000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment