//TODO: professional stuff of software engineerĀ 1001010
Monthly Archives: December 2017
Create a 2GB test file filled with urandom noise

I was testing a thing(tm) and I needed 2GB of data to send between 2 things

dd if=/dev/urandom of=sampledata.2gig bs=1048576 count=2048

This worked for me, your milage may vary