Category: Linux

0

How To Install Nginx on Rocky Linux 9

Nginx is one of the most popular web servers in the world and is responsible for hosting some of the largest and highest-traffic sites on the internet. It is a lightweight choice that can...

0

Install Plex Media Server on Rocky Linux 9

In this tutorial, we will show you how to install Plex Media Server on Rocky Linux 9. For those of you who didn’t know, Plex is a free, open-source, and full-featured media server that...

0

How To Secure Nginx with Let’s Encrypt on Ubuntu 16.04

When I try to install Certbot for Nginx and run: sudo apt-get install python3-certbot-nginx I get: E: Package ‘python-certbot-nginx’ has no installation candidate How to install Certbot for Nginx? Resolved! Pre-requisite: Nginx is installed...

0

HOW DO I REDIRECT MY SITE USING A .HTACCESS FILE?

  OVERVIEW This document will explain how to create a .htaccess file to redirect your site or site content. This will not redirect any emails for your domains. READ ME FIRST As a configuration file, .htaccess is very...