Linux Tutorials on the topic “server”
-
How to Install Drupal 8.1 with Nginx, PHP-FPM and SSL on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, mysql, nginx, php, server, ubuntu, web server • Comments: 15
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.1 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 Magento with Nginx on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 11
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. 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 16.04 (Xenial Xerus) as server operating system.
-
How to Install Ghost Blog Software with Apache and SSL on Ubuntu 16.04
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 16.04.
-
-
How to Install nginx and google PageSpeed on Ubuntu 16.04 (Xenial Xerus)
Author: Muhammad Arul • Tags: linux, nginx, server, ubuntu, web server • Comments: 4
This tutorial shows how to build a nginx .deb package for Ubuntu 16.04 from source that has Google PageSpeed module compiled in. Nginx (engine-x) is an open source and high-performance HTTP server, reverse proxy and IMAP/POP3 proxy server. The outstanding features of Nginx are stability, rich feature set, simple configuration and low resource consumption. Nginx is being used by some of the largest websites on the internet and is gaining more and more popularity in the webmaster community.
-
How to install Odoo ERP Software on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, nginx, server, ubuntu • Comments: 21
Odoo is an OpenSource enterprise resource planning and customer relationship software that can help you to organize and grow your business. Odoo was formerly named openERP and therefore TinyERP. There are many apps available to extend Odoo, for example: billing, accounting, manufacturing, purchasing, warehouse management, and project management.
-
How to Install Seafile on Ubuntu 16.04 (Xenial Xerus)
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 15
This tutorial shows the installation of Seafile on Ubuntu 16.04. Seafile is a private cloud software, it supports encrypted file libraries to store data securely. To encrypt files in a library, you need to set a password when you create the library. The password won't be stored on Seafile cloud, so even the administrator of the servers cannot view your encrypted data without the password.
-
How to Install Pure-FTPd with TLS and virtual users on OpenSUSE Leap 42.1
Author: Muhammad Arul • Tags: ftp, linux, opensuse, server • Comments: 2
In this tutorial, I will show you how to install and configure pure-ftpd on OpenSUSE Leap 42.1. I will show you how to set-up pure-ftpd with TLS/SSL and then set-up virtual-users.
-
Maintaining remote web sites with sitecopy on Ubuntu 16.04
Author: Till Brehm • Tags: linux, server, ubuntu, web server • Comments: 5
sitecopy is a tool for copying locally stored web sites to a remote web server (using FTP or WebDAV). It helps you to keep the remote site synchronized with your local copy by uploading modified local files and deleting remote files that have been deleted on the local computer. This tutorial shows how you can manage your remote web site from your local Ubuntu 16.04 desktop with sitecopy.
-
Setting Up an NFS Server and Client on CentOS 7.2
Author: Till Brehm • Tags: centos, linux, server, storage • Comments: 12
This guide explains how to set up an NFS server and an NFS client on CentOS 7. NFS stands for Network File System; through NFS, a client can access (read, write) a remote share on an NFS server as if it was on the local hard disk.
-
How to install SuPHP on CentOS 7.2
Author: Till Brehm • Tags: centos, linux, server, web server • Comments: 8
This tutorial describes the installation of SuPHP on centOS 7.2 from source as there are no SuPHP packages available for CentOS 7.2. SuPHP is an apache module that allows PHP to under a different Linux user than the apache user. This improves the security of hosted websites as you can run the PHP scripts of each website under a different user.