Monthly Archives: September 2016


Dokku git access right

Nowadays I interest with dokku. It look like awesome while working with it. As a newbee about that topic I got so many problems while working with it. In this blog post I’ll share how to solve problem about access right. As they wrote on Github Readme.md of Dokku I […]


calling external command in python

In this blog post. I’ll talk about boring stuffs about working on shell and python together. There are few way to execute shell [bash|sh|zsh] command on python probably you searched and used one of them before. There are few bookmarks which you can check about that topic http://stackoverflow.com/questions/89228/calling-an-external-command-in-python http://stackoverflow.com/questions/89228/calling-an-external-command-in-python/92395#92395 http://stackoverflow.com/questions/89228/calling-an-external-command-in-python/89243#89243 […]