Related Posts
For example you want to rsync "/var/lib/mysql" from "/somefolder/var/lib/mysql", use the following syntax ( for local…
To add a swap-partition instead of swap-file: blkid /dev/sdax (get UUID) mkswap /dev/sdax (format swap…
To view the contents of tar file without extracting tar -tf filename.tar.gz To extract specific…