Joiner for Linux

Steve Flynn anothermindbomb at gmail.com
Mon Nov 24 15:38:02 UTC 2008


On Mon, Nov 24, 2008 at 3:25 PM, Manuel Gomez <mgdpz1 at gmail.com> wrote:
> I am searching a joiner for Linux. I need to join an document with
> another archive, and i want can open the document without problems.

Create your file of bogus data, presumably dd'ing data out of
/dev/random or /dev/urandom (be aware this will eat up any entropy
you've built up on the machine so don't attempt to generate any
encryption keys for a whilst after this!)

Once you have your 5 gig file or random bytes, you can appending them
to any datafile via

cat my5gigfile >> mydatafile

The ">>" redirects the output of the cat to mydatafile and appends it
to whatever already exists in that file.

> I am not creating a trojan or something, its for add size to specific
> documents (security-> If the document have 5 kbs it takes 5 sec download
> it, but if the document have 500 mb it takes a couple of days, and i
> turn off the connection constantly. Believe me, for me is usefull).

I take it you're on dial-up?

-- 
Steve
When one person suffers from a delusion it is insanity. When many
people suffer from a delusion it is called religion.

09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0




More information about the ubuntu-users mailing list