Browsing tag

centos 7

How To Install Ansible on CentOS 7 / RHEL 7 / Ubuntu 18.04 / 16.04 & Debian 9

Ansible is a free configuration management tool, and it supports managing the configurations of Unix-like and Microsoft Windows systems. Ansible manages nodes over SSH or PowerShell and python to be installed on them. Ansible helps you to perform configuration, management, and deployment of software on 100s of nodes using SSH, the entire operation can be […]

Install PHP Server Monitor on Ubuntu 16.04 / Debian 9 / CentOS 7

PHP Server Monitor is an opensource web-based monitoring tool that checks whether your websites, services, and servers are up. It comes with a web interface where you can manage your services and websites. Also, you can manage users for each server/service with a mobile number and email address. This guide helps you to install PHP […]

How To Install Ruby on Rails on CentOS 7 / RHEL 7

Ruby on Rails is an open-source web framework mainly used for creating highly powerfull websites and applications. It is written in Ruby. Here, we will see how to install Ruby on Rails on CentOS 7 / RHEL 7 using, 1. rbenv (Recommended) 2. RVM (Ruby Version Manager) Prerequisites Install the development packages. yum install -y […]