Browsing category

Linux

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

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 Dropbox on Ubuntu 14.10

Dropbox is a Web-based file hosting service for the public users from Dropbox Inc, that uses cloud storage to enable users to store and share files and folders with others across the Internet using file synchronization. It offers both free and paid services, each with varying options; free service provides 2 GB of free online […]