HowtoForge provides user-friendly Linux tutorials.
-
How to Install Apache Spark on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 0 • Published: Mar 15, 2024Apache Spark is a free, open-source, and general-purpose data processing engine used by data scientists to perform extremely fast data queries on a large amount of data. This post will show you how to install Apache Spark on Ubuntu 22.04.
-
How to Install PostgreSQL on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 0 • Published: Mar 15, 2024PostgreSQL is an open-source and one of the most popular relational database management systems. It implements the SQL query language and offers strong stability, performance, and data integrity.
-
How to Install Mono .NET Framework on Ubuntu 22.04
Author: Arvid L • Tags: linux, ubuntu • Comments: 0 • Published: Mar 15, 2024Mono is an open-source implementation of the .NET framework and compatible software framework for building cross-platform applications. It's based on C# and Common Language Runtime, it also supports multiple platforms, including Linux, Windows, macOS, and embedded devices.
-
-
How to Install phpBB forum on Debian
Author: Hitesh Jethva • Tags: debian, linux, server, web server • Comments: 0 • Published: Mar 10, 2024phpBB is free and open-source bulletin board software that allows you to stay in touch with a group of people. This post will show you how to install phpBB with Apache and Let's Encrypt SSL on Debian.
-
Install and Configure OpenNMS on Alma Linux 8
Author: Hitesh Jethva • Tags: linux, monitoring • Comments: 0 • Published: Mar 09, 2024OpenNMS is a free and open-source network monitoring and management platform written in Java. This post will show you how to install OpenNMS with Nginx on Alma Linux 8.
-
How to Install Pydio Cells File Sharing on Rocky Linux 9
Author: Arvid L • Tags: linux, server, web server • Comments: 0 • Published: Mar 08, 2024Pydio Cells is an open-source document-sharing and collaboration platform for your organization. In this guide, we'll show you how to install Pydio Cells on Rocky Linux 9 server with MariaDB server and Apache or httpd web server.
-
How to Install OpenSearch on Debian 12
Author: Navjot Singh • Tags: debian, linux, server • Comments: 1 • Published: Mar 08, 2024OpenSearch is an open-source fork of Elasticsearch and Kibana developed by Amazon. It is a real-time, distributed, and scalable search engine that allows for full-text search as well as analytics. This tutorial will show you how to install OpenSearch on a Debian 12 server.
-
How to Install Adminer Database Administration Tool on Debian 12
Author: Arvid L • Tags: debian, linux, server, web server • Comments: 1 • Published: Mar 08, 2024Adminer (formerly phpMinAdmin) is a fully-featured database administration tool written in PHP 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).
-
Linux Commands - Overview and Examples
Author: Himanshu Arora • Tags: linux, shell • Comments: 13 • Updated: Mar 04, 2024The command line is one of the most powerful features of Linux. There exists a sea of Linux command line tools, allowing you to do almost everything you can think of doing on your Linux PC. However, this usually creates a problem: with so many commands available to use, you don't know where and how to start learning them, especially when you are beginner.
-
How to Use the Linux less Command
Author: howtoforge • Tags: linux • Comments: 0 • Published: Mar 04, 2024The less command in Linux is a powerful tool used primarily for viewing the contents of a text file, one page (or screen) at a time.