Zip a specific folder zip -r {zip_filename.zip} {source_dir} E.g:zip -r backup-$(date +%Y-%m-%d-%H.%M.%S).zip project1 Extract zipped file unzip {zip…
Create Tar Archive: tar -cvf shopping_29-1-2018.tar shopping Tar Archive and compress with gzip: tar -cvfz shopping_29-1-2018.tar.gz shopping List Co…
NOTE: Every command in vi Editor should be start with “:” except insert cmd set “vi” editor as default editor export EDITOR=vi Open existing file in…
First install puttygen in your system. Open puttygen and click on ‘load’ button. Select .pem file which is located in your system. Click on ‘save pri…