Here is how to create a file with random 1s and 0s.
Example 1GB File:
dd if=/dev/urandom of=test1 bs=1M count=1024
Example 10GB File:
dd if=/dev/urandom of=test1 bs=1M count=10240
InetServices offers both Windows and Linux bare metal server hosting, and cloud server hosting for any small to medium size business. We also offer both PCI and HIPAA Compliant servers allowing you to achieve PCI or HIPAA Compliance without all the worries of figuring it out. InetServices offers much more than just dedicated servers and cloud servers, we offer you a complete solution to your hosting needs including Big Data, Disaster Recovery, and High Availability services.
Here is how to create a file with random 1s and 0s.
Example 1GB File:
dd if=/dev/urandom of=test1 bs=1M count=1024
Example 10GB File:
dd if=/dev/urandom of=test1 bs=1M count=10240