Recent Posts

Windows Testing Using Kitchen Chef

18 minute read

Kitchen-Vagrant has the capability to spin up a windows instance for testing. To make it work you will need the vagrant-winrm to be installted on the worksta...

Package Installer for Cygwin [apt-cyg].

2 minute read

After a longtime I was on my windows machine and had to make it feel more like my linux machine. So install the thing what everyone else does cygwin. Surpise...

Installing CouchDB on Ubuntu 14 LTS.

1 minute read

CouchDB is a database that completely embraces the web. Store your data with JSON documents. Access your documents and query your indexes with your web brows...

Installing MongoDB on Ubuntu 14 LTS.

9 minute read

MongoDB is an open-source document database, and leading NoSQL database. MongoDB is written in c++. Below is a brief document about installing a mongodb on a...

Encrypted Data Bags - Chef

17 minute read

Data Bags are a way to store information on the chef-server which all the cookbooks can access. Few more additional advantages are that we can encrypt the da...

Remove Old Files using find Command

2 minute read

GNU find searches the directory tree rooted at each given file name by evaluating the given expression from left to right, according to the rules of preceden...