Linux Tutorials on the topic “web server”
-
How to Install MyBB Forum with Nginx and Let's Encrypt on Debian 10
Author: Blago Eres • Tags: debian, nginx, web server • Comments: 0This tutorial will show you how to install MyBB forum software on Debian 10 (buster) system using Nginx web server and how to secure the installation with a Let's Encrypt SSL certificate.
-
How to Setup a File Sharing Website with Jirafeau on Debian 10
Author: Karl Wakim • Tags: debian, linux, nginx, web server • Comments: 1Jirafeau is a simple file hosting and sharing web application built in PHP. It does not require a database and provides a clean, easy-to-use user interface with support for password protection, scheduled expiration, one-time downloads (self-destruction) and in-browser preview among other useful features.
-
How to Install Automad CMS with Apache and Let's encrypt on Debian 10
Author: Hitesh Jethva • Tags: apache, cms, debian, linux, web server • Comments: 0Automad is a free, open-source and flat content management system written in PHP language. In this tutorial, we will show you how to install Automad CMS on Debian 10 using Apache web server.
-
-
How to Add Brotli Compression support to Nginx on Debian 10
Author: Blago Eres • Tags: debian, nginx, server, web server • Comments: 1This guide will show you how to add Brotli support to Nginx on Debian 10 system. Brotli is a generic-purpose lossless compression algorithm developed by Google as an alternative to Gzip, Zopfli, and Deflate that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding, and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods.
-
How to Install Mastodon Social Networking Platform on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, nginx, web server • Comments: 3Mastodon is an open-source social networking platform very similar to Twitter. In this tutorial, we will show you how to install Mastodon on Debian 10.
-
How to Install InvoicePlane with Nginx on Debian 9
Author: Blago Eres • Tags: debian, linux, web server • Comments: 1InvoicePlane is a free and open-source invoicing application. Its source code can be found on this Github. This tutorial will show you how to install InvoicePlane on a fresh Debian 9 (stretch) system.
-
How to Install Jetty JAVA http Server on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, web server • Comments: 0Jetty is a free and open-source Java HTTP server that can be used in different projects, both in development and production. In this tutorial, we will show you how to install Jetty on Debian 10.
-
How to Install Fork CMS with NGINX on CentOS 8
Author: Blago Eres • Tags: centos, linux, nginx, web server • Comments: 0Fork is easy to use open-source CMS built using the Symfony framework. In this tutorial, we will go through the Fork CMS installation and setup on the CentOS 8 system by using Nginx as a web server, MariaDB as the database engine, and optionally you can secure the transport layer by using Acme.sh client and Let's Encrypt certificate authority to add SSL support.
-
How to create Docker Images with a Dockerfile on Ubuntu 16.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu, virtualization, web server • Comments: 11In this tutorial, I will show you how to create your own docker image with a dockerfile. A Dockerfile is a script that contains collections of commands and instructions that will be automatically executed in sequence in the docker environment for building a new docker images. As example, we will create a Nginx Web server with PHP-FPM.
-
How to Install GlassFish with Nginx as a Reverse Proxy on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, programming, server, web server • Comments: 1GlassFish is a light-weight application server and supports different Java-based technologies like Enterprise JavaBeans, JPA, JavaServer Faces, JMS, and many more. In this tutorial, we will explain how to install GlassFish on Debian 10 with Nginx as a reverse proxy.