From 8ff4f2f51a6cf07fc33742ce3bee81328896e49b Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 25 May 2018 23:29:36 +0000 Subject: Fri May 25 23:29:36 UTC 2018 patches/packages/glibc-zoneinfo-2018e-noarch-2_slack14.1.txz: Rebuilt. Handle removal of US/Pacific-New timezone. If we see that the machine is using this, it will be automatically switched to US/Pacific. --- slackbook/html/archive-files-bzip2.html | 103 -------------------------------- 1 file changed, 103 deletions(-) delete mode 100644 slackbook/html/archive-files-bzip2.html (limited to 'slackbook/html/archive-files-bzip2.html') diff --git a/slackbook/html/archive-files-bzip2.html b/slackbook/html/archive-files-bzip2.html deleted file mode 100644 index ea3a4e044..000000000 --- a/slackbook/html/archive-files-bzip2.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - -bzip2 - - - - - - - - - - - -
-

15.2 bzip2

- -

bzip2(1) is an alternative compression program installed on -Slackware Linux. It uses a different compression algorithm from gzip, which results in some advantages and some disadvantages. The -main advantage for bzip2 is the compressed file size. bzip2 will almost always compress better than gzip. In some instances, this can result in dramatically smaller -files. This can be a great advantage for people on slower modem connections. Also -remember, when downloading software from a public ftp server, it's generally good -netiquette to download the .bz2 files instead of the .gz files, as this results in less overhead for the generous people -hosting the server.

- -

The disadvantage to bzip2 is that it is more CPU intensive -than gzip. This means that bzipping a file will generally take -longer and will use more of the CPU than gzipping the file would. When considering which -compression program to use, you must weigh this speed vs. compressed size and determine -which is more important.

- -

The usage of bzip2 is nearly identical to gzip, so not much time will be spent discussing it. Like gunzip, bunzip2 is identical to bzip2 -d. The primary difference in practical usage is that bzip2 uses the .bz2 extension.

- - - - - -
-
-% bzip2 filename
-% bunzip2 filename.bz2
-% bzip2 -9 filename
-
-
-
- - - - - -- cgit v1.2.3