<br><br><div class="gmail_quote">2008/11/23 Matthew Flaschen <span dir="ltr"><<a href="mailto:matthew.flaschen@gatech.edu">matthew.flaschen@gatech.edu</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Loïc Grenié wrote:<br>
> 2008/11/23 Manuel Gomez <<a href="mailto:mgdpz1@gmail.com">mgdpz1@gmail.com</a>><br>
><br>
>> Hi, i would like to add more size to a document to avoid hackers. If the<br>
>> size is too big, troyans won't download the archive (it would take days<br>
>> and days...)<br>
>><br>
>> How could i do this? I am using "SFX compiler" for join an archive (3<br>
>> gb, for example) with my documents, but i would like to know how its<br>
>> done.<br>
>><br>
>> I need: Open the document (for example, dbs in openoffice) in Linux, and<br>
>> more than 1 gb of size.<br>
>><br>
>> Thank you very much, I appreciate your help.<br>
>><br>
><br>
> I'm not sure I understand your question. If you just wish to add 1Gb of<br>
> data to the file with name "filename" what you can do is:<br>
><br>
> dd if=/dev/zero size=4k count=256M >> filename<br>
><br>
> This will add 1Gb of zeroes to your file.<br>
<br>
Actually, it will add 1 TB of zeros... However, RLE will cut that down<br>
severely.<br>
</blockquote><div><br> Oups. (however if you do not compress it, RLE will not enter the picture)<br><br> Loïc<br> </div></div><br>