MySQL Server – Ajustar la autenticación y los privilegios del usuario

Para las instalaciones recientes, querrá ejecutar el script de seguridad que viene incluido. Esto cambia algunas de las opciones predeterminadas menos seguras para cosas como inicios de sesión root remotos y usuarios de ejemplo. Para las versiones antiguas de MySQL, también deberá inicializar el directorio de datos manualmente, pero ahora esto se hace automáticamente.

WARNING : Failed to connect to lvmetad. Falling back to device scanning

At boot time, the following message can pop up : WARNING : Failed to connect to lvmetad. Falling back to device scanning This message is displayed, whether running Debian stable or Debian testing. To get rid of this message, disable lvmetad in /etc/lvm/lvm.conf use_lvmetad=0 Update the initramfs for the current kernel your system uses : […]

CONFIGURING STATIC IP ADDRESSES ON UBUNTU 17.10 SERVERS

Ubuntu 17.10 network configuration is completely changed. Have you heard of NetPlan? Probably not, but if you have, then you’re a step ahead of many. NetPlan is a new network configuration tool introduced in Ubuntu 17.10 to manage network settings. It can be used by writing a simple YAML description of the required network interfaces […]

Cómo proteger a Apache con Let’s Encrypt en Ubuntu 16.04

Introducción Este tutorial le mostrará cómo configurar un certificado TLS / SSL de Let’s Encrypt en un servidor Ubuntu 16.04 que ejecute Apache como un servidor web. También cubriremos cómo automatizar el proceso de renovación de certificados. Los certificados SSL se utilizan en los servidores web para cifrar el tráfico entre el servidor y el cliente, proporcionando seguridad […]

How To Configure SSL/TLS for MySQL on Ubuntu 16.04

Introduction MySQL is the most popular open-source relational database management system in the world. Modern package managers have reduced some of the friction to getting MySQL up and running, but there is still some configuration that should be done after installation. One of the most important areas to spend some extra time on is security. […]

Cómo crear un certificado SSL auto-firmado para Apache en Ubuntu 16.04

Introducción TLS o seguridad de capa de transporte, y su predecesor SSL , que representa la capa de sockets seguros, son protocolos web usados ​​para envolver el tráfico normal en un contenedor protegido y encriptado. Utilizando esta tecnología, los servidores pueden enviar tráfico de forma segura entre el servidor y los clientes sin la posibilidad de que los […]

SSL Settings

[1] Create certificates first, refer to here. [2] Configure Apache2.

Create SSL Certificates

Create your server’s self signed SSL Certificates. If you use your server as a business, it had better buy and use a Formal Certificate from Verisign and so on.

Configurar Gmail en Outlook, en Apple Mail o en otros clientes de correo electrónico

Puedes descargarte mensajes de Gmail y verlos con otro programa (Microsoft Outlook, Apple Mail, Thunderbird, etc.) aunque no estés conectado a Internet. Este procedimiento se conoce como POP o IMAP, y es gratuito para todos los usuarios de Gmail. Consejo: Te recomendamos que uses IMAP siempre que sea posible, pues te garantiza que puedas ver […]

Inspeccionando la cola de correos sin entregar en Postfix

Por defecto se reintenta la entrega de los correos cada 5 minutos y se descartan (generando un correo de advertencia al remitente) si no ha podido hacerse transcurridos cinco días del envío. Podemos variar estos valores introduciendo los siguientes parámetros en el fichero de configuración principal (/etc/postfix/main.cf): 1 2 queue_run_delay = 600 maximal_queue_lifetime = 1d […]