Articles by Navjot Singh
-
How to Install and Configure Suricata IDS along with Elastic Stack on Rocky Linux 9
Author: Navjot Singh • Tags: linux, monitoring, security, server • Comments: 0 • Published: May 22, 2024Suricata is a Network Monitoring tool that examines and processes every packet of internet traffic that flows through your server. It can generate log events, trigger alerts, and drop traffic upon detecting any suspicious activity.
-
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 NodeBB Forum on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, nginx, server, ubuntu, web server • Comments: 0 • Published: Apr 12, 2024NodeBB is a modern forum software powered by Node.js framework. It uses MongoDB, PostgreSQL, or Redis database to store data. In this tutorial, you will learn how to install the NodeBB forum using Nginx on a Ubuntu 22.04 server.
-
How to Install Metasploit Framework on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, security, ubuntu • Comments: 0 • Published: Apr 05, 2024As a network administrator, scanning for security vulnerabilities and patching them as soon as possible is important. Metasploit is an open-source framework that helps identify threats and vulnerabilities. In this tutorial, you will learn how to install the Metasploit framework and do basic testing on a Ubuntu 22.04 system.
-
How to Install PostgreSQL and pgAdmin on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, server, web server • Comments: 1 • Published: Mar 28, 2024PostgreSQL or Postgres is an open-source object-relational database management that implements the SQL querying language. pgAdmin is an open-source administration tool for PostgreSQL.
-
How to Install and Create a Chat server using Matrix Synapse and Element on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, server, ubuntu • Comments: 2 • Published: Mar 22, 2024Matrix is an open standard for decentralized and end-to-end encrypted communication. It is a collection of servers and services that communicate with each other using a standardized API that synchronizes in real time. In this tutorial, you will learn how to install and create a chat server using Synapse, a home server implementation of Matrix.
-
How to Install Gitlab on Rocky Linux 9
Author: Navjot Singh • Tags: linux, server • Comments: 0 • Published: Mar 16, 2024GitLab Server is an open-source version of the cloud-hosted GitLab version control used to host Git repositories. This guide will teach you how to install GitLab Server using Docker on a Ubuntu 22.04 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 Zulip Chat Server using Docker on Rocky Linux 9
Author: Navjot Singh • Tags: linux, server • Comments: 0 • Published: Mar 01, 2024Zulip is an open-source chat server, similar to Microsoft Teams, Rocket Chat, or Slack. It is written in Python and uses Django, PostgreSQL, and JavaScript. This tutorial teaches you how to install and configure Zulip Chat on a Rocky Linux 9 server.