Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: Realtek RTL8812BU Network WiFi Adapter kali linux driver 
Shell :: gitignore httaccess 
Shell :: linux "Error: Timeout was reached" 
Shell :: mocha quiet 
Shell :: git branch command 
Shell :: git pull asks for passphrase every time 
Shell :: require php mailer 
Shell :: how to update local repo when i make changes to github remote repo 
Shell :: Play any video on Ubuntu 
Shell :: netstat -anp | grep :80 | wc -l 
Shell :: git delete commit 4785cd1e041 
Shell :: download spyder without anaconda 
Shell :: count all files csv file in a directory linux 
Shell :: linux permissions 
Shell :: pterodactyl panel update 
Shell :: how to checkout to another branch in git 
Shell :: ionic capacitor video player install 
Shell :: Run valet secure 
Shell :: git replace branch with another 
Shell :: zgrep recursive 
Shell :: kazam recorder ubuntu 
Shell :: access django admin 
Shell :: ps command 
Shell :: cargo new lib 
Shell :: oh my zsh 
Shell :: touch command 
Shell :: install blender on Debian Linux 
Shell :: Winbox for linux 
Shell :: install virtual environmnet windows 
Shell :: how to copy folder in linux 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =