@[email protected] to [email protected] • 5 months agoI use Zip Bombs to Protect my Serveridiallo.comexternal-linkmessage-square104fedilinkarrow-up1578arrow-down116file-text
arrow-up1562arrow-down1external-linkI use Zip Bombs to Protect my Serveridiallo.com@[email protected] to [email protected] • 5 months agomessage-square104fedilinkfile-text
minus-square@[email protected]linkfedilinkEnglish30•5 months agoFirst off, be very careful with bs=1G as it may overload the RAM. You will want to set count accordingly
minus-square@[email protected]linkfedilinkEnglish9•5 months agoYup, use something sensible like 10M or so.
minus-square@[email protected]linkfedilinkEnglish3•edit-25 months agoI would normally go much lower, bs=4K count=262144 which creates 1G with 4K block size
First off, be very careful with
bs=1G
as it may overload the RAM. You will want to setcount
accordinglyYup, use something sensible like 10M or so.
I would normally go much lower,
bs=4K count=262144
which creates 1G with 4K block size