Sunday 2 October 2022

Firefox Snap Update

 




Should you get the pending update of Firefox snap message, below commands should resolve the issue.

sudo killall firefox
sudo snap refresh
Link to Firefox Snap here

Saturday 30 July 2022

Sync files with rclone

 





I needed a way to sync files faster than rsync and found that rclone can sync local folders as well, the --transfers parameter drastically improved the transfer.

rclone sync /source/eBooks/ /target/eBooks/ -P -L --transfers 8
Link to rclone here