Skip to content

Snapshot 9/24

Compare
Choose a tag to compare
@FalsePhilosopher FalsePhilosopher released this 28 Sep 10:25
· 10 commits to main since this release

Zstandard is an algo created by Facebook for multithreaded high compression/decompression ratios/rates. git --recursive clone is 20s faster, but this setup gives a significant savings of bandwidth(6.7GB instead of 11.5GB).

Execute

wget -q -O - https://raw.githubusercontent.com/FalsePhilosopher/Infosec-Cheatsheets/refs/heads/main/zst.sh | bash

to download and extract to $HOME/Downloads on all cores, depends on zstd and gh already setup with an auth token.

Manually you can download all the files and execute cat Infosec-Cheatsheets.tar.zst* > Infosec-Cheatsheets.tar.zst && tar --use-compress-program "zstd -d --rm -T0 -D dictionary" -xvf "Infosec-Cheatsheets.tar.zst" to do an all core extraction in the same folder you downloaded the archives to.