Partial update in elasticSearch May 24, 2019 https://www.elastic.co/guide/en/elasticsearch/reference/6.8/docs-update.html POST test / _doc / 1 / _update { "doc" : { "name" : "new_name" } } Read more
gitignore git remove files May 24, 2019 Files not getting removed even after adding rule in gitignore git rm --cached -r . git add . https://stackoverflow.com/questions/41824542/git-how-to-ignore-modified-folder Read more
Explicitly invoke pip3 of python May 09, 2019 python3 -m pip https://askubuntu.com/questions/863326/pip3-is-actually-running-python2/863331 Read more