HowtoForge provides user-friendly Linux tutorials.
-
How to Set Up a Video Streaming Server using Nginx-RTMP on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, nginx, server, ubuntu • Comments: 0 • Published: Jan 13, 2023RTMP 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 Install WordPress with Docker Compose
Author: Navjot Singh • Tags: linux, nginx, server, ubuntu, virtualization, web server • Comments: 1 • Published: Jan 13, 2023WordPress is the most popular blogging platform in the world. This tutorial will teach you how to install WordPress using Docker/Docker Compose. Using Docker, the process of installing the preferred stack becomes a lot easier. You can use the same configuration to install WordPress quickly on multiple servers. We will also install the phpMyAdmin tool for managing databases along with the Nginx proxy server to serve the site via SSL.
-
How to Set up Teleport Cluster on Rocky Linux 9
Author: Arvid L • Tags: linux, server • Comments: 0 • Published: Jan 13, 2023Teleport 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: 0 • Published: Jan 12, 2023In 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 the latest OpenSSL version from Source on Linux
Author: Muhammad Arul • Tags: centos, linux, security, ubuntu • Comments: 39 • Updated: Jan 11, 2023OpenSSL is a widely used crypto library that implements SSL and TLS protocols to secure communications over computer networks. In this tutorial, I will show you step-by-step how to install the latest stable OpenSSL version from source on the Ubuntu 22.04 and CentOS 7.6 servers.
-
How to Install osTicket with Nginx on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, nginx, web server • Comments: 0 • Published: Jan 11, 2023osTicket is a free and open-source support ticket system used to scale and streamline your customer service and improve your customer experience. This tutorial will show you how to install osTicket on Debian 11.
-
How to Block Package and Kernel Updates in Debian / Ubuntu
Author: Navjot Singh • Tags: debian, linux, ubuntu • Comments: 0 • Published: Jan 11, 2023This tutorial 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. We will discuss two methods here. The first method will block all installs and upgrades for a certain package. The second method offers more granular control, allowing you to block specific package versions.
-
How to Install PostgreSQL 15 on Rocky Linux 9
Author: Arvid L • Tags: linux, server • Comments: 0 • Published: Jan 11, 2023PostgreSQL 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.
-
Develop Network Applications for ESP8266 using Mongoose in Linux
Author: Alexander Alashkin • Tags: linux, programming, ubuntu • Comments: 0 • Published: Jan 10, 2023
Let’s talk about how to start to develop network applications for ESP8266 chip using Mongoose Embedded Web Server in Linux. I will use Ubuntu, but all things can be easily adapted for any Linux distribution.
-
How to Install Rust Programming Language on Ubuntu 22.04
Author: Arvid L • Tags: linux, programming, ubuntu • Comments: 0 • Published: Jan 10, 2023The Rust programming language has been adopted by hundreds of big companies in production environments. This tutorial will guide you through installing Rust Programming Language on a Ubuntu 22.04 machine.