My Dev Notes

Figuring out software, one rabbit hole at a time. 🍎 🛠️ 🤖

Archive

Page 16 of 18

WWDC 2013 - download sessions directly

Unlike in previous years (WWDC 2012 and earlier), the developer session videos can be subscribed in iTunes University, hence you can easily download all the videos and convenien...

Find all .git in a directory

To find all the git repositories in a directory, you can run the following command (which search for the .git directories):

Git

s3cmd broken pipe error (errno 32)

If you use s3cmd and encountered [Errno 32] Broken pipe as you try to put an object in a bucket, understand that this is a very very bad error message.

AWS