Unable to Use tar to Decompress tar.bz2 File

I just setup a new server with a minimal installation of AlmaLinux 8. AlmaLinux is a variant of free Red Hat Enterprise Linux 8. It’s like a CentOS 8, but will have a full support until the end of RHEL 8 life cycle. This server is to serve as a new proxy for all VMs inside my home lab. I want to use tinyproxy which is need to be compiled from source as the RPM package is not available as of the time writing....

July 25, 2021 · 2 min · 406 words · kenno

How to Decompress a bzip2 File

bunzip -v exampleFile.bz2 or bzip2 -dv exampleFile.bz2 bzip2 -h man bzip2 bzip2 homepage

April 4, 2006 · 1 min · 13 words · kenno