This is an old revision of the document!
Unsorted stuff goes here I guess
Unsorted links
Usefull links
You found something interesing on the net and you don't know where to put it?? This is the place!
tar -czf /dev/stdout $(DIRECTORY_OR_FILE_TO_COMPRESS) | split -d -b $(CHUNK_SIZE_IN_BYTES) - $(FILE_NAME_PREFIX)
cat $(FILE_NAME_PREFIX)* » /dev/stdout | tar -xzf /dev/stdin