James McDonald

Access

Blog History

Insync on Ubuntu 18.04

I had some small issues getting the insync client running on a fresh (defaults install) of Ubuntu 18.04 to install insync-nautilus Unfortunately the standard Ubuntu 18.04 deb package doesn't add a list file for the insync repo so you can't enable nautilus integration...

read more

Get the Size of an Amazon Bucket

Command to get a listing of each object and it's size, the number of objects and their total size in human readable format: aws s3 ls --summarize --human-readable --recursive s3://BUCKET_NAME/ # output is a really long listing ... with this...

read more