HowtoForge provides user-friendly Linux tutorials.
-
How to Install Percona XtraDB Cluster on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, mysql • Comments: 3
In this tutorial, I will show you how to install and configure Percona XtraDB Cluster on a CentOS 7 server. We will use Percona XtraDB Cluster 5.6 that is fully compatible to MySQL and the Percona Server.
-
Managing a Headless VirtualBox Installation with phpvirtualbox (Ubuntu 16.04 LTS)
Author: Till Brehm • Tags: linux, ubuntu, virtualbox, virtualization • Comments: 15
Phpvirtualbox is a web-based VirtualBox front-end written in PHP that allows you to access and control remote VirtualBox instances. It tries to resemble the VirtualBox GUI as much as possible to make work with it as easy as possible. It is a nice replacement for the VirtualBox GUI if you run VirtualBox in headless servers (like in the tutorial VBoxHeadless - Running Virtual Machines with VirtualBox 5.1 on a headless Ubuntu 16.04 LTS Server). This tutorial explains how to install phpvirtualbox on an Ubuntu 16.04 server to manage a locally installed, headless VirtualBox.
-
OpenVPN - Secure you server administration with multiplatform VPN connection
Author: Patrik Habdak • Tags: debian, linux, security, ubuntu • Comments: 3
OpenVPN is a full-featured SSL VPN which implements the OSI layer 2 or 3 secure network extension by using the industry standard SSL/TLS protocol. For this tutorial, we are going to use a Debian or Ubuntu server. You can use any server you already have in production.
-
-
VBoxHeadless - Running Virtual Machines with VirtualBox 5.1 on a headless Ubuntu 16.04 LTS Server
Author: Till Brehm • Tags: linux, ubuntu, virtualbox, virtualization • Comments: 20
This guide explains how you can run virtual machines with VirtualBox 5.1 on a headless Ubuntu 16.04 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to connect to the virtual machines over a remote desktop connection, so there's no need for the VirtualBox GUI.
-
How to Install WordPress with HHVM and Nginx on OpenSUSE Leap 42.1
Author: Muhammad Arul • Tags: linux, opensuse • Comments: 3
In this tutorial, I will show you how to install WordPress (a well known CMS based on PHP) with HHVM and Nginx as our web server. I will use OpenSUSE Leap 42.1 as the operating system, so basic knowledge of OpenSUSE is required. HHVM (HipHop Virtual Machine) is an open source virtual machine developed by Facebook, it is a JIT (just-in-time) compiler to execute programs written in PHP 5 (and some features of PHP 7) and Hack language.
-
How to install ONLYOFFICE 8.9.0 with Docker on Ubuntu
Author: Daria • Tags: linux, ubuntu • Comments: 3
This tutorial describes the ONLYOFFICE installation process with Docker. Docker that allows you to deploy all ONLYOFFICE components on a single Linux machine easily and helps to avoid dependency errors.
-
How to Encrypt Directories with eCryptfs on Ubuntu 16.04
Author: Till Brehm • Tags: security, storage, ubuntu • Comments: 7
This tutorial shows how to use eCryptfs to encrypt a directory on Ubuntu 16.04. eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux. You can use it to encrypt partitions and also directories that don't use a partition of their own, no matter the underlying filesystem, partition type, etc.
-
How to install ProFTPD with TLS on CentOS 7.2
Author: howtoforge • Tags: centos, ftp • Comments: 2
This tutorial describes the installation and configuration of ProFTPD on a CentOS 7.2 Server. ProFTPD is an FTP daemon for Unix and Linux operating systems and distributed under the GNU Public License (GPL).
-
How to configure PureFTPd and FileZilla to use TLS sessions on CentOS 7.2
Author: Till Brehm • Tags: centos, ftp, linux, security • Comments: 4
This article explains how to configure PureFTPd to use TLS sessions on a CentOS 7.2 server. Plain FTP is an insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure.
-
FTP server with PureFTPd, MariaDB and Virtual Users (incl. Quota and Bandwidth Management) on CentOS 7.2
Author: howtoforge • Tags: centos, ftp, linux • Comments: 5
This document describes how to install a PureFTPd server that uses virtual users from a MariaDB (MySQL compatible) database instead of real system users. This is much more performant and allows to have thousands of FTP users on a single machine. In addition to that, I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.