Configuration Management
ansible with docker dynamic inventory
2017/01/09
So, I have a few dockers. Every now and then I want to run some command on all of them. Doing ‘docker exec’ is tiresome. I found this neat solution with ansible that I thought I should share with you. …
cvs add files recursively – not already in repository
2013/11/12
When you have a lot of files in some repository and you have added a couple of new, in CVS there is no command to add just the new ones to the repository, so here is a workaround for that. cvs status …
meld – cvs diff with ease
2012/10/17
There are couple of ways to make life easier with CVS diff. But here is one that is really good. First if you haven’t, install meld: sudo yum install meld meld is basically a diff viewer and pretty …
Ignore CVS and svn directories in bash autocompletion.
2012/07/07
CVS and SVN directories are something that really cause lot of un-necessary nuisance. So, simple solution just ignore them 🙂