nginx

How To Install WordPress with nginx on CentOS 6 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress with nginx on CentOS 6

WordPress is a free and open source website and blogging tool that uses php and MySQL. It was created in 2003 and has since then expanded to manage 22% of all the new websites created and has over 20,000 plugins to customize its functionality. This tutorial shows how to install Wordpress on a server with LEMP (with nginx instead of apache). It is written for Centos 6.

Read more
How To Protect an Nginx Server with Fail2Ban on Rocky Linux 8 — step-by-step Linux tutorial on Progressive Robot

How To Protect an Nginx Server with Fail2Ban on Rocky Linux 8

In this guide, you will learn how to install `fail2ban` on a Rocky Linux 8 server and configure it to monitor your Nginx logs for intrusion attempts. Fail2ban can significantly mitigate brute force attacks by creating rules that automatically alter your firewall configuration to ban specific IPs after a certain number of unsuccessful login attempts. This will allow your server to harden itself against these access attempts without intervention from you.

Read more
How To Set Up a Video Streaming Server using Nginx-RTMP on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up a Video Streaming Server using Nginx-RTMP on Ubuntu 22.04

There are many use cases for streaming video. Service providers such as Twitch have become very popular for handling the community management aspects of streaming, and free software such as OBS is widely used for combining video from multiple stream sources. While these platforms are very powerful, in some cases you may want to be able to host a stream that does not rely on other service providers. In this tutorial, you will learn how to use Nginx to host an independent RTMP video stream.

Read more
CHAT