Blahaj Compression
Blahaj Compression


1 crossposts
Blahaj Compression
You're viewing a single thread.
-2 points for unnecessary use of tarball
Will be adding more.
Good luck achieving that compression without the bag.
Pulls out sword
If you use pixz
, you can get indexing-permitting-for-random access, parallel compression/decompression and (generally superior to gzip's LZ77) LZMA compression with tarballs.
undefined
$ sudo apt install pixz $ tar cvf blahaj.tar.pixz -Ipixz blahaj/
Are you assuming my package manager!!??
https://lemmy.cafe/post/11766332, you either use yay
or pacman
. I don't know anything about Arch besides that because I use NixOS btw.
With yay:
undefined
yay -S pixz
With pacman:
undefined
pacman -S pixz
Just giving an example; translate to your preferred environment!