Linux Tutorials on the topic “linux”
-
How to install MyBB Forum Software on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: apache, linux, php, web server • Comments: 0MyBB is a free, open source and powerful forum software written in PHP language and uses MariaDB to store their data. In this tutorial, we will learn how to install MyBB forum on Ubuntu 18.04 server.
-
How to Install Pico CMS on Ubuntu 18.04 LTS
Author: Blago Eres • Tags: linux, nginx, php, ubuntu, web server • Comments: 0Pico is an open source simple and fast flat file CMS written in PHP. In this tutorial, we will install Pico CMS with Nginx on Ubuntu 18.04 LTS system.
-
How to Install Craft CMS on Fedora 29
Author: Blago Eres • Tags: fedora, linux, web server • Comments: 0This tutorial will guide you through installing Craft CMS on a fresh Fedora 29 system with Nginx as web server and we secure the site with a Let's encrypt SSL certificate.
-
-
How to Install PowerDNS and Poweradmin on CentOS 7
Author: Muhammad Arul • Tags: centos, dns, linux • Comments: 3PowerDNS (pdns) is an open source DNS server written in C++ and released under GPL License. In this tutorial, I will show you how to install and configure a PowerDNS Authoritative server with MariaDB database server as a Backend and using Poweradmin for easy DNS management.
-
How to Install Icinga 2 Monitoring Software on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, ubuntu • Comments: 3Icinga 2 is a free and open source monitoring tool that can be used to monitor multiple servers or whole data centers from a single monitor system. In this tutorial, I show you how to install and configure the Icinga 2 monitoring tool using an Ubuntu 18.04 LTS server.
-
How to Install Shopware with NGINX and Let's encrypt on Ubuntu 18.04 LTS
Author: Blago Eres • Tags: linux, nginx, ubuntu, web server • Comments: 0Shopware is a widely used open source e-commerce software. This tutorial will walk you through the Shopware Community Edition (CE) installation on Ubuntu 18.04 LTS system by using NGINX as a web server and installation of a free Let's encrypt SSL certificate.
-
How to test end-to-end encryption in ONLYOFFICE Desktop Editors
Author: Daria • Tags: linux, web server • Comments: 0ONLYOFFICE Desktop Editors is a free open-source 3-in-1 office suite pack distributed under GNU AGPL v.3.0. Let’s learn how to test E2E-encryption of documents in ONLYOFFICE Desktop Editors.
-
How to Install Phorum with Nginx on Debian 9
Author: Blago Eres • Tags: debian, linux, nginx, web server • Comments: 0
Phorum is a PHP and MySQL based Open Source forum software. This tutorial will show you how to install Phorum on Debian 9 using Nginx web server.
-
How to Install Icecast 2 Media Streaming Server on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 3Icecast is a free, open source and most popular media streaming server that supports Ogg, Opus, WebM, MP3, and many more. In this tutorial, we will learn how to install Icecast media streaming server on Ubuntu 18.04 LTS server.
-
Ansible Guide: The Ad-Hoc Command
Author: Muhammad Arul • Tags: linux, server • Comments: 5The Ad-Hoc command is the one-liner ansible command that performs one task on the target host. It allows you to execute simple one-line task against one or group of hosts defined in the inventory file configuration.