Skip to content

Instantly share code, notes, and snippets.

@brannondorsey
Created January 14, 2018 00:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brannondorsey/c18a17d1728e75710f8f99ff93a059ca to your computer and use it in GitHub Desktop.
Save brannondorsey/c18a17d1728e75710f8f99ff93a059ca to your computer and use it in GitHub Desktop.
Generate 1GB of Random Noise (bash)
#!/bin/bash
dd if=/dev/zero bs=1M count=1024 > 1GB-noise.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment