Linux Tutorials on the topic “web server”
-
Create a Image Hosting Website with Chevereto-Free on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu, web server • Comments: 0 • Published: Sep 08, 2022Chevereto is a free and open-source image hosting and sharing software that allows you to host your own image hosting server on the web. It is a self-hosted, multipurpose, multi-user, and full-featured image hosting solution that allows you to create responsive image hosting websites.
-
How to Install Rocket.Chat Server on Rocky Linux 8
Author: Navjot Singh • Tags: linux, server, web server • Comments: 1 • Published: Aug 30, 2022Rocket.Chat is an open-source chat server developed in JavaScript using the Meteor.js framework. It allows you to communicate securely in real-time across multiple devices. In this tutorial, we will install the free Community edition of Rocket.Chat server on a Rocky Linux machine.
-
How to Enable HTTP/2 in Apache Web Server on Ubuntu and Debian
Author: Blago Eres • Tags: linux, web server • Comments: 8 • Updated: Aug 29, 2022Hypertext Transfer Protocol Version 2 (HTTP/2) is the latest version of the HTTP protocol. This tutorial shows you how to enable HTTP/2 in Apache web server on Debian and Ubuntu.
-
-
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 Let's Chat on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 1 • Published: Aug 09, 2022Let's Chat is a free, open-source, and persistent messaging application that runs on Node.js and MongoDB. It is designed for small, intimate teams that offer a rich set of features such as LDAP/Kerberos authentication, a REST-like API, and XMPP support.
-
How to Install Moodle eLearning Platform on Rocky Linux 8
Author: Navjot Singh • Tags: linux, web server • Comments: 0 • Published: Aug 04, 2022Moodle is a free, open-source, online Learning Management System (LMS). It allows educators to create a fully functional website for educational courses complete with an online classroom experience. This guide explains how to install Moodle on a Rocky Linux 8 server.
-
Install WildFly Java Application Server with Nginx Reverse Proxy on Rocky Linux 8
Author: Hitesh Jethva • Tags: linux, server, web server • Comments: 0 • Published: Aug 03, 2022WildFly is an open-source and cross-platform application server developed by RedHat. It is written in Java and used for developing Java applications. In this tutorial, we will show you how to install Wildfly with Nginx as a reverse proxy on Rocky Linux 8.
-
How to Add a Website in ISPConfig 3.2
Author: Till Brehm • Tags: control panels, ispconfig, linux, server, web server • Comments: 0 • Updated: Aug 03, 2022ISPConfig is a hosting control panel for Linux servers that provides functions for managing websites, databases, FTP and shell users, email accounts, and DNS. In this guide, we will show you step by step how to add a website, MySQL/MariaDB database, FTP-user, and SSH-user in ISPConfig.
-
How to Install Adminer Database Administration Tool on Ubuntu 22.04
Author: Arvid L • Tags: apache, linux, mysql, server, ubuntu, web server • Comments: 2 • Published: Aug 02, 2022Adminer (formerly phpMinAdmin) is a fully-featured database administration tool that supports both RDBMS (Relational Database Management System) such as MySQL/MariaDB, PostgreSQL, SQLite, MS SQL, and Oracle and the NoSQL such as MongoDB and others (via plugin).
-
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.