XZ Compression in Linux Made Easy
xz compression in Linux is one of the easiest ways to shrink large files without giving up much on speed. It's a command line tool that uses the LZMA2 algorithm, trading a bit of extra CPU time for noticeably smaller files than gzip, which is why you will see it used for kernel tarballs, distro […]
Read More