Linux Tutorials on the topic “nginx”
-
How to Install Wiki.js on Rocky Linux 9
Author: Navjot Singh • Tags: linux, nginx • Comments: 1 • Published: Nov 01, 2022Wiki.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 Rocky Linux 9 server using the PostgreSQL database and Nginx server for proxying.
-
Implementing SSL Perfect Forward Secrecy in NGINX Web-Server
Author: cbj4074 • Tags: centos, debian, fedora, linux, nginx, security, suse, ubuntu • Comments: 7 • Updated: Oct 27, 2022This HOW-TO describes the process of implementing Perfect Forward Secrecy with the NGINX web-server on Debian and Ubuntu systems. The process can readily be adapted to other GNU/Linux systems.
-
How to Install Nexus Repository Manager on Ubuntu 22.04
Author: Arvid L • Tags: linux, nginx, ubuntu • Comments: 1 • Published: Sep 23, 2022Nexus is one of the most popular repository managers in the DevOps world. It allows you to store and retrieve build artifacts and also provides features to push and pull artifacts via CI and IDE integration tools such as Visual Studio and Jenkins.
-
-
How to Install JasperReports with Nginx Proxy on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, nginx, server, ubuntu • Comments: 0 • Published: Sep 15, 2022JasperReports is a free and open-source java reporting engine and class library that helps developers to add reporting capabilities to their applications. It is a stand-alone and embeddable reporting server that provides reporting and analytics functionality.
-
How to Install Focalboard on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, nginx, ubuntu, web server • Comments: 0 • Published: Aug 29, 2022Focalboard is an open-source and self-hosted project management tool. It is multilingual and an alternative to Asana, Trello, and Notion that can be used by developers to track and manage work across teams.
-
How to Install Sails.js Framework with Nginx on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, nginx, server, ubuntu, web server • Comments: 0 • Published: Aug 24, 2022Sails.js is a full-stack MVC JavaScript framework for Node.js. It is used for developing real-time web applications. In this tutorial, you will learn how to install the Sails.js framework to create a test app and deploy it using the Nginx server along with Let's Encrypt SSL on a Ubuntu 22.04 server.
-
How to Install Gitea on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, nginx, server, ubuntu • Comments: 1 • Published: Aug 23, 2022Gitea is a free, open-source, and self-hosted Git service. It is written in GO language and provides an easier way to host your own version control system on the internet. In this tutorial, we will show you how to install the Gitea Git service with Nginx and Let's Encrypt SSL on Ubuntu 22.04.
-
How to Install Calibre Ebook Server on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, nginx, server, ubuntu • Comments: 2 • Published: Aug 05, 2022Calibre is a free and open-source e-book manager. It works as a cross-platform desktop application along with a server component. In this tutorial, you will learn to install the Calibre server on a Ubuntu 22.04 machine.
-
Rate Limiting with Nginx
Author: Falko Timme • Tags: nginx, web server • Comments: 5 • Updated: Jul 22, 2022Rate Limiting With nginx. This article explains how to use the nginx HttpLimitReqModule to limit the number of requests for a given session. This is useful, for example, if your site is hammered by a bot doing multiple requests per second and thus increasing your server load. With the HttpLimitReqModule you can define a rate limit, and if a visitor exceeds this rate, he will get a 503 error.
-
How to Install Mattermost Team Messaging System on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, nginx, server, ubuntu • Comments: 0 • Published: Jul 21, 2022Mattermost is an open-source messaging platform used for chatting, file-sharing, project management, and workflow orchestration. In this tutorial, you will learn how to install Mattermost Team Messaging System on a Ubuntu 22.04 server.