Linux Tutorials on the topic “Linux”
-
How to Install Cerb Collaboration and Email Automation on CentOS 7
Author: Hitesh Jethva • Tags: centos, linux, server, web server • Comments: 2
Cerb is a free and open source web-based application software for collaboration and email automation. It is written in PHP language and uses MySQL/MariaDB as a database. It is used for sending a large number of emails. Here, we will explain how to install Cerb on CentOS 7 server.
-
How to integrate ONLYOFFICE with Nextcloud
Author: Daria • Tags: linux, server • Comments: 7
This tutorial shows you how to integrate the ONLYOFFICE Desktop Editor with Nextcloud by using the Nextcloud ONLYOFFICE integration app. Nextcloud is a fork of the ownCloud project that offers you the ability to run a cloud storage service that you administer and control yourself. ONLYOFFICE is an application to easily create, edit and collaborate on text documents, spreadsheets, and presentations online.
-
How to Install a Production Ready Naemon Monitoring Server
Author: iron_michael86 • Tags: centos, linux, monitoring, server, ubuntu • Comments: 4
Naemon is the new monitoring suite that aims to be fast, stable and innovative while giving you a clear view of the state of your network and applications.This is a replacement for Nagios server and very stable and uses an amazing dashboard called thruk.
-
-
nginx - 413 Request Entity Too Large
Author: Falko Timme • Tags: errors, linux • Comments: 1
You see the following error in your browser when you try to upload a file through http: 413 Request entity Too Large
-
How to install Apache, PHP 7.1 and MySQL on CentOS 7.3 (LAMP)
Author: Till Brehm • Tags: apache, centos, linux, mysql, php, server, web server • Comments: 23
This tutorial shows how you can install an Apache webserver on a CentOS 7 server with PHP (mod_php with PHP 5.4, PHP 7.0, or PHP 7.1) and MySQL support. This setup is often referred to as LAMP which stands for Linux - Apache - MySQL - PHP.
-
How to Install Elastic Stack on Ubuntu 16.04
Author: Muhammad Arul • Tags: centos, desktop, linux, server, ubuntu • Comments: 19
In this tutorial, I will show you how to install and configure Elastic Stack on a single Ubuntu 16.04 server for monitoring server logs and how to install 'Elastic beats' on client PC's with Ubuntu 16.04 and CentOS 7 operating system.
-
How to Install Invoice Ninja on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server, web server • Comments: 5
In this tutorial, I will show you how to install and configure Invoice Ninja on a CentOS 7 server. I will use Nginx as the web server and MariaDB as the Database system. Invoice Ninja is free and open source web-based software for invoicing, payments, time tracking and much more.
-
The Experimental ISPConfig Server - Debian Stretch (Apache, MySQL, PHP 7, Pure-FTPD and ISPConfig 3.1)
Author: Oliver • Tags: debian, ispconfig, linux • Comments: 4
This tutorial explains how to install ISPConfig 3 latest development version using a Debian stretch repository with its respective Debian packages. The objective of this tutorial is more for experimental and testing purposes than for productive environments.
-
How to use markers and perform text selection in Vim
Author: Himanshu Arora • Tags: linux, shell • Comments: 5
When using GUI-based text/source code editors, some features are a given, such as selecting text. I mean, most of us won't even consider this a feature anymore. But that's not the case with command line based editors like Vim. Specifically for Vim, when only using keyboard, you'll have to learn certain commands in order to select text the way you want. In this tutorial we will discuss this feature as well as the 'marks' feature of Vim in detail.
-
How to Install and Use SSHFS on CentOS 7
Author: Ahmed Qadeer • Tags: centos, linux, security • Comments: 5
SSHFS is a handy tool to share files securely. It is a filesystem based on the SSH File Transfer Protocol. In this tutorial we will see how to install SSHFS with from the CentOS repository with the yum command and also how to compile it from source.