I did not realize that you can not find out the bucket size in the AWS console until some one asked me today. Here is a quick command to get the total size. % for each in bucket1 bucket2; do echo -n $each; aws s3 ls --summarize --human-readable --recursive s3://$each | grep -i 'Total Size'; … Continue reading Get S3 Bucket Size
Month: April 2016
Error response from daemon: Get https://index.docker.io/v1/…: x509: certificate signed by unknown authority
Error response from daemon: Get https://index.docker.io/v1/...: x509: certificate signed by unknown authority You have probably seen similar errors as above when trying to access dockerhub registry behind a corp proxy. I have the same issue here. And I think the issue may be caused by two reasons: 1) index.docker.io now is redirected to registry.hub.docker.com 2) Your … Continue reading Error response from daemon: Get https://index.docker.io/v1/…: x509: certificate signed by unknown authority
Autosam Release
Autosam is a project that I created to automate the Akamai Cloudlets Edge Redirect from end to end, including add new rules, remove duplicated rules if there are any, push to staging, test in staging, push to production, test in production. Now it is available for download from my Github repo. Enjoy Autosam 🙂