Linux Tutorials on the topic “Linux”
-
How to Install Standard Notes Server on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, server, ubuntu, web server • Comments: 0Standard Notes is an open-source encrypted notes app. In this tutorial, you will learn how to self-host your standard notes server on a Ubuntu 22.04 machine.
-
Linux lsof Command Tutorial for Beginners (15 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 4The lsof command in Linux displays in its output information about files that are opened by processes. In this article, we will discuss the tool using 15 easy-to-understand examples.
-
How to Install and Configure HAProxy on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 2HAProxy also stands for High Availability Proxy is a free, open-source Load Balancer and proxying solution designed to simplify and secure modern application architectures. It allows a web server to distribute incoming requests across multiple endpoints. In this post, we will explain how to install HAProxy on Ubuntu 22.04.
-
-
How to Install NFS Server and Client on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 2NFS or Network File System is a protocol that allows local users to access remote data from multiple disks and directories in the same way as local access. In this tutorial, you will learn how to install the NFS Server and Client on the Ubuntu 22.04 Server. You will also learn how to mount the NFS shared directory automatically at system boot on the client machine.
-
Linux md5sum Command Explained For Beginners (5 Examples)
Author: David Paige • Tags: linux, shell • Comments: 1When downloading files, particularly installation files from websites, it is a good idea to verify that the download is valid. A website will often display a hash value for each file so that you can make sure the download completed correctly. In this article, we will be discussing the md5sum tool that you can use to validate the download.
-
Ubuntu 22.04 Minimal Server Installation
Author: Till Brehm • Tags: linux, server, ubuntu • Comments: 3This tutorial shows the installation of an Ubuntu 22.04 base server in detail with many screenshots. The purpose of the guide is to show the base installation of Ubuntu 22.04 LTS that can be used as a basis for our other Ubuntu tutorials here at howtoforge like our perfect server guides.
-
How to Configure Apache Virtual Hosts on Ubuntu 22.04
Author: Ali Imran Nagori • Tags: apache, linux, ubuntu • Comments: 5The virtual hosting concept is used by companies to host multiple websites using a single machine. In this tutorial, we will see how we can host two virtual hosts on an Ubuntu 22.04 system using name-based virtual hosting. We will use the Apache web server.
-
Linux strace Command Tutorial for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 3The Linux command line offers many tools that are helpful for software developers. One among them is strace. The strace command in Linux lets you trace system calls and signals.
-
How to Install Flask with Nginx and Gunicorn on Ubuntu 22.04
Author: Arvid L • Tags: linux, nginx, ubuntu, web server • Comments: 0Flask is a microframework written in Python for developing modern web applications and API (Application Programming Interface). In this post, we will show you how to install and configure the Python Flask Web Framework with Gunicorn and Nginx on the Ubuntu 22.04 system.
-
How to Install MediaWiki on Ubuntu 22.04
Author: Arvid L • Tags: apache, linux, ubuntu • Comments: 0MediaWiki is a free and open-source wiki software that powers the biggest wiki sites on the internet such as Wikipedia and Wikimedia. It's extremely powerful, scalable, and extensible wiki software that offers feature-rich wiki implementations.