Recent Posts

Windows Active Directory with SAMBA4

13 minute read , Aug 06, 2013

On This Page Setting up an Active Directory server for company domain is a must in these days. It provides centralized management of user rights ...

Build MongoDB with SSL support

1 minute read , Jun 28, 2013

The free source version of MongoDB 2.x does not come with SSL support. To enable it we need to build it from source with --ssl option at compile time or use ...

MongoDB Replica Set setup

5 minute read , May 15, 2013

The replica set will consist of 3 nodes (given with their host names) created and hosted in Amazon EC2: ip-172-31-16-61 (PRIMARY), ip-172-31-16-62 (SECONDARY...