Entries by Nikolas

How To Configure RoundCube WebMail On Ubuntu

Introduction In this tutorial, you will learn how to download, install, and Configure RoundCube WebMail using Nginx Webserver. RoundCube will be configured to use secure TLS and SSL connections. Prerequisites Root access, or a non-root user with sudo privileges for downloading RoundCube. An SSL enabled domain name. If you don’t have one yet, read the […]

Set Up Email Server With Postfix, Dovecot & OpenDKIM

Introduction In this tutorial you will lean how to set up a mail server running Ubuntu 18.04, using Postfix as an SMTP server, Dovecot for POP/IMAP functionality, and OpenDKIM to digitally sign outgoing emails. Prerequisites Root access, or a non-root user with sudo privileges. An SSL enabled domain name. To do that, check out the […]

, ,

How To Install And Setup A WordPress Multisite On Nginx

WordPress Multi-Site Installation & Nginx Configuration Introduction In this tutorial you will learn step by step how to install and setup a WordPress MultiSite running under Nginx Web Server. Prerequisites Before you move on with the installation and configuration of WordPress Multisite, you need to verify the following requirements are met: WordPress is already installed, […]

,

How To Configure LetsEncrypt In Nginx [Ubuntu 18.04]

LetsEncrypt Installation And Configuration Guide For Ubuntu 18.04 LetsEncrypt is a Certificate Authority which provides free SSL Certificates, secure as paid ones. This guide will walk you through the installation and configuration process on your Nginx Web Server. In this tutorial you will learn how to configure Letsencrypt in Nginx webserver, under Ubuntu 18.04 LTS […]

, , , ,

How To Install Wordpess On Ubuntu [Fast]

Learn How To Install WordPress On Ubuntu The Easy Way Introduction This guide will teach you how to install WordPress on Ubuntu using Nginx WebServer. You will first need to have an Nginx server up and running using a LEMP stuck (Linux, Nginx, MySql, PHP), and SSL certificate enabled. The best option (free), is by […]

, , ,

How To Install Nginx-PHP-FPM-MySQL On Ubuntu 18.04 LTS

Nginx, PHP-FPM, and MySQL Installation Tutorial Nginx (pronounced “engine x”) is free and open-source software, high-performance HTTP and reverse proxy server. Its configuration is made with configuration files (.conf) at which we will take a look later on. The most powerful features of Nginx, it’s the stability that provides, a considerable large number of modules […]