Browsing category

Linux

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

Setup Apache Virtual Hosts On Debian 9 / Ubuntu 16.04 / LinuxMint 18

Virtual Hosting is used to host multiple websites on a single web server. The web server might be anything of Apache HTTP web server, Microsoft IIS, Lighttpd, openLiteSpeed, etc. This guide will show you how to setup Apache virtual hosts on Debian 9 / Ubuntu 16.04 / LinuxMint 18. Types of Virtual Hosting There are two […]

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