How to Create Nagios Plugins With Ruby On Ubuntu 12.10

Introduction   Nagios is an open source monitoring software application that helps organizations to prevent IT infrastructure problems. It can be used with Linux as well as other Unix variants. In this tutorial, you will learn how to create Nagios plugins with Ruby. Here, I will be using Ubuntu 12.10.   Initial Set Up  …

How to Install Ruby on Rails on Ubuntu 12.04 with RVM

Introduction   Ruby on Rails is an open source web framework that runs on Ruby programming language. The integrated use of Ruby programming language and Rails development framework makes it popular among developers creating sites and web apps. Installing Ruby on Rails on to a virtual private server does take some time. There are quite…

How to Install Ruby on Rails on Arch Linux with RVM

Introduction   Ruby on Rails is an open source web framework that runs on Ruby programming language. The integrated use of Ruby programming language and Rails development framework makes it popular among developers creating sites and web apps. Installing Ruby on Rails on to a virtual private server does take some time and that’s what…

How to Install Ruby on Rails on Ubuntu 14.04 using RVM

Introduction   Ruby on Rails is an open source web framework that runs on Ruby programming language. The integrated use of Ruby programming language and Rails development framework makes it popular among developers creating sites and web apps. Installing Ruby on Rails on to a virtual private server does take some time and that’s what…

Installation of Chef and Ruby with RVM on a Ubuntu VPS

Introduction Ruby based Chef is an open source  framework & tool which allows great automation of your server management, as well as quick installation of preconfigured VPS without the need for you to remember precisely how to configure them.This is very important as it is now commonplace to have different testing, database, production and development servers…