Articles by Navjot Singh
-
How to Install Redmine Project Management Software on Debian 11
Author: Navjot Singh • Tags: debian, linux, web server • Comments: 1Redmine is a free and open-source project management software and issue-tracking tool. It is written using the Ruby on Rails framework and can be integrated with various version control systems. In this tutorial, you will learn how to install Redmine on a Debian 11 server.
-
How to Install and Configure Suricata IDS along with Elastic Stack on Ubuntu 22.04
Author: Navjot Singh • Tags: security, server, ubuntu • Comments: 1Suricata 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: 0Wallabag 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: 0Nagios 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: 1Wallabag 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: 1Ansible 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: 1Cryptpad 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: 1In 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: 1Wiki.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: 1Laravel 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.