Browsing tag

centos 7

How To Install Eclipse IDE on CentOS 7 / RHEL 7

Eclipse is one of the most widely used IDE (Integrated Development Environment) for the Java application development. Integrated Development Environment or IDE provides many features such as authoring, modifying, compiling, deploying and debugging software. Eclipse is not only used for developing Java application. It can be used to develop applications in C, C++, COBOL, Java, […]

How To Install MongoDB 4.4 / 4.2 on CentOS 7 / RHEL 7

MongoDB is an open-source, document-oriented database designed with both scalability and developer agility in mind. Instead of storing your data in tables and rows as you would with a relational database, in MongoDB, you store JSON-like documents with dynamic schemas. The goal of MongoDB is to bridge the gap between key-value stores (which are fast […]

Install NetBeans IDE 8.0.1 on CentOS 7 / RHEL 7

NetBeans offers platform framework for Java desktop applications, and an integrated development environment (IDE) for developing with Java, JavaScript, PHP, Python (no longer supported after NetBeans 7), Groovy, C, C++, Scala, Clojure, and others. This is available for Windows, Linux, Mac and Solaris operating system. New Features in NetBeans IDE 8.0.1 Improvements in Java SE […]

How to run Google Chrome as root on CentOS 7 / RHEL 7

In my last post I have shown you how to install Google Chrome on CentOS 7 / RHEL 7; when I tried to start Google Chrome, it gave me the following error.  After a long googling, I found an easy way to enable root user to run Google Chrome. Follow the steps to run Google […]

How To Install Google Chrome on CentOS 7 / RHEL 7

  Google Chrome is the freeware web browser developed by Google that uses the WebKit fork blink engine. As of December 2019, Google Chrome is the most widely used browser having a share of around 64% worldwide browser usage. Google Chrome has the inbuilt translate faculty for translation of over 52 languages. Google Chrome has […]