Linux Tutorials on the topic “server”
-
How to install ProFTPd with TLS support on Ubuntu 15.10
Author: Till Brehm • Tags: ftp, linux, security, server, ubuntu • Comments: 0
FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up ProFTPd with TLS on an Ubuntu 15.10 server, how to add an FTP user and to use FileZilla to connect securely with TLS.
-
How to Install Magento with Nginx on Ubuntu 15.10
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 9
Magento is an open source e-commerce software and content management system for e-commerce websites based on the PHP Zend Framework. It uses MySQL or MariaDB as database backend. The Magento development has been started in 2008 by Varien. Inc. In this tutorial, I will show you how to install Magento 2 with Nginx, PHP-FPM, and MariaDB as the database. I will use ubuntu 15.10 (Wily Werewolf) as a basis for the installation.
-
How to Install MEAN.JS JavaScript Stack on Ubuntu 15.04
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 3
MEAN.JS is a full javascript stack that contains MongoDB, Express, AngularJS, and Node.js. In this tutorial, I will show you how to install MEAN.JS on ubuntu 15.04. We will install MongoDB from the Ubuntu repository and install Node.js and the npm package manager with the nodesource script.
-
-
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 Ghost Blog Software with Apache and SSL on Ubuntu 15.10
Author: Muhammad Arul • Tags: server, ubuntu, web server • Comments: 5
Ghost is a powerful Open Source publishing and blog platform that is beautifully designed and easy to use. Ghost is written in javascript and uses node.js as runtime environment. This tutorial shows the installation of the Ghost Blog software with Apache and SSL on Ubuntu 15.10.
-
How to install a Ubuntu 15.10 (Wily Werewolf) Minimal Server
Author: Till Brehm • Tags: linux, server, ubuntu • Comments: 3
This tutorial shows the installation of a Ubuntu 15.10 minimal server in detail with many screenshots. The purpose of the guide is to show the basic installation of Ubuntu 15.10 that can be used as basis for our other Ubuntu 15.10 tutorials here at howtoforge like our perfect server guides.