Linux Tutorials on the topic “server”
-
How to Install Wireguard VPN on Rocky Linux 9
Author: Arvid L • Tags: linux, networking, server • Comments: 1Wireguard is an open-source VPN protocol alternative to IPSec, IKEv2, and OpenVPN. This guide teaches you how to install and set up Wirgeuard Server on a Rocky Linux 9 server. You'll also learn how to set up a client machine to connect to the Wireguard server.
-
How to Set Up a Video Streaming Server using Nginx-RTMP on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, nginx, server, ubuntu • Comments: 1RTMP also called "real-time messaging protocol" is a data transmission technology that supports live online video streaming. It is used to transmit video files from an encoder to an online video hosting platform. This tutorial will show you how to set up a video streaming server using Nginx-RTMP on Ubuntu 22.04 server.
-
How to Set up Teleport Cluster on Rocky Linux 9
Author: Arvid L • Tags: linux, server • Comments: 0Teleport is an open-source that can be used as an access plane for your global infrastructure. It provides zero-trust access to a variety of services such as servers, Kubernetes clusters, database servers, DevOps applications like AWS Management Console, CI/CD, version control, and desktops.
-
-
How to create Docker Images with a Dockerfile on Ubuntu 22.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu, virtualization, web server • Comments: 0In this tutorial, I will show you how to create your own docker image with a dockerfile. A Dockerfile is a script that contains collections of commands and instructions that will be automatically executed in sequence in the docker environment for building a new docker images. As example, we will create a Nginx Web server with PHP-FPM.
-
How to Install PostgreSQL 15 on Rocky Linux 9
Author: Arvid L • Tags: linux, server • Comments: 0PostgreSQL is a free and open-source database management system focusing on extensibility and SQL compliance. This tutorial will guide you through installing the latest PostgreSQL 15 on a Rocky Linux 9 server. This also guides you through the basic usage of PostgreSQL for creating users/roles, managing databases, creating tables, insert and retrieving data.
-
How to Install and Use Varnish Cache on Debian 11
Author: Hitesh Jethva • Tags: apache, debian, linux, server, web server • Comments: 0Varnish Cache is an open-source, powerful, and one of the most popular HTTP accelerators used by over 3.4 million websites. This post will show you how to install the Varnish Cache with Apache on Debian 11.
-
Install Dolibarr ERP on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu, web server • Comments: 0Dolibarr is an open-source ERP and CRM system written in PHP. It is designed for small and medium businesses to manage customers, invoices, orders, products, inventories, etc.
-
How to Install Strapi CMS on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, nginx, server, ubuntu, web server • Comments: 1Strapi 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 ERPNext 14 on Debian 11
Author: Arvid L • Tags: debian, linux, server • Comments: 0ERPNext is an open-source Enterprise ERP (Enterprise Resource Planning) system that can be implemented in your business. In this tutorial, you will install the ERPNext on a Debian 11 server and then secure the ERPNext with SSL/TLS certificates via Certbot and Letsencrypt.
-
How to Install and Configure Varnish with Apache on Ubuntu 22.04
Author: Hitesh Jethva • Tags: apache, linux, server, ubuntu, web server • Comments: 1Varnish 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.