Linux Tutorials on the topic “linux”
-
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 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 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 setup a VPN Server using Pritunl on Ubuntu 18.04 LTS
Author: Navjot Singh • Tags: linux, security, ubuntu • Comments: 6Pritunl is a VPN Server Software based on the popular OpenVPN platform. In this tutorial, you will learn how to set up and use Pritunl on your Ubuntu 18.04 LTS based server.
-
How to Install CentOS 8 Desktop
Author: Hitesh Jethva • Tags: centos, desktop, linux • Comments: 3CentOS 8 is a free and open-source Linux distribution and community version of RHEL 8. In this tutorial, we will show you step by step instructions on how to install CentOS 8.
-
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 and configure OpenVPN Server on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, security • Comments: 21OpenVPN is open-source software that can be used to access the internet securely when connected to an untrusted network. In this tutorial, we will explain how to setup OpenVPN server on Debian 10 server.