Wednesday, January 02, 2019

https://aws.amazon.com/blogs/aws/keeping-time-with-amazon-time-sync-service/

https://aws.amazon.com/blogs/aws/keeping-time-with-amazon-time-sync-service/

1 comment:

  1. very informative blog and useful article thank you for sharing with us , keep posting learn more about aws with cloud computing.

    AWS Online Training

    AWS Certification

    ReplyDelete

Git get all remote branches

git branch -r \ | grep -v '\->' \ | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" \ | while read remote; do \ git branc...