The one-liner:

dd if=/dev/zero bs=1G count=10 | gzip -c > 10GB.gz

This is brilliant.

you are viewing a single comment's thread
view the rest of the comments
[–] 7 points 1 year ago

Might need some

if (ob_get_level()) ob_end_clean();

before the readfile. 😉

  • source
  • parent