Browsing tag

rhel 7

How to Install Lighttpd With PHP FPM And MariaDB on CentOS 7 / RHEL 7

Security, speed, compliance, and flexibility — all of these describe Lighttpd (pron. lighty) which is rapidly redefining efficiency of a web server; as it is designed and optimized for high-performance environments. With a small memory footprint compared to other web-servers, effective management of the CPU-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting and […]

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