Linux Tutorials on the topic “server”
-
How to install LiteSpeed web server on CentOS 7
Author: Antonio Valencia • Tags: centos, linux, server, web server • Comments: 2
LiteSpeed web server is a popular choice for replacing an Apache web server. Its features include an optimization of the web content and content delivery which maximizes the download speed and combines better performance with a smaller memory footprint. Being compatible with Apache features is also an added benefit, which helps to reduce downtime during migration from Apache to LiteSpeed. This tutorial shows the installation on a CentOS 7 server.
-
How to Install Mailpile with Nginx on Ubuntu 15.10
Author: Muhammad Arul • Tags: linux, nginx, server, ubuntu • Comments: 0
Mailpile is an open source mail client that focuses on encryption and users privacy. Mailpile makes the PGP setup easy, it allows you to create PGP keys directly in the email application and send PGP encrypted messages. In this tutorial, I will guide you trough the Mailpile installation on Ubuntu 15.10. We will install Mailpile as a web-based client with Nginx as a reverse proxy.
-
How to Install Drupal 8 with Apache, MySQL and SSL on Ubuntu 15.10
Author: Muhammad Arul • Tags: apache, linux, php, server, ubuntu • Comments: 23
In this tutorial, I will show you how to install Drupal 8 on Ubuntu 15.10 with Apache as web server, MySQL as database backend and how to secure the website with SSL. Drupal is a open-source content management system based on PHP and distributed under the GNU General Public License. Drupal is a scalable and open platform for web content management, it's community provides more than 31,000 modules to extend the core functions and Drupal is used by at least 2.1% of all website on the internet.
-
-
How to Install OpenCart 2 with Nginx and SSL on Ubuntu 15.10
Author: Muhammad Arul • Tags: linux, nginx, server, ubuntu • Comments: 5
This tutorial covers the OpenCart installation with Nginx, PHP-fpm and MariaDB on Ubuntu 15.10. OpenCart is free open source e-commerce software based on PHP and MySQL. OpenCart allows you to setup and run your own online store at a minimal cost. The software is suitable for a small and medium online businesses, it is easy to install and there are many add-ons and extensions available. OpenCart comes with translations for numerous languages and supports multiple currencies.
-
How to Install Drupal 8 with Nginx, PHP-FPM and SSL on Ubuntu 15.10
Author: Muhammad Arul • Tags: linux, mysql, nginx, php, server, ubuntu, web server • Comments: 3
Drupal is a well-known open source content management system based on PHP. It is available free of charge and released under the GNU General Public License. In this tutorial, we will install Drupal 8 with Nginx web server, MariaDB as the database server and PHP-FPM to handle PHP requests. I will also show you how to install an SSL Certificate to secure the Drupal website.
-
How to Install Django 1.9 on Ubuntu 15.04
Author: Muhammad Arul • Tags: linux, server, ubuntu, web server • Comments: 3
Django is a web application framework written in python that follows the MVC (Model-View-Controller) architecture, it is available for free and released under an open source license. In this tutorial, we will install Django 1.9 on a Ubuntu 15.04 server. Django can be installed on a server in many ways, in this tutorial, I will show you to install it with pip, virtualenv and directly from the Django GIT sources. Finally, I will show you the first steps to start a new project with the Django web framework.
-
How to install and configure ZFS on Linux using Debian Jessie 8.1
Author: Ramadoni • Tags: debian, linux, server • Comments: 16
ZFS is a combined file system and logical volume manager. The features of ZFS include protection against data corruption, support for high storage capacities, efficient data compression, integration of the concepts of filesystem and volume management, snapshots and copy-on-write clones, continuous integrity checking and automatic repair, RAID-Z and native NFSv4 ACLs. This tutorial will show you how to install ZFS on Debian 8.
-
How to Install Gitlab with PostgreSQL and Nginx on Ubuntu 15.04
Author: Muhammad Arul • Tags: linux, nginx, server, ubuntu • Comments: 5
Gitlab is a web-based git repository management application written on Ruby. It is similar to GitHub and includes features like a project wiki and issue tracking system. In this tutorial, I will guide you step by step trough the installation of Gitlab CE with PostgreSQL as the database system, and Nginx as the web server on Ubuntu 15.04 version. We will use Ruby version 2.x.x, gitlab stable version 8.x.
-
How to install Nginx as Reverse Proxy for Apache on Ubuntu 15.10
Author: Muhammad Arul • Tags: linux, server, ubuntu, web server • Comments: 9
Nginx or - engine-x - is a high-performance web server with low memory usage, created by Igor Sysoev in 2002. Nginx is not just a web server, it can be used as a reverse proxy for many protocols like HTTP, HTTPS, POP3, SMTP, and IMAP and as a load balancer and HTTP cache as well. In this tutorial, I will install and configure Nginx as caching reverse proxy for an Apache web server on Ubuntu 15.10.
-
How to Install Nginx with ModSecurity on Ubuntu 15.04
Author: Muhammad Arul • Tags: nginx, server, ubuntu, web server • Comments: 14
In this tutorial, I will show you how to install mod_security for the fast Nginx web server on Ubuntu 15.04. I will configure ModSecurity as a standalone module and then build Nginx from source to include ModSecurity.