Articles by Blago Eres
-
How to Enable HTTP/2 in Apache Web Server on Ubuntu and Debian
Author: Blago Eres • Tags: linux, web server • Comments: 8 • Updated: Aug 29, 2022Hypertext Transfer Protocol Version 2 (HTTP/2) is the latest version of the HTTP protocol. This tutorial shows you how to enable HTTP/2 in Apache web server on Debian and Ubuntu.
-
Getting started with acme.sh Let's Encrypt SSL client
Author: Blago Eres • Tags: linux, security • Comments: 3 • Updated: Sep 15, 2021Acme.sh is a simple, powerful and easy to use ACME protocol client written purely in Shell (Unix shell) language, compatible with bash, dash, and sh shells. It helps manage installation, renewal, revocation of SSL certificates.
-
How to Install Terraform on Ubuntu 18.04 LTS
Author: Blago Eres • Tags: cloud, linux, ubuntu • Comments: 2Terraform is an open-source infrastructure automation tool which allows you to define and describe your infrastructure as code inside configuration files using a declarative language and to deploy and manage that infrastructure across a variety of public cloud providers like AWS, GCP and Azure.
-
-
How to Install Attendize on FreeBSD 12
Author: Blago Eres • Tags: freebsd, nginx, web server • Comments: 1Attendize is an Open-source ticket selling and event management platform and is everything you need for a successful event. This tutorial will show you how to install Attendize on FreeBSD 12.
-
How to Install InvoicePlane with Nginx on FreeBSD 12
Author: Blago Eres • Tags: freebsd, nginx, php, web server • Comments: 1InvoicePlane is a free and open-source invoicing application. This tutorial will show you how to install InvoicePlane on a FreeBSD 12 system.
-
How to Enable Brotli Compression in Nginx on CentOS 8
Author: Blago Eres • Tags: centos, linux, nginx • Comments: 0Brotli is a generic-purpose lossless compression algorithm developed by Google. This tutorial will show you how to add Brotli support to the Nginx web server on CentOS 8 server.
-
How to Install DokuWiki with Nginx and Let's encrypt SSL on CentOS 8
Author: Blago Eres • Tags: centos, linux, nginx • Comments: 1DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. This tutorial will show you how to install DokuWiki on a CentOS 8 server.
-
How to Install FAMP Stack (Apache / MySQL / PHP) on FreeBSD 12
Author: Blago Eres • Tags: apache, freebsd, mysql, php, web server • Comments: 7The FAMP stack, which is akin to a LAMP stack on Linux, is a collection of open-source software that is typically installed together to enable a FreeBSD server to host dynamic websites and web applications. FAMP is an acronym that stands for FreeBSD (operating system), Apache (HTTP server), MySQL/MariaDB (database server), and PHP (programming language to process dynamic PHP content).
-
How to Install DokuWiki with Nginx and Let's encrypt SSL on Debian 10
Author: Blago Eres • Tags: debian, nginx, php, web server • Comments: 1DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. This tutorial will show you how to install DokuWiki on a fresh Debian 10 (buster) server.
-
How to Setup FEMP Stack (FreeBSD, Nginx, MySQL 8 and PHP 7.4) on FreeBSD 12
Author: Blago Eres • Tags: freebsd, mysql, nginx, php, web server • Comments: 3FEMP is an acronym that stands for FreeBSD (operating system), Nginx (HTTP server pronounced Engine-x), MySQL (database server), and PHP (programming language to process dynamic PHP content). In this tutorial, we'll set up components of a FEMP stack on a FreeBSD 12.1 server using pkg, the FreeBSD package manager.