HowtoForge provides user-friendly Linux tutorials.
-
How to Install Magento 2.1 on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, nginx, server, web server • Comments: 12
In this tutorial, I will show you how to install Magento 2.1 with Nginx, PPHP 7.0 (FPM) and MySQL 5.7 on a CentOS 7 server. Magento is a widely used open source shop and content management system for e-commerce websites based on the PHP Zend Framework.
-
How to Install MySQL 5.7 on Linux CentOS and Ubuntu
Author: Muhammad Arul • Tags: centos, linux, mysql, ubuntu • Comments: 5
In this tutorial, I will guide you how to install and configure the new stable MySQL 5.7 version on CentOS 7 server and Ubuntu 16.04 server. MySQL is an open source relational database management system developed by Oracle corporation. The source code is released under GNU General Public License.
-
Libreswan based Ipsec VPN using preshared and RSA keys on Ubuntu
Author: Ahmad • Tags: linux, security, ubuntu • Comments: 2
The purpose of this tutorial is to explore LibreSwan which provides an IPsec protocol implementation. It is available in RedHat distributions, however, it can be compiled for another platform such as Ubuntu/Debian easily. In this article, the LibreSwan tool is built from source on Ubuntu, then a two peer VPN is configured using preshared & RSA keys between the gateway devices.
-
-
OpenShot 2.3 Linux Video Editor New Features
Author: Bill Toulas • Tags: desktop, linux • Comments: 0
It’s been quite some time since we last talked about OpenShot, and more specifically when it had its second major release. Recently, the team behind the popular open source video editor has made its third point release available which happens to come with a couple of exciting new features and tools, so here is a quick guide on where to find them and how to use them.
-
How to install Moodle on ISPConfig
Author: Matteo Temporini • Tags: ispconfig, linux, server, web server • Comments: 1
Moodle is a learning platform designed to provide educators, administrators, and learners with a single robust, secure and integrated system to create personalized learning environments. The tutorial is based on Debian 8, but it should work fine also with Ubuntu and other ISPConfig supported Distros.
-
Using PHP-FPM with Apache on Ubuntu 16.04
Author: Till Brehm • Tags: apache, php, ubuntu, web server • Comments: 26
This tutorial shows how to install an Apache webserver on an Ubuntu 16.04 server with PHP 7 (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.
-
Install and configure a corporate Open Source Booking System on Centos 7
Author: Alexandre Costa • Tags: centos, linux, web server • Comments: 5
In today's business, it is increasingly necessary to share workspaces, labs, tools, and any other type of resources. Making the most of the available resources has become a competitive advantage for modern businesses. Booked is open source software written in PHP and MySQL that helps organizations and groups efficiently manage, record and track resources of any kind. It allows you to create schedules so users can find schedules available for resource use.
-
How to install Percona XtraDB Cluster for MySQL on Debian 8
Author: Matteo Temporini • Tags: debian, linux, mysql, server • Comments: 0
In this article, I will show you how to configure a MySQL database cluster with three nodes in a multi-master replication. Multi-master replication allows writing of records in each node, so if a node will fail, we can work on the other as if nothing happened. This tutorial describes how to install and configure three Percona XtraDB Cluster nodes on Debian 8 servers, we will be using the packages from the Percona repositories.
-
How to deploy Node.js Applications with pm2 and Nginx on Ubuntu
Author: Muhammad Arul • Tags: linux, server, ubuntu, web server • Comments: 2
pm2 is a process manager for Node.js applications, it allows you to keep your apps alive and has a built-in load balancer. In this tutorial, I will show you how to install and configure pm2 for the simple 'Express' application and then configure Nginx as a reverse proxy for the node application that is running under pm2.
-
How to install Moodle 3.2 on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, nginx, php, server, ubuntu, web server • Comments: 4
In this tutorial, I will guide you how to build your own learning center with moodle. We will install and configure Moodle on a Nginx web server, MySQL database, and PHP-FPM7. For the operating system, we will use Ubuntu 16.04 (Xenial Xerus). Moodle is an open source learning management system software to help educators and teachers to create online courses.