HowtoForge provides user-friendly Linux tutorials.
-
Linux xz Command Tutorial for Beginners (7 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0There are several ways to compress and decompress files in Linux. One of them is the xz command. We will discuss the basics of this command line tool in this tutorial.
-
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.
-
Linux tload Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2While there are a lot of UI-based tools in Linux that you can use to see a graphical representation of system load, the number of command line tools that do the same work is pretty less. One such utility is tload, which will be discussing in this tutorial.
-
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 Install NodeBB Forum on CentOS 7
Author: Blago Eres • Tags: centos, linux, web server • Comments: 0NodeBB is a Node.js based forum software built for the modern web. In this guide, we will walk you through the step-by-step NodeBB installation process on the CentOS 7 operating system.
-
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 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.