Comment gérer et utiliser les triggers de base de données MySQL sur Ubuntu 18.04
L’auteur a choisi the Apache Software Foundation pour recevoir un don dans le cadre du programme Write for DOnations. Dans MySQL, un…
L’auteur a choisi the Apache Software Foundation pour recevoir un don dans le cadre du programme Write for DOnations. Dans MySQL, un…
IP Geolocation, the process used to determine the physical location of an IP address, can be leveraged for a variety of purposes, such as content personalization and traffic analysis. In this tutorial, we will show you how to create a visual geo-mapping of the IP addresses of your application’s users, by using a GeoIP database with Elasticsearch, Logstash, and Kibana.
Whether you’re adding more space, evaluating ways to optimize performance, or looking to take advantage of other storage features, this tutorial will guide you through relocating PostgreSQL’s data directory on an Ubuntu 18.04 server.
ONLYOFFICE is a free, open source corporate office suite developed to organize teamwork online. The Document Server provides users with text, spreadsheet and presentation online editors working within a browser and allowing to co-edit documents in real time, comment and interact using the integrated chat. The Community Server offers a complete set of tools for document, project, customer relation and email correspondence management. The Mail Server is used to create mailboxes.
In this tutorial, we will learn how to add an extra layer of security to the login process in WordPress: two-factor authentication. This is one of the most significant developments in the realm of cyber-security. We’ll use the Google Authenticator WordPress plugin and the FreeOTP mobile application to enable this security step.
The mod_rewrite module allows us to rewrite URLs in a cleaner fashion, translating human-readable paths into code-friendly query strings or redirecting URLs based on additional conditions. This guide is split into two parts. The first sets up an example website and covers a simple rewrite example. The second part contains two more in-depth examples of commonly-used rewrite rules.
Consul is a flexible service discovery system that can be used to keep track of the existence and health of services available in your infrastructure. In previous guides, we discussed how to set up the base Consul system. In this guide, we will demonstrate how to secure the communications between different components using TLS to encrypt traffic.
Let’s Encrypt adalah Otoritas Sertifikat (CA) yang menyediakan cara mudah untuk memperoleh dan menginstal sertifikat TLS/SSL gratis, yang dengan demikian mengaktifkan HTTPS terenkripsi pada server web. Ini menyederhanakan proses dengan menyediakan klien perangkat lunak, Certbot, yang berusaha mengotomatiskan sebagian besar (jika bukan semua) langkah yang diperlukan. Dalam tutorial ini, Anda akan menggunakan Certbot untuk memperoleh sertifikat SSL gratis untuk Nginx pada Ubuntu 20.04
Django is a powerful web framework that can help you get your Python application or website off the ground. Django includes a simplified development server for testing your code locally, but for anything even slightly production related, a more secure and powerful web server…
In this guide, we will be setting up a simple Python application using the Flask micro-framework on Ubuntu 14.04. The bulk of this article will be about how to set up the uWSGI application server to launch the application and Nginx to act as a front end reverse proxy.