Articles by Navjot Singh
-
How to Install BookStack with Nginx on Ubuntu 20.04
Author: Navjot Singh • Tags: linux, nginx, ubuntu, web server • Comments: 4BookStack 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.
-
How to Install and Configure OpenVPN Server on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, networking, security, server, ubuntu • Comments: 5In this tutorial, we will install OpenVPN on a Ubuntu 22.04 server, configure it to be accessible from a client machine, and create a VPN connection between them to redirect all the traffic from the client through the OpenVPN server.
-
How to Install Discourse Forum with Nginx on Rocky Linux 9
Author: Navjot Singh • Tags: linux, nginx, web server • Comments: 0Discourse is an open-source community discussion platform built using the Ruby language. In this tutorial, you will learn how to install Discourse Forum with the Nginx server on a server running Rocky Linux 9.
-
-
How to Install Django Python Framework on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, nginx, server, ubuntu, web server • Comments: 0Django is a python framework used for developing dynamic websites and applications. It follows the MVC (Model-View-Controller) architecture. In this tutorial, you will learn how to install the Django framework on a Ubuntu 22.04 server. You will also create a demo project and test it out.
-
How to Install and Configure Neo4j Graph Database on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, ubuntu • Comments: 0Neo4j is a graph database used to create data relationships. This tutorial will teach you how to install and configure Neo4j on a Ubuntu 22.04 server.
-
How to Install Drupal with Docker on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, server, ubuntu, virtualization, web server • Comments: 1Drupal is an open-source content management system (CMS) written in PHP. Many organizations worldwide use it to create blogs, government sites, corporate websites, and more. This tutorial will teach you how to install Drupal using Docker on a Ubuntu 22.04 server.
-
How to Install Metabase on Ubuntu 22.04 with Docker
Author: Navjot Singh • Tags: linux, ubuntu • Comments: 0Metabase is a Java-based open-source Business Intelligence (BI) tool. It connects to a number of databases and uses a question builder to hide the complexity of large SQL queries, allowing you to visualize customer data in a readable format and analyze it. You will learn how to install Metabase on a Ubuntu 22.04 server using Docker.
-
How to Block Package and Kernel Updates in Debian / Ubuntu
Author: Navjot Singh • Tags: debian, linux, ubuntu • Comments: 0This tutorial will cover how to block certain packages from being installed or upgraded and how to block specific versions of packages or kernels from being installed. We will discuss two methods here. The first method will block all installs and upgrades for a certain package. The second method offers more granular control, allowing you to block specific package versions.
-
How to Install Strapi CMS on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, nginx, server, ubuntu, web server • Comments: 1Strapi is an open-source, headless Content Management System (CMS) built with JavaScript (NodeJS). In this tutorial, you will learn how to install the community version of Strapi CMS on a Ubuntu 22.04 server, along with Nginx as a reverse proxy server.
-
How to Install and Configure a JupyterLab Environment on Rocky Linux 9
Author: Navjot Singh • Tags: linux, nginx, programming, web server • Comments: 0JupyterLab is a next-generation web-based development environment for Project Jupyter. Project Jupyter was developed with the goal to develop open-source, open standards, and services for interactive computing across multiple programming languages.