100 Linux Commands – A Brief Outline With Cheatsheet

100 Linux Commands – A Brief Outline With Cheatsheet

Hey guys, Today I am here to discuss some of the 100 Linux Commands that will be handy when you use Linux OS. Similar to the Command Prompt or CMD in Windows, Linux has the Terminal in order to help you configure and interact with your system. For someone to work in the Terminal, they … Read more

How To Install PyCharm In Ubuntu 18.04 and Linux Mint 19

pycharm

PyCharm is an IDE Integrated Development Environment developed and maintained by JetBrains and community for Python development and has been considered as one of the best Python IDE by the experts. PyCharm comes in two editions professional and community edition. The community edition is free of cost, but professional edition has more features. Some salient … Read more

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