Browsing category

How To’s

How To Install VirtualBox 6.0 / 5.2 on Linux Mint 19 / Linux Mint 18

VirtualBox is an open-source hypervisor application that helps you create and run guest operating systems (“virtual machines”) such as Linux and Windows under a host operating system. VirtualBox can be installed on host operating systems, including Linux, Windows, Solaris, OS X, and OpenSolaris. From the version 2.0 VirtualBox supports 32 and 64bit host and guest […]

Setup Remote Shell access (RSH) on CentOS 7 / RHEL 7

The Remote Shell is a command line client program that can execute the command as another user, and an another computer over the network. The rsh is a client that connects rshd server daemon, rhsd server daemon runs on tcp port no 514. Rshd does not support encryption so it is very insecure to use […]

How To Setup SysLog Server on CentOS 7 / RHEL 7

Today we will be looking into how to set up centralized log management for the Linux server. This will help the Linux admin to have multiple server logs in a single place. The Linux admin not required to login to each server for checking the logs, he can just log in to the centralized server […]

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 […]