XWiki is an advanced wiki software platform that is both free and open-source. It is built using Java and can be run on servlet containers such as JBoss, Tomcat, and Jetty. To store its information, XWiki utilizes database engines like MySQL, MariaDB or PostgreSQL. There are multiple ways to install XWiki, but in this tutorial, we will focus on how to install XWiki on Debian 12 using the repository provided by XWiki.
Tutorials
How to Install Wiki.js on Ubuntu 22.04
Wiki.js is an open-source project that runs a wiki engine using Node. It is a fully customizable and modular wiki engine written entirely in JavaScript. Wiki.js offers some useful features and it works perfectly smooth on different operating systems and environments. In this tutorial, we will show you how to install Wiki.js on Ubuntu 22.04.
How to Install Elasticsearch on Debian 12
Elasticsearch is a document-oriented database server built with Java. It is an open-source and real-time search and analytics engine. We can also say that Elasticsearch is a NoSQL database, as it stores data in an unstructured way, where you cannot use SQL to query it. Elasticsearch is typically used to support complex queries and high-performance applications. This article aims to guide you through the installation and configuration process of Elasticsearch on Debian 12.
Tools for Monitoring Network Bandwidth on Linux
In this tutorial, we are going to show some tools for monitoring Network bandwidth on Linux.
Network bandwidth is a measurement indicating the capacity of data transmitted over a network in a given amount of time. It is normally represented by a number of bits, kilobits, megabits, or gigabits transmitted in 1 second.
How to Install CyberPanel with OpenLiteSpeed on Ubuntu 22.04
CyberPanel is a powerful web control panel that offers a simple server and websites management. In this tutorial, you will learn how to install CyberPanel with OpenLiteSpeed on Ubuntu 22.04. Let’s get started.
How to Install and use SAR on Linux
System Activity Reporter or SAR is a program utility for analyzing Linux system performances. SAR measures CPU activity, memory paging, network issues, process and thread allocation, etc.
How to Install Docker on Debian 12
Docker is an open-source container runtime that allows you to build, run, and manage applications in isolated environments called containers.
How to Install Gatsby on Ubuntu 22.04
In this tutorial, we are going to explain in step-by-step detail how to install Gatsby on Ubuntu 22.04
Gatsby is an open-source static generator built on Node.js using React and GraphQL. With Gatsby, one can build fast and modern applications and websites with React.
How to Enable Proxy Settings for Yum Command on AlmaLinux 9
Yum is a package manager written in Python used for getting, installing, querying, and managing Red Hat Enterprise Linux RPM software packages.
How to Rewrite URLs with mod_rewrite for Apache on Ubuntu 22.04
The mod_rewrite is a module in Apache that utilizes a rule-based rewriting engine. It is employed for converting and redirecting the requested URL to a different URL.