Saturday, June 25, 2022

The right way to use rsync

 rsync -avW -LK --progress ./from /to

 

this is even better:

rsync -avhPW -LK --ignore-existing --size-only /source/ /media/dest/ 

 

Enable snap mysql-workbench to have access to the network

 sudo snap connect mysql-workbench-community:password-manager-service :password-manager-service

My Tiny Spreadsheet Extension - A spreadsheet that lives in your browser

Download now   The problem You need a simple fast spreadsheet  Google Sheet is clutters up Excel files are lost Google Sheets are saved on t...