Discussion of general topics related to the new version and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
SHS` wrote:
Why people don't download the .tar.bz2 package is beyond me... every compression utility worth it's salt supports it (eg: 7zip) and gives the highest compression ratio allowing you to download it that bit faster (and save some of OSUOSL's bandwidth).
Well as it just lists the file names and not there size on the development page we can't really be sure which is the smallest. I think bz2 is normally the smallest followed by gzip, but I can't be sure.
man bzip2 wrote:
As a self-check for your protection, bzip2 uses 32-bit CRCs to make
sure that the decompressed version of a file is identical to the origi‐
nal. This guards against corruption of the compressed data, and
against undetected bugs in bzip2 (hopefully very unlikely). The
chances of data corruption going undetected is microscopic, about one
chance in four billion for each file processed.
self checking, yay.
I can of course read all 3 of the formats (just change a flag in tar, -z for GZip -j for BZip)