ÚwÙ-Passwort@lemmy.world to linuxmemes@lemmy.world · 1 年前Blahaj Compressionlemmy.worldimagemessage-square28linkfedilinkarrow-up1733arrow-down111cross-posted to: ich_iel@feddit.org
arrow-up1722arrow-down1imageBlahaj Compressionlemmy.worldÚwÙ-Passwort@lemmy.world to linuxmemes@lemmy.world · 1 年前message-square28linkfedilinkcross-posted to: ich_iel@feddit.org
minus-squaretal@lemmy.todaylinkfedilinkEnglisharrow-up5·1 年前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. $ sudo apt install pixz $ tar cvf blahaj.tar.pixz -Ipixz blahaj/
minus-squareKazuchijouNo@lemy.lollinkfedilinkEnglisharrow-up19·1 年前Are you assuming my package manager!!??
minus-squaretal@lemmy.todaylinkfedilinkEnglisharrow-up4·1 年前Just giving an example; translate to your preferred environment!
minus-squareaxEl7fB5@lemmy.cafelinkfedilinkEnglisharrow-up2·1 年前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: yay -S pixz With pacman: pacman -S pixz
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.Are you assuming my package manager!!??
Just giving an example; translate to your preferred environment!
https://lemmy.cafe/post/11766332, you either use
yayorpacman. I don’t know anything about Arch besides that because I use NixOS btw.With yay:
With pacman: