Linux Tutorials on the topic “Ubuntu”
-
How to Install TIG Stack (Telegraf, InfluxDB, and Grafana) on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, monitoring, server, ubuntu • Comments: 22In this tutorial, I will show you how to install and configure the TIG Stack (Telegraf, InfluxDB, and Grafana) using a single Ubuntu 18.04 Server. We will be using the TIG Stack for monitoring the system loads such as Network, RAM Memory, Uptime etc.
-
How to Install and Use logrotate to Manage Log Files in Ubuntu
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0Log files are most important for Linux system security. The logrotate tool is designed to simplify the administration of log files on a Linux system that allows automatic rotation, compression, removal, and mailing of log files. In this tutorial, I will explain using logrotate to manage logs on Ubuntu 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 Install Sentrifugo HRM on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 8Sentrifugo is a powerful Human Resource Management System (HRM) written in PHP that uses MySQL/MariaDB as the database system. In this tutorial, we will be going to explain how to install Sentrifugo on Ubuntu 18.04 LTS server.
-
How to Compile Brotli from Source on Ubuntu 18.04 LTS
Author: Blago Eres • Tags: linux, ubuntu, web server • Comments: 0Brotli is a generic-purpose lossless compression algorithm 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 run Python Scripts with Apache and mod_wsgi on Ubuntu 18.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 11mod_wsgi is an Apache module that can be used for serving Python scripts over HTTP via Apache web server like Django, Web.py, Werkzug, Chery.py, TurboGears, and Flask. In this tutorial, we will learn how to install and set up of mod_wsgi with the Apache server on Ubuntu 18.04 LTS (Bionic Beaver) server.
-
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 Install and Configure OpenLiteSpeed Server on Ubuntu 18.04 along with MariaDB
Author: Navjot Singh • Tags: linux, ubuntu, web server • Comments: 3OpenLiteSpeed is a lightweight and open source version of the popular LiteSpeed Server. In this tutorial, we will learn about how to Install OpenLiteSpeed Server on Ubuntu 18.04 along with PHP 7.2 and MariaDB server.
-
Installation and Usage of Maltrail detection system on Ubuntu 18.04
Author: Ahmad • Tags: linux, security, ubuntu • Comments: 0Maltrail is a malicious traffic detection system which utilizes the publicly available spam list/ blacklists of malicious and suspicious trails. This tutorial shows the installation of Maltrail on Ubuntu 18.04 LTS.