Linux Tutorials on the topic “Linux”
-
How to Install Invoice Ninja on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, nginx, server, ubuntu, web server • Comments: 4
Invoice Ninja is a web-based open source software for invoicing, payments, time tracking and much more. You can create Invoices online in seconds, interact with payments gateways like Stripe, PayPal, WePay, and others. In this tutorial, I will show you how to install Invoice Ninja on Ubuntu 16.04. I will use Nginx as the web server and MariaDB as Database system.
-
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.
-
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.
-
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.
-
Samba 4 Domain Controller Installation on CentOS 7
Author: iron_michael86 • Tags: centos, linux, samba, server • Comments: 28
Starting from version 4.0, Samba is able to run as an Active Directory (AD) domain controller (DC). In this tutorial, I will show you how to configure Samba 4 as a domain controller with Windows 10, CentOS 7 and CentOS 6 clients.
-
Dockerizing Wordpress with Nginx and PHP-FPM on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, server, ubuntu, web server • Comments: 26
In this tutorial, I will guide you step-by-step to use docker-compose. We will deploy 'Wordpress' with Nginx, MySQL, and PHP-FPM. Each service has its own container, and we will use images from the docker hub registry. I will show you how to create containers from docker images and manage all containers with docker-compose.