Linux Tutorials on the topic “Linux”
-
How to Set Up Nginx with Google Pagespeed Module on Debian 11
Author: Arvid L • Tags: debian, linux, nginx, web server • Comments: 0Google Pagespeed Module is an open-source module for optimizing your websites under the Nginx and Apache web-server. In this tutorial, we will show you how to build the Nginx Pagespeed module on the latest Debian 11 Bullseye.
-
How to Install Syncthing Remote File Synchronization Software on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 1Syncthing is a free and open-source file syncing application used to sync files between multiple remote devices over the internet. It works on peer-to-peer architecture and exchanges the data automatically between two devices.
-
How to Install FileRun on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 1FileRun is a free, open-source, and self-hosted file-sharing application for Linux. It is a very good alternative to Google Drive and dropbox. In this article, I will explain how to install FileRun with Apache and Let's Encrypt SSL on Debian 11.
-
-
How to create a Load Balancer in Azure Cloud
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0A Load Balancer is used to evenly distribute the load on the backend servers. It acts as the single point of contact for client connections. In this article, we will create a Public Load Balancer and add a Virtual Machine to its Backend Pool. This Virtual Machine will have Apache running on it.
-
How to Install OpenNMS Horizon Network Monitoring System on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, monitoring, server • Comments: 0OpenNMS is a free, open-source, and one of the most powerful network monitoring and network management platforms used for monitoring remote devices from a central location. In this tutorial, I will show you how to install OpenNMS on Debian 11.
-
Capturing Packets with Tcpdump and analyzing them with Wireshark on Ubuntu
Author: Ali Imran Nagori • Tags: linux, security, ubuntu • Comments: 0In this guide, I will show you how to analyze network Packets on Linux. I will use the Tools Tcpdump and Wireshark. This tutorial uses Ubuntu as OS, but it is applicable to other Linux distributions too.
-
How to Install AbanteCart with Nginx and SSL on Debian 11
Author: Navjot Singh • Tags: debian, linux, nginx, web server • Comments: 1Abantecart is a free, open-source, and feature-rich e-commerce application. It can create multiple online stores using a single installation with support for digital and physical products, integration with multiple payment gateways and currencies, multiple languages, coupons, store credits, and a customer dashboard.
-
How to create fillable forms in ONLYOFFICE Docs 7.0
Author: Daria • Tags: linux, server, web server • Comments: 0ONLYOFFICE Docs is an open-source office suite distributed under GNU AGPL v3.0. It comprises web-based viewers and collaborative editors for text documents, spreadsheets, and presentations highly compatible with OOXML formats. In this tutorial, we’ll learn how to create a fillable form with ONLYOFFICE Docs.
-
How to Install Grafana on Rocky Linux
Author: Arvid L • Tags: linux, monitoring, server, web server • Comments: 1Grafana is free and open-source analytics and visualization tool. It's a multi-platform web-based application that provides customizable charts, graphs, and alerts for supported data sources. This tutorial will show you how to install Grafana with Nginx as a Reverse Proxy on the Rocky Linux system.
-
How to Use the Terraform Command Line Interface (CLI) on Ubuntu
Author: t.michael • Tags: cloud, linux, ubuntu, virtualization • Comments: 1Terraform is a framework for building and configuring infrastructure as code, with a command-line interface and DSL language. Terraform can manage existing and popular service providers as well as custom in-house solutions to build and configure complete distributed data centers.