HowtoForge provides user-friendly Linux tutorials.
-
How to Install Moodle eLearning Platform on Rocky Linux 8
Author: Navjot Singh • Tags: linux, web server • Comments: 0Moodle is a free, open-source, online Learning Management System (LMS). It allows educators to create a fully functional website for educational courses complete with an online classroom experience. This guide explains how to install Moodle on a Rocky Linux 8 server.
-
How to Benchmark your GPU on Linux
Author: Bill Toulas • Tags: arch linux, centos, debian, desktop, fedora, suse, ubuntu • Comments: 22Linux is not famous for its gaming abilities and possibilities, and it is only natural that there aren't many GPU benchmarking tools available with which users can test their graphics hardware. There are however some benchmarking suites that can help you determine the various aspects of your GPU performance with precision. In this tutorial I will show you GLX-Gears, GL Mark 2 and the benchmarks from "Unigine Benchmark Products".
-
Linux test Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2Sometimes, while working on the Linux command line, you might want to test certain things like integer values, or whether or not a file is of certain type? You'll be glad to know there's a built-in command line utility test that lets you do most of these comparisons and tests.
-
-
Install WildFly Java Application Server with Nginx Reverse Proxy on Rocky Linux 8
Author: Hitesh Jethva • Tags: linux, server, web server • Comments: 0WildFly is an open-source and cross-platform application server developed by RedHat. It is written in Java and used for developing Java applications. In this tutorial, we will show you how to install Wildfly with Nginx as a reverse proxy on Rocky Linux 8.
-
How to Add a Website in ISPConfig 3.2
Author: Till Brehm • Tags: control panels, ispconfig, linux, server, web server • Comments: 0ISPConfig is a hosting control panel for Linux servers that provides functions for managing websites, databases, FTP and shell users, email accounts, and DNS. In this guide, we will show you step by step how to add a website, MySQL/MariaDB database, FTP-user, and SSH-user in ISPConfig.
-
How to Install Adminer Database Administration Tool on Ubuntu 22.04
Author: Arvid L • Tags: apache, linux, mysql, server, ubuntu, web server • Comments: 2Adminer (formerly phpMinAdmin) is a fully-featured database administration tool that supports both RDBMS (Relational Database Management System) such as MySQL/MariaDB, PostgreSQL, SQLite, MS SQL, and Oracle and the NoSQL such as MongoDB and others (via plugin).
-
8 Practical Examples of Linux Xargs Command for Beginners
Author: Himanshu Arora • Tags: linux, shell • Comments: 9The Linux xargs command may not be a hugely popular command line tool, but this doesn't take away the fact that it's extremely useful, especially when combined with other commands like find and grep. If you are new to xargs, and want to understand its usage, you'll be glad to know that's exactly what we'll be doing here.
-
How To Install Cacti Monitoring Tool on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, monitoring, ubuntu • Comments: 2Cacti is an open-source network monitoring and graphing tool written in PHP. In this tutorial, we will show you how to install the Cacti monitoring tool on Ubuntu 22.04 server.
-
How to Install Apache Tomcat on Ubuntu 22.04
Author: Arvid L • Tags: apache, linux, server, ubuntu • Comments: 0Apache Tomcat or "Tomcat" is a free and open-source Java Servlet container for Java code and applications. In this tutorial, we will show you step-by-step instructions on how to install Apache Tomcat on Ubuntu 22.04 server. This post will show two different methods for installing Apache Tomcat on the Ubuntu system and how to set up Apache2 http server as a reverse proxy for the Apache Tomcat application.
-
How to Setup MariaDB Master-Master Replication on Debian 11
Author: Arvid L • Tags: debian, linux • Comments: 1This tutorial will go over how to set up MariaDB Master-Master Replication on Debian 11 Servers. Additionally, we will go over how to synchronize time using Chrony between MariaDB servers.