Linux Tutorials on the topic “web server”
-
How to Install Strapi CMS on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, nginx, server, ubuntu, web server • Comments: 1 • Published: Jan 09, 2023Strapi 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: 0 • Published: Jan 09, 2023JupyterLab 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.
-
How to Install and Configure Varnish with Apache on Ubuntu 22.04
Author: Hitesh Jethva • Tags: apache, linux, server, ubuntu, web server • Comments: 1 • Published: Jan 05, 2023Varnish Cache is a high-performance HTTP accelerator designed for high-traffic dynamic websites. This post will show you how to install the Varnish Cache and configure it with Apache on Ubuntu 22.04.
-
-
How to Install Helpy Customer Helpdesk on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu, web server • Comments: 0 • Published: Jan 04, 2023Helpy is a free and open-source customer support platform written in the Ruby on Rails language. This post will show you how to install the Helpy Helpdesk Customer Support System on Ubuntu 22.04.
-
How to Install Matomo Web Analytics on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu, web server • Comments: 0 • Published: Jan 04, 2023Matomo, formerly Piwik, is free and open-source web analytics software that can track website visits and display reports for data and audience analysis. In this tutorial, you will set up and secure your web analytics with Matomo on a Ubuntu 22.04 server.
-
How to Install ERPNext on Rocky Linux 9
Author: Arvid L • Tags: linux, server, web server • Comments: 0 • Published: Jan 04, 2023ERPNext is an open-source Enterprise ERP (Enterprise Resource Planning) system. In this tutorial, you will install the ERPNext on a Rocky Linux 9 server and then secure your installation with SSL/TLS certificates via Certbot and Letsencrypt.
-
How to Install osTicket on Ubuntu 22.04
Author: Hitesh Jethva • Tags: apache, linux, server, ubuntu, web server • Comments: 0 • Published: Dec 29, 2022osTicket is an open-source and one of the most widely used ticketing systems by small and medium-sized businesses. It is a simple and easy-to-use web-based customer support portal that helps you to manage and track all tickets.
-
How to deploy Ghost CMS on Rocky Linux 9
Author: Navjot Singh • Tags: linux, nginx, server, web server • Comments: 0 • Published: Dec 20, 2022Ghost is an open-source blogging platform to help you create a professional-looking blog. This tutorial will explore how to install Ghost CMS using Nginx and MySQL on a server powered by Rocky Linux 9.
-
How to Install and Configure GoCD on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, programming, server, ubuntu, web server • Comments: 0 • Published: Dec 20, 2022GoCD is an open-source continuous delivery and automation system. GoCD excels at modeling complex CD workflows for fast feedback with its modeling constructs, parallel execution, and dependency management. This tutorial will teach you to install and configure GoCD on a Ubuntu 22.04 server.
-
Apache2: How to Redirect Users to Mobile or Normal Web Site Based on Device Using mod_rewrite
Author: Falko Timme • Tags: android, apache, web server • Comments: 13 • Updated: Dec 09, 2022Since the massive rise of mobile devices, smartphones, and tablets like the iPhone, iPad, Android phones and tablets, BlackBerries, etc. you might have considered creating a mobile version of your website. This tutorial explains how to configure Apache to serve the mobile version of your website if the visitor uses a mobile device and the standard version if the visitor uses a normal desktop PC. This can be achieved with Apache's rewrite module.