Linux Tutorials on the topic “linux”
-
How to Install Mautic Marketing Automation Tool on CentOS 7
Author: Muhammad Arul • Tags: linux, nginx, server, ubuntu • Comments: 2
In this tutorial, I will show you step-by-step how to install Mautic Marketing Automation Platform on CentOS 7. Mautic is an open source and self-hosted marketing automation tool for everyone. It allows you to grow up your business, monitor your website, create landing pages, create campaigns for your business, manage contacts, and send marketing emails.
-
Linux paste Command Explained For Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2
Sometimes, while working on the command line in Linux, there may arise a situation wherein you have to merge lines of multiple files to create more meaningful/useful data. Well, you'll be glad to know there exists a command line utility paste that does this for you.
-
How To Install Concrete5 CMS on Debian 9
Author: Hitesh Jethva • Tags: debian, linux, web server • Comments: 2
In this tutorial, we will learn how to install and configure Concrete5 on Debian 9 server. Concrete5 is a free and open source Content Management System written in PHP language that can be used for publishing content on the Internet.
-
-
How to speed up Apache with Varnish HTTP cache on Ubuntu 16.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu, web server • Comments: 5
In this tutorial, we will show you how to install and configure the Varnish HTTP accelerator as a reverse proxy for an Apache web server. Varnish is a proxy server focused on HTTP caching. It's designed as an HTTP accelerator and can act as a reverse proxy for your web server.
-
How to Install OctoberCMS on Ubuntu 16.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0
In this tutorial, we will explain how to install and configure OctoberCMS on Ubuntu 16.04 server. OctoberCMS is a free, open source and self hosted content management system written in PHP and based on the Laravel framework.
-
Linux wc Command Explained for Beginners (6 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1
While working on the command line, sometimes you may want to access the number of words, byte counts, or even newlines in a file. If you are looking for a tool to do this, you'll be glad to know that in Linux, there exists a command line utility - dubbed wc.
-
How to Setup LibreNMS Monitoring Tool with Nginx on Ubuntu 16.04 LTS
Author: Muhammad Arul • Tags: linux, monitoring, ubuntu, web server • Comments: 4
In this tutorial, I will show you how to install and configure the open source monitoring tool 'LibreNMS' using Nginx as the web server, MariaDB as the database, and Ubuntu 16.04 server as our main server. LibreNMS is an open source monitoring tool based on PHP/MYSQL/SNMP.
-
Install and Configure Pico CMS on Ubuntu 16.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0
This tutorial will show you how to install and configure Pico CMS on Ubuntu 16.04 LTS server. Pico is a free and an open source Content Management System released under the MIT license. It is a flat-file CMS, so it doesn't require any database and administration backend.
-
How to Install MediaWiki with Nginx on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, nginx, ubuntu, web server • Comments: 4
In this tutorial, I will show you step-by-step how to install MediaWiki with Nginx web server on Ubuntu 16.04. I will guide you on how to install and configure the LEMP stack for MediaWiki installation, including generating and configuring new free SSL Letsencrypt for MediaWiki security.
-
How to Set up Nginx High Availability with Pacemaker and Corosync on CentOS 7
Author: Muhammad Arul • Tags: centos, high-availability, linux • Comments: 4
In this tutorial, we will guide you step by step on how to create a High Availability Cluster Nginx Web Server with Pacemaker, Corosync, and Pcsd. We will create the Active-Passive Cluster or Failover-cluster Nginx web server using Pacemaker on a CentOS 7 system.