HowtoForge provides user-friendly Linux tutorials.
-
How to deploy Ghost CMS on Rocky Linux 9
Author: Navjot Singh • Tags: linux, nginx, server, web server • Comments: 0Ghost 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: 0GoCD 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.
-
How to Monitor Network Traffic with vnStat on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, monitoring, networking, server, ubuntu • Comments: 1vnStat is a free, open-source, and console-based network traffic monitoring tool for Linux operating system. Lightweight and low CPU usage. This tutorial will show you how to install and use the VnStat tool to monitor network traffic on Ubuntu 22.04.
-
-
How to Install a DNS Server with BIND on Rocky Linux 9
Author: Arvid L • Tags: bind, dns, linux, server • Comments: 1BIND or Berkeley Internet Name Domain is free and open-source DNS Server software. It's one of the most popular DNS server software used by more than 70% of DNS on the Internet. This tutorial will show you how to set up DNS Server with BIND on a Rocky Linux 9 server.
-
How to Enable SSL for PostgreSQL connections
Author: Navjot Singh • Tags: linux, server, ubuntu • Comments: 0By default, all PostgreSQL connections are insecure, which can cause security issues when run in high-traffic production environments. This tutorial will teach you how to enable SSL for PostgreSQL connections.
-
How to Block Package and Kernel Updates in CentOS / Rocky Linux
Author: Navjot Singh • Tags: kernel, linux • Comments: 1In this tutorial, we will cover how to block certain packages from being installed or upgraded and how to block specific versions of packages or kernels from being installed.
-
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: 13Since 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.
-
How to Install a Debian 11 (Bullseye) Minimal Server
Author: Till Brehm • Tags: debian, linux • Comments: 6This tutorial shows how to install a Debian 11 (Bullseye) minimal server in detail with many screenshots. The purpose of this guide is to provide a minimal setup that can be used as the basis for our other Debian 11 tutorials here at howtoforge.com.
-
How to Install InfluxDB and Telegraf on Rocky Linux 9
Author: Arvid L • Tags: linux, server • Comments: 0InfluxDB is an open-source time series database written in Go. It is a high-performance time series platform with purpose-built to collect, store, process, and visualize time series data. In this tutorial, you will install the influxdb open-source time series database and Telegraf on a Rocky Linux 9 server.