How To Migrate WordPress from Shared Hosting to a Cloud Server with Zero Downtime
If you read through this article you’ll have the knowledge to migrate your WordPress site from Shared Hosting to a Cloud Server with zero downtime.
If you read through this article you’ll have the knowledge to migrate your WordPress site from Shared Hosting to a Cloud Server with zero downtime.
On Ubuntu, by default, the Nginx web server stores its documents in /var/www/html, which is typically located on the root filesystem with rest of the operating system. Sometimes, though, it’s helpful to move the document root to another location, such as a separate mounted…
In this guide, you will learn how to install `fail2ban` on a Ubuntu 22.04 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.
This tutorial will show you how to redirect a www URL to non-www, e.g. www.example.com to example.com, with Nginx on Ubuntu 14.04. We will also show you how to redirect in the other direction, from a non-www URL to www.
This tutorial will explain how to set up and run an [OpenVPN](http://openvpn.net/index.php/open-source) container with the help of [Docker](https://docker.com). OpenVPN provides a way to create virtual private networks (VPNs) using TLS (evolution of SSL) encryption. Docker provides a way to encapsulate the OpenVPN server process and configuration data so that it is more easily managed.
Une version antérieure de ce tutoriel a été écrite par Brennan Bearnes. MongoDB , également connu sous le nom de Mongo , est une base de données de documents open-source utilisée…
In this tutorial, we will show an essential first step toward mitigating the specific risk that can be created when configuring PostgreSQL to allow remote connections. While this an important first step, since servers can be compromised in other ways, we also recommend that you take additional measures to protect your data, outlined in the section, [Additional Security Considerations](#additional-security-configuration).
In diesem Leitfaden erstellen Sie eine Python-Anwendung mithilfe des Flask-Microframeworks unter Ubuntu 20.04. Im Großteil dieses Artikels geht es um die Einrichtung des Gunicorn Anwendungsservers und das Starten der Anwendung sowie um die Konfiguration…
Learn how to set file and directory permissions in Linux using chmod, chown, and chgrp. Understand permission codes like 755 and 777
Jekyll is a static-site generator that provides some of the benefits of a Content Management System (CMS) while avoiding the performance and security issues introduced by such database-driven sites. In this tutorial, we will install a Jekyll 3.7.3 development site on Ubuntu 16.04. In later tutorials, we’ll explore the content generated here, publish a static site to the same server, and eventually deploy to a production location.