some_guy@lemmy.sdf.org to Technology@lemmy.world · 2 months agoI use Zip Bombs to Protect my Serveridiallo.comexternal-linkmessage-square91linkfedilinkarrow-up1580arrow-down115file-text
arrow-up1565arrow-down1external-linkI use Zip Bombs to Protect my Serveridiallo.comsome_guy@lemmy.sdf.org to Technology@lemmy.world · 2 months agomessage-square91linkfedilinkfile-text
minus-squarecy_narrator@discuss.tchncs.delinkfedilinkEnglisharrow-up30·2 months agoFirst off, be very careful with bs=1G as it may overload the RAM. You will want to set count accordingly
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkEnglisharrow-up9·2 months agoYup, use something sensible like 10M or so.
minus-squarecy_narrator@discuss.tchncs.delinkfedilinkEnglisharrow-up3·edit-22 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