Linux Tutorials on the topic “server”
-
How to Install and Configure Kubernetes and Docker on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu, virtualization • Comments: 19Kubernetes is an open source platform for managing containerized applications. It is commonly used to manage Docker Containers. In this tutorial, I will show you step-by-step how to install and configure Kubernetes on Ubuntu 18.04 LTS, I will set up one master and two worker nodes.
-
How to Install Ubuntu 18.04 LTS (Bionic Beaver) Minimal Server
Author: Till Brehm • Tags: linux, server, ubuntu • Comments: 19This tutorial shows the installation of an Ubuntu 18.04 minimal server in detail with many screenshots. The purpose of the guide is to show the basic installation of Ubuntu 18.04 LTS that can be used as basis for our other Ubuntu tutorials here at howtoforge like our perfect server guides.
-
How to start a vnc server for the actual display (scraping) with TigerVNC
Author: István dr. Sebestyén-Teleki • Tags: debian, desktop, linux, server • Comments: 18VNC is a desktop sharing application. This howto offers you a solution, to connect via TigerVNC server to the actual active session on your Linux desktop.
-
-
How to Set up RabbitMQ Cluster on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server • Comments: 6RabbitMQ is the message-queueing software that offers support for sending and receiving messages between distributed systems, applications, and services. In this tutorial, I will show you step-by-step how to set up the RabbitMQ Cluster on a CentOS 7 Server.
-
How to install WildFly (JBoss) Java Application Server on Ubuntu 18.04
Author: Hitesh Jethva • Tags: linux, server • Comments: 3WildFly formerly known as JBoss is a free and open source application server written in Java which implements the Java Enterprise Edition (Java EE) specification. In this tutorial, I will explain how to install WildFly application server on Ubuntu 18.04 LTS.
-
How to Install NTP Server and Client on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 4NTP (Network Time Protocol) is a networking protocol designed to synchronize the clocks of computers over a network. In this tutorial, we will learn to install NTP server and Setup time synchronization on Ubuntu 18.04 server.
-
How to Setup Magento 2 With Varnish and Apache on Ubuntu 16.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu, web server • Comments: 5Magento is a free and open source Content Management System built in PHP, Zend framework and MySQL database. It is very popular eCommerce web application. In this tutorial, we will learn how to install Magento 2 with Varnish as a full page cache on Ubuntu 16.04 server.
-
How to Set up RabbitMQ Cluster on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 10RabbitMQ is an open source message-broker software written in Erlang programming language with client support for all major programming languages. In this tutorial, I will show you how to set up a RabbitMQ Cluster consisting of 3 servers on Ubuntu 18.04 LTS.
-
Install Observium Network Monitoring Software on Debian 9
Author: Matt Vas • Tags: debian, linux, monitoring, networking, server • Comments: 0Observium is a powerful and flexible free and open source auto-discovery network monitoring software. In this guide, we’ll show you how to install and configure the latest version of Observium Network Monitoring software (Community Edition) on Debian 9 release.
-
Docker Guide: Dockerizing Nodejs Express Application on Ubuntu 18.04
Author: Muhammad Arul • Tags: linux, server, ubuntu, virtualization • Comments: 0In this tutorial, I will show you how to create a docker image for an existing Nodejs Express application project in Ubuntu 18.04. We will learn about dockerizing a Nodejs application, and then deploy the application as a container to the docker environment using a docker-compose script.