The one-liner:
dd if=/dev/zero bs=1G count=10 | gzip -c > 10GB.gz
This is brilliant.
Yup, use something sensible like 10M or so.
I would normally go much lower,
bs=4K count=262144 which creates 1G with 4K block size
bs=4K count=262144
This is a most excellent place for technology news and articles.
Yup, use something sensible like 10M or so.
I would normally go much lower,
bs=4K count=262144which creates 1G with 4K block size