Linux Tutorials on the topic “linux”
-
Linux zforce Command Tutorial with Examples
Author: Himanshu Arora • Tags: linux, shell • Comments: 0The gzip command is a popular tool used for compressing/decompressing files in Linux. We've already covered the basics of this tool here. This utility produces .gz files in output. But sometimes - like while transferring files - the extension may get chopped off. You'll be glad to know there exists a tool that you can use to force the .gz extension back to these compressed files.
-
How to Install Craft CMS on Ubuntu 18.04 LTS
Author: Blago Eres • Tags: linux, nginx, ubuntu, web server • Comments: 1Craft is an open source CMS written in PHP which allows you to easily create and manage great-looking content, and to design and build exactly what you need.
-
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 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.