How to update CentOS 6.2/6.3/6.4/6.5 to CentOS 6.6

  CentOS has released its major release of CentOS 6.6 on 28th October 2014, 14 days after RHEL 6.6. Since from the day of release every one is looking for upgrading the current version to latest CentOS release. This how to is mainly focusing on upgrading previous release of CentOS 6.x to the latest. Before […]

How to Install Monit on openSUSE 13.2

Monit is an open source process tool for Linux operating system which helps you to monitor system process using a web browser and also when ever requires it automatically do the maintenance or repair of processes in such a way that it can be brought back online. It can also be used for managing and […]

CentOS 7 Netinstall Guide

CentOS installer supports downloading rpm packages from the internet for the OS installation, it supports http, https, ftp and NFS protocol. CentOS has NetInstall iso image which provides support for network installation, size will be around 300MB. Netinstall iso can not be used for normal installation, whenever you perform the installation using netinstall iso, it […]

How To Install Jetty Web Server On CentOS 7 / RHEL 7

Jetty web server is a java based HTTP server and servlet container. Web servers are generally used for serving static content to the client. Nowadays Jetty is used for server to server communication, within large frameworks. Jetty is developed under open source license by the Eclipse foundation. It is used in multiple active products such […]

Install LEMP (Nginx + MariaDB + PHP) on openSUSE 13.2

Nginx is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows you how to install Nginx on a openSUSE 13.2 with PHP support (through PHP-FPM) and MariaDB support. PHP-FPM is an alternative PHP FastCGI implementation, it has some additional features […]