2008/11/23 Manuel Gomez <span dir="ltr"><<a href="mailto:mgdpz1@gmail.com">mgdpz1@gmail.com</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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.<font color="#888888"><br></font></blockquote></div><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>        Hope this helps,<br><br>          Loïc<br>