Pelican Deployment to S3 using AWS-CLI

Posted on Sat 14 May 2016 in Development • Tagged with Pelican, AWS, S3Leave a comment

This blog is built using Pelican an amazing static site generator written in Python. I host this blog site on AWS S3 which makes it quite cheap to host a static site. Pelican also makes it easy to push to AWS S3 with the help of s3cmd. However, s3cmd doesn ...

Continue reading

Installing Homebrew on Mac

Posted on Thu 12 May 2016 in Development • Tagged with HomebrewLeave a comment

We all love the ease package managers like 'apt-get' in Ubuntu and 'yum' in centOS provide. Wouldn't it be great to have a similar package manager for MacOS too? Homebrew solves that problem for us. Homebrew, "The missing package manager for OS X" as they rightly advertise on their ...

Continue reading