How to install the latest MongoDB 3.0.1 on RHEL or CentOS 7

How-to-install-the-latest-MongoDB-3.0.1-on-RHEL-or-CentOS-7

MongoDB is an open source, document-oriented database designed with both scalability and developer agility in mind. It is classified as NoSQL because instead of storing your data in tables and rows as with a relational database, it stores in JSON-like documents with dynamic schemas. This makes it faster and easier to integrate data on certain … Read more

Mumble Server installation and configuration in CentOS 7

Mumble Server installation and configuration in CentOS 7

Today we’ll walkthrough how we can install Mumble server also known as Murmur in CentOS 7. It is a free and open source VOIP application that is  primarily designed for the use by gamers for communication to each other via voice. It works in client-server architecture, that means, it consists of a server application and a … Read more

Introduction of Basic Linux Shell Scripting

Introduction of Basic Linux Shell Scripting Fosslovers

What is Linux Shell? Computer only understand the language of 0’s and 1’s which called binary language. In early days of computing, instruction are provided using binary language, which is difficult to understand. So in OS there is special program called Shell. Shell accepts our instruction or commands in English (mostly) and if the commands are … Read more