UNDERCODE COMMUNITY
2.68K subscribers
1.23K photos
31 videos
2.65K files
80.3K links
πŸ¦‘ Undercode Cyber World!
@UndercodeCommunity


1️⃣ World first platform which Collect & Analyzes every New hacking method.
+ AI Pratice
@Undercode_Testing

2️⃣ Cyber & Tech NEWS:
@Undercode_News

3️⃣ CVE @Daily_CVE

✨ Web & Services:
β†’ Undercode.help
Download Telegram
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ for beginers ALL BZIP2 LINUX COMMANDS :
twitter.com/UndercOdeTC

πŸ¦‘ #Function description: Compression program for .bz2 file by undercode

>Syntax: bzip2 [-cdfhkLstvVz] [-repetitive-best] [-repetitive-fast] [-compression level] [files to be compressed]

> Supplementary explanation: bzip2 uses a new compression algorithm, and the compression effect is better than traditional LZ77 / The LZ78 compression algorithm is good. If you do not add any parameters, bzip2 will generate a .bz2 compressed file after deleting the file, and delete the original file.

πŸ¦‘ Parameters:

1) -c or --stdout send compressed and decompressed results to standard output.

2) -d or --decompress performs decompression.

3) -f or --force bzip2 When compressing or decompressing, if the output file has the same name as an existing file, the preset file will not be overwritten by default. To override, use this parameter.

4) -h or --help Display help.

5) -k or --keep bzip2 deletes the original file after compression or decompression. To keep the original file, use this parameter.

6) -s or --small reduces the amount of memory used during program execution.

7) -t or --test Test the integrity of the .bz2 compressed file.

8) -v or --verbose Display detailed information when compressing or decompressing files.

9) -z or --compress Force compression.

10) -L, --license,

11) -V or --version Display version information.

12) --repetitive-best If there are repeated data in the file, you can use this parameter to improve the compression effect.

13) --repetitive-fast If there is repeated information in the file, this parameter can be used to speed up the execution.

14) -Compression level Block size when compressed.


▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁