From the category archives:

NoSQL

Have you ever made a mistake and changed permissions of the folder and all it’s subfolders? And how to change back permissions of files/folders to default state ?

{ 0 comments }

Install MongoDB on Linux Using Yum Command

by lifeLinux on August 19, 2011

In a previous article called “Install MongoDB on Centos / RedHat“, I introduced how install MongoDB using binary package. In this article, i’ll introduce you to install MongoDB using yum command. The first, you need add the appropriate repo. Login root and type the following command # vi /etc/yum.repos.d/mongodb.repo

{ 0 comments }

Install MongoDB on Centos / RedHat

by lifeLinux on August 19, 2011

MongoDB (from “humongous”) is an open source, high-performance, schema-free, document-oriented database written in the C++ programming language. The database is document-oriented so it manages collections of JSON-like documents. Many applications can thus model data in a more natural way, as data can be nested in complex hierarchies and still be query-able and indexable.

{ 1 comment }