How To Document Your Network with Netdot on CentOS 7
Network Documentation Tool (Netdot) is an open source tool which can help network administrators collect, organize, and maintain network documentation.
Network Documentation Tool (Netdot) is an open source tool which can help network administrators collect, organize, and maintain network documentation.
Percona Server is an open-source replacement for MySQL and MariaDB. This tutorial shows you how to replace an existing database installation, or start from scratch with Percona.
This article outlines the steps necessary to run a “Hello world” in node.js + express, running on a 64bit Centos 6.4 installation.
L’auteur a choisi le Computer History Museum comme bénéficiaire d’une donation dans le cadre du programme Write for Donations. De nombreuses apps, telles que les systèmes de…
Here’s how to install Discourse on a CentOS 6.4 x64 VPS.
In this tutorial, we will cover how to install Graylog v1.3.x (sometimes referred to as Graylog2) on CentOS 7, and configure it to gather the syslogs of your systems in a centralized location. Graylog is a powerful log management and analysis tool that has many use cases, from monitoring SSH logins and unusual activity to debugging applications. It is based on Elasticsearch, Java, and MongoDB.
A “LAMP” stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps written in PHP. This term is an acronym which represents the Linux operating system, with the Apache web server. The backend data is stored in a MariaDB database and the dynamic processing is handled by PHP. In this guide, you’ll install a LAMP stack on a CentOS 8 server, using MariaDB as database system.
Программный стек LEMP — это комплекс программного обеспечения, используемый для обслуживания динамических веб-страниц и веб-приложений, написанных на PHP. Название LEMP — это акроним, включающий операционную систему Linux с веб-сервером Nginx (произносится “Engine-X”)….
In this tutorial, we will cover the installation of Nagios 4, a very popular open source monitoring system, on CentOS 7 and RHEL 7. We will cover some basic configuration, so you will be able to monitor host resources via the web interface.
In this guide, we will show you three different ways of getting Node.js installed on a CentOS 8 server: using `dnf` to install the `nodejs` package from CentOS’s default AppStream repository; installing `nvm`, the Node Version Manager, and using it to install and manage multiple versions of `node`; compiling and installing `node` from source.