Linux Tutorials on the topic “server”
-
A Guide to running a Reverse proxy for HTTP(S), SSH and MySQL/MariaDB using NGINX
Author: Christopher Serella • Tags: linux, nginx, server, ubuntu • Comments: 7This guide will walk you through the installation and configuration of NGINX to allow for the running of multiple physical servers, virtual machines or a combination of both behind a single public-facing IP Address.
-
How to Deploy a Dynamic DNS Server with Docker on Debian 10
Author: Karl Wakim • Tags: debian, dns, linux, server • Comments: 1This article will guide you through the complete setup of a Dynamic DNS server in a Docker container on a Debian 10 system, including setting up the required DNS records, placing the management API behind an Nginx HTTPS reverse proxy, and automating the client-side DNS record updates.
-
How to Install Icinga 2 Monitoring Software on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, monitoring, server • Comments: 12Icinga 2 is a free, open-source and most widely used monitoring system that can be used to monitor the health of networked hosts and services. In this tutorial, we will learn how to install and configured Icinga 2 and Icinga Web 2 on Debian 10.
-
-
How to Install Java (JDK and JRE) on Debian 10
Author: Muhammad Arul • Tags: debian, linux, programming, server • Comments: 3In this tutorial, we will show you how to install Java on the Debian 10 (Buster). We will install both the JDK (Java Development Kit) and the JRE (Java Runtime Environment on a Debian server.
-
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 Minecraft Server on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 0
Minecraft is one of the most popular games in the world developed by Microsoft Studious. Minecraft is a sandbox video game and allows you to build anything you need and explore it in a 3D world. In this tutorial, we will learn how to install a Minecraft server on Ubuntu 18.04 server.
-
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.
-
How to Install and Secure Redis on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 1Redis is an open-source, in-memory key/value store, used as a database, cache, and message broker. In this tutorial, we will show you how to install and configure Redis Server on Ubuntu 18.04 LTS. We will first install the Redis Server, and then secure the installation to make it production-ready.
-
How to Install FreeBSD 12.0 with ZFS Filesystem
Author: Muhammad Arul • Tags: freebsd, server • Comments: 0In this tutorial, we will show you how to install the latest version of FreeBSD 12.0 on ZFS. We will use the BSDinstall, which automatically uses the entire disk for the FreeBSD system.
-
How to Install Hugo Site Generator On Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, server, ubuntu, web server • Comments: 0Hugo is a free and open-source framework written in Go language that can be used to create websites with ease. It is simple, fast and secure static site generator, you don't need any database to run it.