Articles by Navjot Singh
-
How to Install Seafile Self-Hosted Cloud Storage with Nginx on Ubuntu 22.04
Author: Navjot Singh • Tags: cloud, linux, server, web server • Comments: 0 • Published: May 17, 2023Seafile is an open-source, self-hosted file synchronization and sharing platform. It allows users to store and encrypt data on their servers without relying on third-party cloud providers. In this tutorial, you will learn to install Seafile on a Ubuntu 22.04 server, MySQL, and Nginx as a reverse-proxy server.
-
How to Install Magento eCommerce on Ubuntu 22.04 with Nginx and Elasticsearch
Author: Navjot Singh • Tags: linux, web server • Comments: 1 • Published: May 17, 2023Magento is an open-source e-commerce platform written in PHP. In this tutorial, we will install the Magento open-source community edition. We will also install Elasticsearch for searching through the product catalog, Redis for the session and file cache, and serve it using the Nginx server.
-
How To Set Up a Private Docker Registry on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, ubuntu, virtualization • Comments: 0 • Published: May 15, 2023If you are working for an organization and want to keep your Docker images in-house for quick deployment, then hosting a private Docker repository is perfect. This tutorial will teach you how to set up and use a private Docker registry on a Ubuntu 22.04 server using Amazon S3 as a storage location.
-
-
How to Install Icinga 2 Monitoring Software on Ubuntu 22.04 LTS
Author: Navjot Singh • Tags: linux, monitoring, ubuntu • Comments: 0 • Published: May 11, 2023Icinga2 is a free, open-source network monitoring software that can check the availability of resources from the network and notifies users of outages. In the following tutorial, you will learn to install Icinga2 on a Ubuntu 22.04 server and how to connect it to a client node.
-
How to Install OpenConnect VPN Server on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, security, ubuntu • Comments: 0 • Published: May 03, 2023OpenConnect VPN aka ocserv is an open-source free VPN solution with enterprise-grade performance and features. It is based on the Cisco AnyConnect VPN protocol which is widely used in the corporate industry. In this tutorial, you will learn how to install the OpenConnect VPN server on a Ubuntu 22.04 machine.
-
How to Install Nginx with PHP and MariaDB (LEMP Stack) with Opcache, Redis and Let's Encrypt on Ubuntu
Author: Navjot Singh • Tags: linux, nginx, web server • Comments: 1 • Published: Apr 29, 2023In this guide, you will install a LEMP stack on a Ubuntu server. We will also install phpMyAdmin, Redis, Opcache, and Let's Encrypt SSL.
-
How to Install Strapi CMS on Rocky Linux 9
Author: Navjot Singh • Tags: linux, web server • Comments: 0 • Published: Apr 26, 2023Strapi is an open-source, headless Content Management System (CMS), built with the JavaScript programming language. In this tutorial, you will learn how to install the community version of Strapi CMS on a Rocky Linux 9 server along with Nginx as a reverse proxy server.
-
How to Install LOMP Stack (OpenLiteSpeed, MySQL, and PHP) on Rocky Linux 9
Author: Navjot Singh • Tags: linux, server, web server • Comments: 0 • Published: Apr 11, 2023OpenLiteSpeed is a lightweight and open-source version of the LiteSpeed Server developed by LiteSpeed Technologies. It supports Apache Rewrite rules, HTTP/2 and HTTP/3, TLS v1.3, and QUIC protocol.
-
How to Install and Configure OpenVPN Server on Rocky Linux 9
Author: Navjot Singh • Tags: linux, security • Comments: 1 • Published: Mar 31, 2023In our tutorial, we will install OpenVPN on a Rocky Linux 9 server and 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 Redmine Project Management Software on Debian 11
Author: Navjot Singh • Tags: debian, linux, web server • Comments: 1 • Published: Mar 27, 2023Redmine 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.