Cómo instalar MySQL en Ubuntu 20.04. [Guía de inicio rápido]
MySQL es un sistema de administración de bases de datos de código abierto, que comúnmente se instala como parte de la popular pila…
MySQL es un sistema de administración de bases de datos de código abierto, que comúnmente se instala como parte de la popular pila…
🟡 Medium ⏱ 10–30 min Last verified: 3 March 2021 Affected versions: Ubuntu 18.04 (bionic) 📖 ~4 min read • Source: Ubuntu Security Notice USN-6189-1 Related CVEs: CVE-2021-28235 CVE-2020-15106 CVE-2020-15112 CVE-2020-15113 CVE-2020-15114 Upstream summary: It was discovered that etcd leaked credentials when debugging was enabled. This allowed remote attackers to discover etcd authentication credentials […]
🟠 High ⏱ 5–30 min Last verified: 3 March 2021 Affected versions: 18.04 LTS 📖 ~1 min read Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance Criteria Rollback Plan Prevention & Hardening Related Errors & […]
Виртуальная частная сеть (VPN) позволит вам работать в незащищенных сетях, как если бы вы находились в частной сети. Она предоставляет возможность получить безопасный и защищенный доступ к сети Интернет со смартфона или…
In this guide, we will be setting up a simple Python application using the Flask micro-framework on Ubuntu 16.04. The bulk of this article will be about how to set up the Gunicorn application server to launch the application and Nginx to act as a front end reverse…
Redis is an in-memory, NoSQL, key-value cache and store that can also be persisted to disk. For any number of reasons, like transitioning to a more powerful server, sometimes it becomes necessary to migrate your data from one server to another. This article will show how to migrate Redis data from an Ubuntu 14.04 server to a similar server using master-slave replication.
Postfix is a popular open-source Mail Transfer Agent (MTA) that can be used to route and deliver email on a Linux system. It is estimated that around 25% of public mail servers on the internet run Postfix. In this guide, we’ll teach you how to get up and running quickly…
In this article, we will discuss how to configure Bacula to perform remote backups. Bacula is a sophisticated backup system which can be scaled easily due to the client-server relationship of its components.
🟡 Medium ⏱ 5–30 min Last verified: 2 March 2021 Affected versions: Ubuntu 16.04 LTS 📖 ~1 min read Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance Criteria Rollback Plan Prevention & Hardening Related Errors […]
NFS, or Network File System, is a distributed file system protocol that allows you to mount remote directories on your server. This tutorial goes over how to install all the components needed to run NFS and also walks readers through two distinct use cases for the protocol.