HowtoForge provides user-friendly Linux tutorials.
-
How to Compile Brotli from Source on CentOS 7
Author: Blago Eres • Tags: centos, linux • Comments: 0Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm. This tutorial shows how to compile Brotli compression library from source on CentOS 7 system.
-
How to Install Dolibarr ERP + CRM System on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 5Dolibarr is a free, open source and an all-in-one ERP and CRM for small and medium companies. In this tutorial, we will install Dolibarr on Ubuntu 18.04 server.
-
How to Build Nginx from source on CentOS 7
Author: Blago Eres • Tags: centos, linux, nginx, web server • Comments: 6In this tutorial, we will build Nginx with all available modules in the open source version of Nginx and we will use the mainline version which is at 1.15.7 at the time of this writing. Update version numbers when newer versions become available.
-
-
How to Install Microweber CMS on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 3Microweber is a free and open source drag and drop CMS and website builder written in the PHP programming language and the Laravel 5 Framework. In this tutorial, we will explain how to install Microweber CMS on Ubuntu 18.04 server.
-
History of Linux Kernel Live Patching
Author: Viktor • Tags: linux • Comments: 2Installing the latest Linux kernel used to mean a reboot, until the development of ‘rebootless kernel updating’, a method that patches servers without restarting them. With the technique now just over 10 years old, this article takes a brief look at its origins and current state.
-
How to Install Gitea on Ubuntu 18.04
Author: Hitesh Jethva • Tags: server, ubuntu • Comments: 0
Gitea is a free and open-source version control system similar to GitHub. Gitea is a clone of Gogs, a lightweight code hosting solution written in Go and published under the MIT license. In this tutorial, we will explain how to install the Gitea git server on Ubuntu 18.04 server.
-
How to Install BookStack on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 7BookStack is a free and open source knowledge management platform that can be used for creating documentation and wikis content for your users. In this tutorial, we will learn how to install Bookstack with Apache in Ubuntu 18.04 server.
-
How to Enable HTTP/2 in Nginx
Author: Blago Eres • Tags: linux, nginx • Comments: 0Hypertext Transfer Protocol Version 2 (HTTP/2) is the latest version of the HTTP protocol. This tutorial shows you how to enable HTTP/2 in your nginx web server.
-
Linux time Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2Sometimes, when you're executing a program, you might want to know its system resource usage. Like how much time the process spent in kernel mode and user mode, and other info. Thankfully, there exists a tool - dubbed time - that's specifically built for this purpose.
-
How to Enable TLS 1.3 in Nginx
Author: Blago Eres • Tags: linux, nginx, web server • Comments: 5Transport Layer Security (TLS) 1.3 is the latest version of the Transport Layer Security (TLS) protocol, published as an IETF standard in RFC 8446 in August 2018. TLS 1.3 protocol provides privacy and performance enhancements compared to the previous versions of TLS and non-secure HTTP. This tutorial shows how to enable TLS 1.3 in a Nginx web server.