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 }
From the category archives:
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 }
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 }
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 }