Home
Reheda blog
Cancel

How to fix 'urn:acme:error:unauthorized' certbot error

Today we will talk about auto-updating Let’s Encrypt certificates by certbot. By default, Nginx restricts any request to .well-known folder which is needed to validate a certificate. Your error me...

How to send root SSH login notification on Debian

You probably have thought about an additional step of security, namely the ability to send notifications when you log in to your root account. This point will be considered in this article.   The...

How to run service with PHP and Java API on Debian 9

For many projects, there is a need to use several programming languages on the back-end. We will consider creating a Java API service using PHP as the back-end language for retrieving and displayin...

How to install PostgreSQL 9.6 on Debian 9

Most applications use a database to store data. One of the most popular open source solutions is PostgreSQL. PostgreSQL is a powerful, open source object-relational database system with over 30 yea...

How to install Oracle JDK 8 on Debian 9

The Java programming language is used for very many applications. We will consider installing Oracle JDK 8 on the Debian 9 operating system. Prerequisites: Debian 9 a sudo non-root user To ins...

How to configure connection options for SSH client

For different servers, you might be needed to set custom options to be able to have access. These moments we will consider in the current article. Your SSH config file should be located within the...

How to install WordPress with LEMP stack on Debian 9

Usually, most blogs are using WordPress. In this article, we will step you through the installation process of Wordpress on your site. According to https://w3techs.com/technologies/overview/conten...

How to install PHP 7.1 on Debian 9

In this article, we will discuss the installation of PHP 7.1 on the Debian 9 to meet your needs. PHP 7.1 is not available via the default Debian repositories, so we will add the “packages.sury.org...

How to install MySQL server on Debian 9

In this article we will show you how to install Oracle’s mysql server to your site instad of MariaDB mysql server. Prerequisites: Debian 9 a sudo non-root user In the latest stable version of ...

How to secure Nginx with SSL on Debian 9

In this article, we will show you how to obtain free SSL certificate and secure your web server with it. Also, we will show how to renew your certificates automatically. Prerequisites: Debian 9 ...