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

Install Lighttpd web server in Ubuntu 18.04 LTS and CentOS

Install-Lighttpd-web-server-in-Ubuntu-18.04-LTS-and-CentOS

Lighttpd is an open source web server which is secure, fast, compliant, and very flexible and is optimized for high-performance environments. It uses very low memory compared to other web servers, small CPU load and speed optimization making it popular among the server for its efficiency and speed. Its advanced feature-set (FastCGI, CGI, Auth, Output-Compression, URL-Rewriting … Read more

How to change Mac Address of Network Interface in Linux

How-to-change-Mac-Address-of-Network-Interface-in-Linux

Hi everybody, this article is about how we can change Mac Address also known as Physical Address in GNU/Linux Operating System which includes any Linux Distributions like Debian, Fedora, CentOS, Mint, Ubuntu, Arch linux and many more. So, first we’ll learn about what really is a Mac Address or Physical Address. Mac Address (media access … Read more