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

Find an Exact GeoLocation of an IP Address

Find-an-exact-geolocation-of-an-ip-address

Hi everyone, after long time, today we’ll learn how we can find an exact GeoLocation from an IP Address or a URL. Here, in this article, we’ll use a MAxMind Perl API module to retrieve the exact location of the device connected with that IP Address. Here, we’ll gonna use a perl module called GeoIP Perl Module … Read more