Linux Tutorials on the topic “Ubuntu”
-
How to Install and Configure mod_pagespeed Module with Apache on Ubuntu 20.04 LTS
Author: Hitesh Jethva • Tags: apache, linux, ubuntu, web server • Comments: 0A slow website is a major issue faced by most webmasters. You can speed up your website with the help of the mod_pagespeed module. In this tutorial, we will explain how to install mod_pagespeed module for Apache on Ubuntu 20.04 server.
-
How to Install Shopware 6 with Nginx and Let's Encrypt SSL on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 3Shopware CE is a free and open-source eCommerce platform written in Symfony and Vue.js. In this tutorial, we will show you how to install Shopware CE with Nginx and Let's Encrypt on Ubuntu 20.04.
-
How To Install JFrog Artifactory on Ubuntu 20.04 LTS
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 1JFrog Artifactory is an open-source repository management application that can be integrated with continuous integration and delivery tools. In this tutorial, we will show you how to install JFrog Artifactory on Ubuntu 20.04.
-
-
How to install Webmin and secure it with Let's Encrypt SSL on Ubuntu 20.04 LTS
Author: Hitesh Jethva • Tags: control panels, linux, server, ubuntu • Comments: 6Webmin is a free, open-source, and web-based application used for managing Linux-based systems. In this tutorial, we will show you how to install Webmin and secure it with Let's Encrypt SSL on Ubuntu 20.04 server.
-
How to Install and Configure Caddy Web Server with PHP and MariaDB on Ubuntu 20.04
Author: Navjot Singh • Tags: linux, mysql, php, ubuntu, web server • Comments: 7Caddy Web Server is a modern open-source web server written in GO language. In this tutorial, you'll install and configure Caddy to run along with PHP and MariaDB on an Ubuntu 20.04 based server.
-
How to Install and Configure Apache Hadoop on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 7Apache Hadoop is an open-source framework used to manage, store and process data for various big data applications running under clustered systems. In this tutorial, we will explain how to set up a single-node Hadoop cluster on Ubuntu 20.04.
-
How to install NetBox Network Documentation and Management Tool on Ubuntu 20.04 LTS
Author: Hitesh Jethva • Tags: linux, monitoring, networking, ubuntu • Comments: 11Netbox is a free and powerful IP address (IPAM) and datacentre infrastructure management (DCIM) tool. It is used for storing information about your networks, VMs, and inventories. In this tutorial, we will explain how to install Netbox with Nginx as a reverse proxy on Ubuntu 20.04.
-
How to compile ONLYOFFICE Document Server from source code on Ubuntu
Author: Daria • Tags: linux, ubuntu • Comments: 0In this tutorial, we’ll learn how to compile ONLYOFFICE Document Server from source on Ubuntu. ONLYOFFICE Document Server comprises web-based viewers and collaborative editors for text documents, spreadsheets, and presentations providing high compatibility with OOXML formats (docx, xlsx, pptx).
-
How to create Docker Images with a Dockerfile on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu, virtualization, web server • Comments: 6In 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.
-
Setup a Kubernetes Cluster on AWS EC2 Instance with Ubuntu using kubeadm
Author: Rahul Shivalkar • Tags: cloud, linux, ubuntu • Comments: 6In this article, we will see how to set up a Kubernetes cluster with 2 Worker Nodes and 1 Master Node on Ubuntu LTS Servers. We will use the "kubeadm" tool to set up the cluster.