Articles by Navjot Singh
-
How to Install and Configure Suricata IDS along with Elastic Stack on Ubuntu 22.04
Author: Navjot Singh • Tags: security, server, ubuntu • Comments: 0 • Published: Mar 23, 2023Suricata 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 Wallabag on Rocky Linux 9
Author: Navjot Singh • Tags: linux, server • Comments: 0 • Published: Mar 08, 2023Wallabag is a read-it-later kind of service. It allows you to save webpages to read them later at your own leisure pace. This tutorial will cover how to install and set up Wallabag on a server running Rocky Linux 9.
-
How to Install and Configure Nagios on Rocky Linux 9
Author: Navjot Singh • Tags: linux, monitoring • Comments: 0 • Published: Mar 07, 2023Nagios is a popular and one of the most powerful open-source monitoring systems. It monitors your IT infrastructure and keeps your networks, servers, applications and processes running smoothly.
-
-
How to Install Wallabag on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, ubuntu • Comments: 1 • Published: Mar 06, 2023Wallabag is a read-it-later kind of service. It allows you to save webpages to read later at your leisure pace. This tutorial will cover installing and setting up Wallabag on a server running Ubuntu 22.04.
-
How to Install and Configure Ansible on Ubuntu 20.04
Author: Navjot Singh • Tags: server, ubuntu • Comments: 1 • Published: Mar 03, 2023Ansible is a very popular configuration management tool designed to streamline the process of controlling a large number of servers. In this guide, we will learn how to install and configure Ansible on an Ubuntu 20.04 server.
-
How to Install CryptPad Collaborative Office Suite on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, security, ubuntu • Comments: 1 • Published: Feb 28, 2023Cryptpad is an open-source collaborative office suite that serves as an alternative to Office 365. It allows you to access office applications via the web browser. In this tutorial, you will learn how to install the Cryptpad suite on a Ubuntu 22.04 server.
-
How to Setup IKEv2 IPSec VPN Using strongSwan and Let's Encrypt on Rocky Linux 9
Author: Navjot Singh • Tags: linux, security, server • Comments: 0 • Published: Feb 27, 2023In this tutorial, you will learn how to set up an IKEv2 IPSec VPN using strongSwan using EAP-MSCHAPv2 authentication along with Let's Encrypt SSL certificates on a Rocky Linux 9 server. You will also learn how to connect to the VPN using Windows, macOS, Linux, and Android clients.
-
How to Install Wiki.js on Ubuntu 22.04 LTS
Author: Navjot Singh • Tags: linux, ubuntu, web server • Comments: 0 • Published: Feb 23, 2023Wiki.js is an open-source, lightweight wiki software. It is built on the Node.js JavaScript framework. In this tutorial, you will learn to install Wiki.js on a Ubuntu 22.04 server using the PostgreSQL database and Nginx server for proxying.
-
How to Install Laravel with Docker on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, php, ubuntu, web server • Comments: 1 • Published: Feb 21, 2023Laravel is a free and open-source PHP framework that provides a set of tools and resources to build modern PHP applications. This guide will use Docker Compose to containerize a Laravel application for development.
-
How to Install BookStack with Nginx on Ubuntu 20.04
Author: Navjot Singh • Tags: linux, nginx, ubuntu, web server • Comments: 4 • Published: Feb 17, 2023BookStack is a self-hosted, open-source, easy-to-use platform for organizing and storing information. This tutorial will teach you how to install BookStack on a Ubuntu 20.04-based server.