HowtoForge provides user-friendly Linux tutorials.
-
How to install NetBeans IDE on Ubuntu 20.04
Author: Samreena Aslam • Tags: desktop, ubuntu • Comments: 1NetBeans IDE (Integrated Development Environment) is a very powerful software development tool, mostly used to develop Java and C/C++ applications. In this article, I will show you 3 different ways to install NetBeans IDE 12 on Ubuntu 20.04 using the command line.
-
How to install Node.js & NPM on Debian 11
Author: t.michael • Tags: debian, server • Comments: 1Node.js is an open-source, cross-platform runtime environment for developing server-side and networking applications built on Chrome's V8 JavaScript engine. In this article, we will learn what Nodejs is and how to install it on a Linux machine using a non-root user account.
-
How to Install pgAdmin 4 v5 PostgreSQL Administration Tool on Debian 11
Author: Arvid L • Tags: debian, server • Comments: 2pgAdmin is a free and open-source graphical administration tool for PostgreSQL which is easy to use. In this tutorial, you will learn how to install pgAdmin server mode on the latest Debian 11 Bullseye. You will learn how to set up pgAdmin with Apache web server, and learn the basic usage of pgAdmin for managing PostgreSQL database and user.
-
-
How to Install Craft CMS with Nginx on Debian 11
Author: Hitesh Jethva • Tags: cms, debian, linux • Comments: 0
Craft CMS is a free and open-source content management system written in PHP and based on the Yii framework. This post will show you how to install Craft CMS with Nginx and Let's Encrypt SSL on Debian 11.
-
How to install, configure and use Nessus Vulnerability Scanner on CentOS 8
Author: sohan patel • Tags: centos, security • Comments: 0Nessus is one of the most popular remote vulnerability assessments trusted by more than 30,000 organizations worldwide. Nessus scans the system and raises an alert if it discovers any vulnerabilities that malicious hackers could use to gain access.
-
Install LEMP Stack (Nginx, PHP and MariaDB) on Debian 11
Author: Hitesh Jethva • Tags: • Comments: 2The LEMP Stack is a set of open-source software and frameworks or libraries that are used to host web applications on the internet. A stack consists of Linux operating system, Nginx web server, MariaDB/MySQL database server, and PHP language.
-
How to Install Nodejs on Rocky Linux 8.4
Author: Arvid L • Tags: linux, web server • Comments: 1Node.js is a cross-platform java-script runtime for server-side programing language. It's built on top of Chrome's V8 JavaScript engine, allows you to execute JavaScript code on the server-side. In this tutorial, you will learn how to install Node.js on Rocky Linux using two different methods.
-
How to Install PostgreSQL and phpPgAdmin on Fedora 34
Author: Navjot Singh • Tags: fedora, linux, server • Comments: 0PostgreSQL or Postgres is a powerful, open-source, relational database management system. This tutorial will demonstrate how to install PostgreSQL and phpPgAdmin on a Fedora 34 based server.
-
How to Install and Use MongoDB on Rocky Linux 8
Author: t.michael • Tags: linux, server • Comments: 1MongoDB is an object-oriented, schema-less, NoSQL database server used in developing modern dynamic apps. This tutorial will cover how to install MongoDB on Rocky Linux 8.
-
How to Install Wikijs on Rocky Linux
Author: Arvid L • Tags: linux, web server • Comments: 0Wiki.js is an open-source wiki software written in JavaScript and running on the Node.js runtime. In this guide, you will learn how to install Wiki.js on the Rocky Linux server. You will be installing the Wiki.js with the latest LTS version of Node.js, using PostgreSQL as its main database, and using the Nginx web server as a reverse proxy.