Browsing tag

opensuse 13.1

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

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

Installing LLMP (Lighttpd, PHP And MariaDB) on openSUSE 13.2

Security, speed, compliance, and flexibility — all of these describe lighttpd (pron. lighty) which is rapidly redefining efficiency of a web server; as it is designed and optimized for high performance environments. With a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting […]

Install Apache Tomcat 8 on openSUSE 13.2

Apache Tomcat is an open source web server and servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle and provides a “pure Java” HTTP web server environment for running the Java codes. Apache Tomcat includes tools for configuration and management, but can […]

Install Cacti on openSUSE 13.2

Cacti is an open source web-based network monitoring tool designed as the front end application for the RRDtool (Round-Robin database tool), it allows a user to poll the services at an interval of time and resulting in the graph format. Cacti is generally used to get a graph data for the cpu and network bandwidth […]