some_guy@lemmy.sdf.org to Technology@lemmy.world · 1 year agoI use Zip Bombs to Protect my Serveridiallo.comexternal-linkmessage-square102linkfedilinkarrow-up1577arrow-down114file-text
arrow-up1563arrow-down1external-linkI use Zip Bombs to Protect my Serveridiallo.comsome_guy@lemmy.sdf.org to Technology@lemmy.world · 1 year agomessage-square102linkfedilinkfile-text
minus-squarecy_narrator@discuss.tchncs.delinkfedilinkEnglisharrow-up28·1 year 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·1 year agoYup, use something sensible like 10M or so.
minus-squarecy_narrator@discuss.tchncs.delinkfedilinkEnglisharrow-up3·1 year agoI would normally go much lower, bs=4K count=262144 which creates 1G with 4K block size
First off, be very careful with
bs=1Gas it may overload the RAM. You will want to setcountaccordinglyYup, use something sensible like 10M or so.
I would normally go much lower,
bs=4K count=262144which creates 1G with 4K block size