Migration to Hugo

Hello guys, its been so long, I havn鈥檛 written any post. Recently, I have migrated my blog from Pelican(python based static site generator) to Hugo(GO based static site generator). Today, I will write about it. You can explore my blog at surajnarwade.github.io Installing Hugo . Install hugo $ go get -v github.com/spf13/hugo Check whether it is properly installed or not $ hugo help Using Hugo . We need to tell hugo to generate blog skeleton, type following command for that: $ hugo new site myblog myblog directory will be created, checkout into directory: $ cd myblog $ tree ....

March 13, 2017 路 3 min 路 Suraj Narwade

How to install OpenStack-packstack from source and test individual patches locally!

Yesterday I was reading about magnum component in OpenStack, then I checked with installing OpenStack Newton by following RDO doc. but it seems that, packstack answer file is not ready with magnum component yet. but fortunately, I found a patch https://review.openstack.org/#/c/360388/ about adding magnum deployment in packstack, so I decided to test this patch via installing openstack-packstack through source as per discussion with Chandan Kumar and Javier Pe帽a have used centos 7 box for this purpose....

November 3, 2016 路 2 min 路 Suraj Narwade

PyCon India 2016 - Weekend I鈥檒l never forget

Woo! It was so exciting, because It was my First [PyCon]( https://in.pycon.org/2016/`_) ,First conference, First flight and First time Delhi. Was so excited to meet all new people who were known over IRC,dgplug and social media volunteer(PyCon) only. We landed in the capital city at around 2 am in the morning (terrible experience in Indigo flight) . Then, we went to our Stay point Mulberry house (one of my memorable places in Delhi) :P Day1...

October 3, 2016 路 4 min 路 Suraj Narwade

It's our time Now !!! PythonPune July Meetup

Python Pune July Meetup was held at Red Hat, Pune on 30th July 2016, this meetup was quite different than previous meetups because talks were given by Interns. Around 40 pythonistas were present for meetups, some were students and some were professionals. Topics for the meetup were as below: How do I automate boring stuff using Python? by Suraj Narwade Writing unit tests for any Python Script by Sudhir Verma Static v/s Dynamically typed languages by Ganesh Kadam Regular Expressions in Python by Rahul Bajaj Meetup started with Rahul Bajaj鈥檚 topic regarding Regular Expressions....

August 1, 2016 路 2 min 路 Suraj Narwade

Jenkins Docker Integration along with Fedora Contribution

Hello Everyone, From Past few days, I was studying Jenkins, have read VMs or cloud instances can be provisioned as the slave for Jenkins, I thought it would be awesome to have more generic setup. So I dig more into the web and found Jenkins Docker Plugin. so that we can provision Jenkins slave on Docker host. and this Docker host can be anywhere on any machine or any cloud instance....

July 11, 2016 路 2 min 路 Suraj Narwade

Why You Should Attend PyCon India 2016?

Because you are new to python If you want to know python or want to get better at python, this is one of the best avenue to learn and hack. Make new friends having same interest, have a fun !!! Because you are hiring Are you looking for good people like developers, admins, DevOps for your organization ? PyCon India is the best place where you can find around 1200 to 1350 of the best and brightest people which are pythonist and some of them will be interested in new opportunities....

July 5, 2016 路 2 min 路 Suraj Narwade

How to Setup Private Docker Registry in Fedora/CentOS ?

When you request container from image,docker usually it looks for container image locally on a system, if its not there, it will download it to your system from somewhere, i.e. Docker Hub Regitry What is Private Docker Registry ? If you want to keep your images private to yourself only, instead of going them over internet, you want to save to time by pushing and pulling them locally, at that point, Private Docker Registry comes into picture....

June 27, 2016 路 2 min 路 Suraj Narwade