Linux Tutorials on the topic “linux”
-
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.
-
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.
-
How to Setup Riak KV NoSQL Database Cluster on CentOS 7
Author: Muhammad Arul • Tags: centos, linux • Comments: 0Riak is a distributed NoSQL database that offers high-availability, fault tolerance, operational simplicity, and scalability. In this tutorial, I will show you how to install and configure the NoSQL database Riak KV on CentOS 7 server.
-
How to install Rainloop Webmail on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: email, linux, ubuntu, web server • Comments: 4Rainloop is a free, open source, simple and fast web-based email client that can be used to access emails from any mail servers like Postfix, Gmail, Yahoo and many more. In this tutorial, we will learn how to install Rainloop webmail client on Ubuntu 18.04 server.
-
How to Install and Configure Ansible on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0Ansible is a free and open source software that can be used to automate software provisioning, configuration management, and application deployment. In this tutorial, we will learn how to install and use Ansible on Ubuntu 18.04 server.
-
How to Install InvoicePlane with Nginx on CentOS 7
Author: Blago Eres • Tags: centos, linux, mysql, nginx, web server • Comments: 0InvoicePlane is a free and open source invoicing application. Its source code can be found on this Github. This tutorial will show you how to install InvoicePlane on a fresh CentOS 7 system.
-
Linux type Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0On the Linux command line, you'll come across several types of utilities. Some are an alias, while others are built-in tools and even functions. So, how do you check these types? Well, there exists a command 'type' that offers you this information.