Linux Tutorials on the topic “Linux”
-
How to Install OpenLiteSpeed HTTP Server with PHP 7.1 on Ubuntu 16.04 LTS
Author: Muhammad Arul • Tags: linux, php, server, web server • Comments: 0
OpenLiteSpeed is an open source HTTP server developed by LiteSpeed Technologies. It is a high performance and lightweight HTTP server which comes with a Web-based GUI for administration. In this tutorial, we will show you how to install OpenLiteSpeed Web server, and then configure latest PHP version PHP 7.1.
-
How to Install LibreNMS Monitoring Tool with Nginx on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, monitoring • Comments: 5
LibreNMS is an open source monitoring tool based on PHP/MYSQL/SNMP. It's a fully featured network monitoring system that provides support for wide range of network hardware and operating systems including, FreeBSD, Cisco, Linux, HP, and more. In this tutorial, we will show you how to install and configure LibreNMS using Nginx as the web server and MariaDB as the database.
-
How to Install Mailtrain Newsletter Application on CentOS 7
Author: Liptan Biswas • Tags: centos, email, linux, server • Comments: 4
Mailtrain is an open source self-hosted newsletter application written on Node.js. In this tutorial, we will install Mailtrain along with all the required dependencies on CentOS 7. We will also setup Nginx as a reverse proxy to serve the application on standard HTTP port.
-
-
How to Install Cacti SNMP Monitoring Tool on Debian 9
Author: Matt Vas • Tags: debian, linux, monitoring • Comments: 16
Cacti is a web-based network monitoring tool, completely open source, designed to display network and system graphics via RRDtool. This tutorial will show you how to install and configure Cacti network monitoring tool from source to ensure that you get the latest version on Debian 9.
-
How to Set Up and Use Guitarix Virtual Amplifier on Linux
Author: Bill Toulas • Tags: desktop, linux • Comments: 4
Guitarix is the best virtual amplifier and effect emulator for Linux, so if you are a guitar or a bass player the following quick guide on how to set it up and use it is for you.
-
Install and Configure Kolab Groupware on Ubuntu 16.04 LTS
Author: Hitesh Jethva • Tags: email, linux, server, ubuntu • Comments: 3
Kolab is a full featured web-based groupware software application that provides solutions for an email server, directory service, web service, Calendar, Task management, address books and more. Klab is released under an OpenSource license. This tutorial shows the Kolab installation on Ubuntu 16.04 LTS.
-
How to install Sogo Groupware Server on Debian
Author: Matteo Temporini • Tags: debian, email, linux, server • Comments: 5
Today we talk about Sogo. SOGo is a fully supported and trusted groupware server with a focus on scalability and open standards, is released under the GNU GPL/LGPL v2 and above. SOGo provides a rich AJAX-based Web interface and supports multiple native clients through the use of standard protocols such as CalDAV, CardDAV, and GroupDAV, as well as Microsoft ActiveSync.
-
How To Install MariaDB Galera Cluster on Ubuntu 16.04
Author: Hitesh Jethva • Tags: linux, mysql, server, ubuntu • Comments: 7
MariaDB Galera is a multi-master cluster for MariaDB. In this tutorial, we will explain how to setup MariaDB Galera Cluster 10.1 with 3 nodes running on Ubuntu 16.04 server. We will also test database replication between all the nodes.
-
Linux Free Command Explained for Beginners (6 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 3
Sometimes, while working on the command line in Linux, you might want to quickly take a look at the total available as well as used memory in the system. If you're a Linux newbie, you'll be glad to know there exists a built-in command - dubbed free - that displays this kind of information. In this tutorial, we will discuss the basics of the free command as well as some of the important features it provides.
-
How to Install and Configure Askbot with Nginx on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, nginx, server, web server • Comments: 0
Askbot is an open source software for creating Q&A forums based on Python Django Framework. It's basically a Q&A system like StackOverflow, Yahoo Answers, and others. In this tutorial, we will show you how to install Askbot Python Django application using uWSGI and Nginx web server on CentOS 7 system.