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
[–] 5 points 1 year ago* (1 child)

You can make multiple files with different encodings and select based on the Accept-Encoding header.

  • source
  • parent
  • hideshow 2 child comments