compress folder pigz
tar cf - ./folder_to_compress/ | pigz -9 -p NPROC > archive.tar.gz #With control on threads number
tar -I pigz -cf archive.tar.gz ./folder_to_compress/ #!!!!! No threads control, pigz will use all cores available
Also in C++:
- gitignore is not working
- ubuntu install codecs
- how to copy the files of a folder to another folder linux
- linux remove large folder
- best photo editor linux
- get ubuntu version
- windows echo environment variable
- set ubuntu display landscape
- create file of packages to install with yum
- Using ffmpeg to split video files by size
- rmdir command
- bash print lines that dont have a word
- create zip file terminal linux
- install vim in vs
- anandsiddharth/laravel-paytm-wallet for laravel 7 github
- rancher 2 on ubuntu 20.04
- onworks ubuntu password
- git undo comflicted merge
- git remove added file before commit
- gitignore for eclipse
- linux how to display current time with timezone
- npm default init
- certbot remove certificate for domain
- how to add program to command line linux