Comment on Ask HN: What are your favorite one-liner shell commands you use?Comments−willprice891ydd if=/dev/zero bs=1M count=10 | nc -N -l -p 12345Great simple test for network speed on a box without speedtest-cli or other tools installed.
Comments
dd if=/dev/zero bs=1M count=10 | nc -N -l -p 12345
Great simple test for network speed on a box without speedtest-cli or other tools installed.