HowtoForge provides user-friendly Linux tutorials.
-
How to Install Wiki.js on Rocky Linux 9
Author: Navjot Singh • Tags: linux, nginx • Comments: 1Wiki.js is an open-source, lightweight wiki software. It is built on the Node.js JavaScript framework. In this tutorial, you will learn to install Wiki.js on a Rocky Linux 9 server using the PostgreSQL database and Nginx server for proxying.
-
How to Install Suricata IDS on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, security, ubuntu • Comments: 2Suricata is a free and open-source network analysis and threat detection software developed by OSIF. It can be used as an intrusion detection system (IDS) and an intrusion prevention system (IPS).
-
How to Install DokuWiki on Ubuntu 22.04
Author: Hitesh Jethva • Tags: apache, linux, ubuntu • Comments: 0DokuWiki is a simple, easy-to-use, and highly versatile wiki software written in PHP. It is free, open-source, and uses a simple file format to store its data instead of using any database system. In this tutorial, we will show you how to install DokuWiki with Apache and the Let's Encrypt SSL certificate on Ubuntu 22.04.
-
-
How to Install Jupyter Notebook on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0Jupyter Notebook is a free, open-source, and web-based interactive computing platform that allows users to edit and run documents via a web browser. In this tutorial, I will show you how to install Jupyter Notebook on Ubuntu 22.04.
-
How to Install and Configure GlusterFS on Ubuntu
Author: Hitesh Jethva • Tags: cloud, linux, server, storage, ubuntu • Comments: 0GlusterFS is a free, open source and scalable network file system developed first by Gluster Inc. and later by Redhat. It is specifically designed for data-intensive workloads such as cloud storage, CDN and media streaming.
-
Setting Up an NFS Server and Client on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, server • Comments: 0NFS stands for "Network File System" and is a distributed file system protocol used for sharing files and folders between Linux-based operating systems. In this tutorial we will show you how to set up an NFS server and client under CentOS 8.
-
How to Install Apache with ModSecurity on Ubuntu 22.04
Author: Hitesh Jethva • Tags: apache, linux, security, ubuntu • Comments: 1ModSecurity is a free and open-source firewall tool supported by various web servers, such as Apache, Nginx, and IIS. In this tutorial, I will explain how to set up ModSecurity with Apache on Ubuntu 22.04.
-
How to Set up Chrony as NTP Server and Client on Rocky Linux
Author: Arvid L • Tags: linux, server • Comments: 0NTP or Network Time Protocol is a networking protocol for time and clock synchronization on the computer network. In this guide, you will learn how to install and to use Chrony on the Rocky Linux server.
-
Docker Part 4: building and publishing custom docker images
Author: Bill Toulas • Tags: centos, debian, linux, suse, ubuntu, virtualization • Comments: 1
For this tutorial, we will use the Whale Docker image. The Whale is the official mascot of Docker and the Whale docker image resembles the cowsay program which generates ASCII pictures of a cow in the terminal with a message. It can also generate pictures using pre-made images of other animals, such as Tux the Penguin, the Linux mascot.
-
How to run Python Scripts with Apache and mod_wsgi on Ubuntu 22.04
Author: Till Brehm • Tags: linux, ubuntu, web server • Comments: 0The Apache module mod_wsgi provides an interface for hosting Python-based web applications. In this tutorial, I will show you how to install and configure of mod_wsgi using Apache web server on Ubuntu 22.04 LTS.