Linux Tutorials on the topic “linux”
-
How to Install Phorum with Nginx on Ubuntu 18.04 LTS
Author: Blago Eres • Tags: linux, mysql, nginx, php, ubuntu • Comments: 0
Phorum is a PHP and MySQL based Open Source forum software. In this guide, we will guide you step-by-step through the Phorum installation process on the Ubuntu 18.04 LTS operating system using Nginx as the web server, MySQL as the database, and acme.sh and Let's Encrypt for HTTPS.
-
How to Install October CMS with Nginx on Fedora 29
Author: Blago Eres • Tags: fedora, linux, nginx, web server • Comments: 1October CMS is a free, open-source, self-hosted CMS platform based on the Laravel PHP Framework. In this tutorial, we will go through the October CMS installation on Fedora 29 system by using Nginx as a web server, MariaDB as a database server, and optionally you can secure transport layer by using acme.sh client and Let's Encrypt certificate authority to add SSL support.
-
How to Install Craft CMS on Debian 9
Author: Blago Eres • Tags: debian, linux, nginx, web server • Comments: 0This tutorial will walk you through the Craft CMS installation procedure on a fresh Debian 9 server using Nginx as the web server and we will secure the website with a Let's encrypt SSL certificate.
-
-
How to install Stacer System Monitor on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: desktop, linux, monitoring, ubuntu • Comments: 6Stacer is an open source tool to monitor the performance of an Ubuntu Desktop. It provides a user-friendly dashboard that can be used to monitor CPU, Memory & Disk Usage, and System cleaner to clean system caches.
-
How to Install OpenVPN Server and Client with Easy-RSA 3 on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, networking, security • Comments: 14OpenVPN is an open source application that allows you to create a secure private network over the public internet. In this tutorial, we will show you how to step-by-step install and configure OpenVPN on CentOS 7.6. And we will implement the certificate-based OpenVPN authentication.
-
Ansible Guide: Create Ansible Playbook for LEMP Stack
Author: Muhammad Arul • Tags: linux, ubuntu, virtualization, web server • Comments: 2Ansible is a simple automation tool that automates software application deployment, cloud provisioning, and configuration management. In this tutorial, we're going to show you how to create basic Ansible Playbook for provisioning the LEMP Stack on Ubuntu 18.04 Server.
-
How to configure an NFS server and mount NFS shares on Ubuntu 18.04
Author: howtoforge • Tags: linux, storage, ubuntu • Comments: 5Network File System (NFS) is a popular distributed filesystem protocol that enables users to mount remote directories on their server. The system lets you leverage storage space in a different location and write onto the same space from multiple servers in an effortless manner. It, thus, works fairly well for directories that users need to access frequently. This tutorial explains the process of mounting NFS share on an Ubuntu 18.04 server in an simple and easy-to-follow steps.
-
Installing Ubuntu Cloud as RDP-enabled Remote Desktop in an offline Openstack environment
Author: Bruno Agostinho • Tags: linux, server, ubuntu, virtualization • Comments: 0In this tutorial, we’ll be deploying an RDP-enabled Linux host serving as a Remote Desktop on a limited access (no internet connectivity) environment. For that purpose, we’ll be using two mirrored instances of Ubuntu Cloud servers, one online and the other offline, so that the correct packages can be deployed on the offline server.
-
The Perfect Server CentOS 7.6 with Apache, PHP 7.2, Postfix, Dovecot, Pure-FTPD, BIND and ISPConfig 3.1
Author: Till Brehm • Tags: antivirus, apache, bind, centos, control panels, dns, email, ftp, ispconfig, linux, mysql, php, postfix, web server • Comments: 62This tutorial shows how to install ISPConfig 3.1 on a CentOS 7.6 (64Bit) server. ISPConfig 3 is a web hosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more.
-
How to Install Nginx with PHP and MySQL (LEMP Stack) on Ubuntu 18.04
Author: Muhammad Arul • Tags: linux, mysql, nginx, php, server, ubuntu, web server • Comments: 9This tutorial shows how you can install Nginx on an Ubuntu 18.04 LTS server with PHP 7.2 support (through PHP-FPM) and MySQL support (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP).