Articles by Navjot Singh
-
How to Install SuiteCRM with Nginx and Free Let's Encrypt SSL on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, nginx, server, ubuntu, web server • Comments: 0 • Published: Jun 21, 2022SuiteCRM is an open-source customer relationship management solution written in PHP. It's a fork of the popular SugarCRM software after SugarCRM stopped releasing its community edition. In this post, you will learn how to install SuiteCRM using the Nginx web server and Let's Encrypt SSL on Ubuntu 22.04.
-
How to Install Apache CouchDB NoSQL Database Server on Debian 11
Author: Navjot Singh • Tags: debian, linux, server • Comments: 0 • Published: Jun 13, 2022Apache CouchDB is an open-source NoSQL database developed by the Apache Software Foundation. This tutorial will teach you how to install Apache CouchDB Database Server on a Debian 11 server. You will also learn how to perform some basic database operations and access CouchDB via a public URL using the Caddy web server.
-
How to Install and Monitor services using Netdata Monitoring Tool on Rocky Linux 8
Author: Navjot Singh • Tags: linux, monitoring, server • Comments: 0 • Published: May 31, 2022Netdata is an open-source monitoring system for Linux-based operating systems. It provides real-time performance and monitoring using beautiful and detailed dashboards. In this tutorial, you will learn to install and monitor various services using Netdata Tool on a Rocky Linux 8 server. We will use Netdata to track the metrics of a LEMP stack and Docker engine.
-
-
How to Install Koel Music Streaming Server using Docker on Rocky Linux 8
Author: Navjot Singh • Tags: linux, php • Comments: 0 • Published: May 09, 2022Koel is a web-based audio streaming service written in the Laravel PHP framework. It allows you to stream your personal music collection and access it from anywhere in the world. In this tutorial, you will learn how to install Koel Music Streaming Server using Docker on a Rocky Linux 8 machine.
-
How to Install Gitea Code Hosting using Docker on Rocky Linux 8
Author: Navjot Singh • Tags: linux, server • Comments: 0 • Published: May 02, 2022Gitea is a self-hosted code hosting service similar to Github, Bitbucket, and Gitlab. In this article, you will learn to install Gitea using Docker on a Rocky Linux 8 server.
-
How to Install and Use Portainer for Docker management with Nginx Proxy Manager
Author: Navjot Singh • Tags: cloud, control panels, linux, server, virtualization • Comments: 3 • Published: Apr 28, 2022Portainer is an open-source container management solution for Docker, Kubernetes, and Nomad that simplifies starting, creating and running containers in an easy way. It provides a web-based dashboard to manage containers, images, networks, and volumes.
-
How to Install Outline Knowledgebase Wiki on Ubuntu using Docker
Author: Navjot Singh • Tags: linux, ubuntu, web server • Comments: 0 • Published: Apr 25, 2022Outline is an open-source, collaborative, knowledge base software. You can use it to host the documentation and fan pages or even use it for note sharing. This tutorial will teach you how to install Outline Wiki on a Ubuntu-based server using Docker.
-
How to Install Padloc Password Manager on Rocky Linux 8
Author: Navjot Singh • Tags: linux, security • Comments: 3 • Published: Apr 20, 2022Padloc is a cloud-based password management solution that allows you to access and use your saved passwords across multiple platforms. It offers a simple interface and can be used to save your passwords and can encrypt and store sensitive documents.
-
How to a Setup Private Docker Registry on Rocky Linux 8
Author: Navjot Singh • Tags: linux, virtualization • Comments: 0 • Published: Apr 19, 2022If 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. Having a private docker registry allows you to own your images distribution pipeline and have tighter control over image storage and distribution.
-
How to Install and Use Nginx Proxy Manager with Docker
Author: Navjot Singh • Tags: centos, debian, linux, nginx, server, ubuntu, web server • Comments: 3 • Published: Apr 12, 2022A reverse proxy is a web server that can sit in front of another web server or a web service. It can encrypt outgoing traffic, act as a load balancer, redirect traffic, and offer protection. This tutorial will teach you how to install the Nginx proxy manager on a Linux server using Docker. We will cover all popular Linux distributions in a single tutorial.