Linux Tutorials on the topic “Linux”
-
How to Install Gulp.js on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux • Comments: 0Gulp is a free, open-source, and cross-platform JavaScript toolkit that allows you to automate many development tasks. In this post, we will show you how to install Gulp on CentOS 8.
-
Install and Configure Elasticsearch on Rocky Linux 8
Author: Hitesh Jethva • Tags: linux • Comments: 0Elasticsearch is a free and open-source analytics engine used for storing, searching, and analyzing big volumes of data in real-time. In this tutorial, we will show you how to install ElasticSearch on Rocky Linux 8.
-
How to Install Kuma - Self-hosted Uptime Robot Alternative on Ubuntu 20.04
Author: Arvid L • Tags: linux, monitoring, server, ubuntu • Comments: 1Uptime-Kuma is an open source monitoring tool like "Uptime Robot" written in Nodejs. It's a self-hosted monitoring tool with a fancy beautiful dashboard and supports multiple notifications methods.
-
-
How to Install UrBackup Server and Client on Ubuntu 20.04
Author: Hitesh Jethva • Tags: backup, linux, ubuntu • Comments: 4UrBackup is an open-source and client/server backup system for Linux operating systems. It supports both file and image backups in a live system without interrupting current processes. In this tutorial, I will show you how to install the UrBackup server and Client on Ubuntu 20.04.
-
Easy guide to monitoring your systems with Checkmk
Author: Ferdinand Kunz • Tags: linux, monitoring • Comments: 0This tutorial will show you how to take your first steps with Checkmk, a comprehensive IT monitoring system that identifies issues across your entire IT infrastructure. Checkmk monitors servers, applications, networks, cloud environments and many other systems.
-
How to Install Nextcloud on Rocky Linux
Author: Arvid L • Tags: centos, linux, server, web server • Comments: 3In this guide, you will learn how to install Nextcloud on the Rocky Linux 8.4. You will be installing Nextcloud under the LAMP Stack (Linux, Apache2/httpd, MySQL/MariaDB, and PHP).
-
How to Install RockyLinux 8.4
Author: Arvid L • Tags: linux • Comments: 0In this guide, we will show you step-by-step how to install a 64-bit version of Rocky Linux 8.4 as a stand-alone server. Additionally, we will verify the installation by accessing the Rocky Linux server through SSH from another machine.
-
How to Create Locally Trusted SSL Certificates with mkcert on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, nginx, security, ubuntu • Comments: 4Mkcert is a free, simple, and very useful tool that allows you to create a locally trusted certificate without buying it from the real CA. In this post, we will show you how to create a trusted SSL certificate for local development using Mkcert on Ubuntu 20.04.
-
How to Install WordPress with LAMP and free Let's Encrypt SSL on Rocky Linux
Author: Arvid L • Tags: linux, web server • Comments: 0WordPress is one of the most popular Content Management Systems (CMS) right now, it's used by millions of people. In this guide, you will learn how to install WordPress CMS on the Rocky Linux 8.4. You will be installing WordPress under the LAMP Stack (Linux, Apache2/httpd, MySQL/MariaDB, and PHP).
-
How to Install MongoDB Compass GUI in Ubuntu 20.04
Author: Hitesh Jethva • Tags: desktop, linux, ubuntu • Comments: 3MongoDB Compass is a graphical tool for MongoDB that helps you to create, delete, read and update the database graphically. It is very similar to phpMyAdmin which allows you to explore your data, run the queries, and interact with the database.