Ubuntu/Debian
Resize Filesystem Without Reboot
1. Toggle some informations about the root filesystem: df / # Filesystem 1K-blocks Used...
Change Swap Size
Turn off all running swap processes: swapoff -a Resize swap fallocate -l 1G /swapfile (change ...
Unzip All Files In Directory
.zip Files unzip "*.zip" Alternative for systems that only have 7zip installed. find /volume...
Zip All Files Into Each Individual Zip File
The solution is pretty easy. If you want to do this for every file, recursively, use find. It wil...