Linux Tutorials on the topic “linux”
-
How to Install and Use Nessus Vulnerability Scanner on Debian 12
Author: Arvid L • Tags: debian, linux, server • Comments: 0 • Published: May 17, 2024Nessus is an open-source network vulnerability scanner for vulnerability assessments, penetration testing, and ethical hacking. In this tutorial, we'll walk you through the Nessus Network Security Scanner installation on the Debian 12 server. You will also perform the first host scan with Nessus to detect security vulnerabilities against target hosts.
-
How to Install OpenProject on Debian 12
Author: Arvid L • Tags: debian, linux, server • Comments: 0 • Published: May 17, 2024OpenProject is a project management software written in Ruby on Rails and AnguilarJS. This tutorial will walk you through the OpenProject project management software installation on the Debian 12 server.
-
How to Install Apache Tomcat with Nginx Reverse Proxy on Ubuntu 24.04
Author: Arvid L • Tags: linux, server, ubuntu, web server • Comments: 0 • Published: May 17, 2024Apache Tomcat or "Tomcat" is a free and open-source Java Servlet container for Java code and applications. This guide will teach you how to install Apache Tomcat on an Ubuntu 24.04 server. You will install Apache Tomcat 10 with the Java OpenJDK 21 and then install and configure Nginx as a reverse proxy.
-
-
How to Install and Configure Meilisearch on Debian 12
Author: Navjot Singh • Tags: linux, server • Comments: 0 • Published: May 17, 2024Meilisearch is an open-source search engine written in Rust language. In this tutorial, you will learn how to install Meilisearch in production on a Debian 12 server and use it to perform several simple searches.
-
How to Install Odoo 17 ERP Software on Rocky Linux 9
Author: Navjot Singh • Tags: linux, server, web server • Comments: 0 • Published: May 16, 2024Odoo (formerly known as OpenERP) is a self-hosted suite of over 10,000 open-source applications well suited for various business needs, including CRM, eCommerce, accounting, inventory, project management, and point of sale. This tutorial will teach us to install Odoo 16 Stack on a Rocky Linux 9 server.
-
How to Install TYPO3 CMS on Ubuntu 24.04
Author: Arvid L • Tags: linux, ubuntu, web server • Comments: 0 • Published: May 16, 2024TYPO3 is a free and open-source Enterprise-grade content management system. It provides enterprise-level features such as a scalable CMS with multisite support, multilingual installations, strong security implementation, blazingly fast, and can be run anywhere.
-
phpMyAdmin Installation on Ubuntu 24.04
Author: Arvid L • Tags: linux, ubuntu • Comments: 2 • Published: May 10, 2024phpMyAdmin is a free and open-source tool for managing and administering MySQL servers. It allows you to manage MySQL data from a web browser, and you can manage databases, tables, columns, indexes, relations, users, permissions, etc., from a single dashboard UI on your web browser.
-
Build a Monitoring System with Grafana and Prometheus on Debian 12
Author: Arvid L • Tags: debian, linux, monitoring, server • Comments: 0 • Published: May 07, 2024Grafana is an open-source and multi-platform data visualization platform developed by Grafana Labs. In this guide, you will install Grafana on the Debian 12 server with Nginx as a reverse proxy, then add Prometheus as the data source and configure the Grafana Dashboard for system monitoring.
-
How to Install Laravel PHP Framework on Ubuntu 24.04
Author: Arvid L • Tags: linux, php, ubuntu • Comments: 3 • Updated: May 06, 2024Laravel is a web application framework based on PHP that is used to build enterprise web applications. It's a free and open web framework that follows model-view-controller (MVC) architecture and is based on Symfony.
-
How to Install LAMP Stack (Linux, Apache, MariaDB and PHP) on Ubuntu 24.04
Author: Arvid L • Tags: linux, ubuntu • Comments: 0 • Published: May 03, 2024The LAMP Stack (Linux, Apache, MySQL/MariaDB, and PHP) is a bundle of open-source technologies for building websites and web applications. In this guide, you will learn how to install LAMP Stack (Linux, Apache, MySQL/MariaDB, and PHP) on the Ubuntu 24.04 "Noble Numbat" server.