Linux Tutorials on the topic “Linux”
-
How to Install and Use MariaDB on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, mysql, ubuntu • Comments: 2MariaDB is a free, open-source, and powerful database management system used to store application data. It is a stable and relational database management system, and fork of the popular MySQL database system. In this tutorial, we will show you how to install MariaDB 10.6 on Ubuntu 22.04 server.
-
How to Install Let's Chat on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 2Let's Chat is a free, open-source, and persistent messaging application that runs on Node.js and MongoDB. It is designed for small, intimate teams that offer a rich set of features such as LDAP/Kerberos authentication, a REST-like API, and XMPP support.
-
Linux pmap Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0Linux command line offers a lot of tools that help you know more about processes that are currently active in your system. One such utility is pmap, which reports the process memory map. In this tutorial, we will discuss the basics of pmap using some easy to understand examples.
-
-
How to Install CRI-O Container Runtime on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu, virtualization • Comments: 0CRI-O is a lightweight container runtime alternative to Docker for Kubernetes. It's an implementation of Kubernetes CRI (Container Runtime Interface) and compliance with OCI runtime (Open Container initiative).
-
Linux mkfifo Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 4If you're even a moderate Linux command line user, you must be aware of pipes, a fundamental command line feature that allows processes to communicate. Then there's a concept of named pipes (yeah, pipes with names, so that you can do more with pipes). The mkfifo command lets you create such named pipes.
-
How to Install Calibre Ebook Server on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, nginx, server, ubuntu • Comments: 2Calibre is a free and open-source e-book manager. It works as a cross-platform desktop application along with a server component. In this tutorial, you will learn to install the Calibre server on a Ubuntu 22.04 machine.
-
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.
-
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.