Copiar base de datos MySql sin Backup

Hoy en mi trabajo tuve la necesidad de copiar una base de datos mysql de un servidor a otro sin poder utilizar las funciones de backup y restore, ya que el servidor principal, donde recidía la base de datos se daño, y el sistema operativo no funcionaba…… Pensé que con sólo copiar la carpeta de […]

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 […]

File is locked – how to unlock

Searching: server replied locked owncloud You can’t access files because they are locked and you find such errors in your logfile: {«reqId»:»0DijSqEkfOg2iyh9VD8J»,»remoteAddr»:»xx.xx.xx.xx»,»app»:»webdav»,»message»:»Exception: {\»Message\»:\»HTTP\\\/1.1 423 \\\»path\\\/file.extension\\\» is locked\»,\»Exception\»:\»OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Exception\\\\FileLocked\»,\»Code\»:0,\»Trace\»:\»#0 If you’re running the ownCloud 8.2.x branch make sure that you’re using at least 8.2.2 (previous versions had a bug causing this issue).

Configurar el Firewall UFW en Ubuntu

UFW, una de las alternativas mas simples a la hora de habilitar el cortafuegos del Kernel Linux en Ubuntu y en otras distros derivadas. UFW es un pequeño script creado por los desarrolladores de Ubuntu con el fin de simplificar casi hasta el máximo extremo la gestión de Netfilter/Iptables, el cortafuegos presente en núcleo de Linux.

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 […]

Ubuntu – Desinstalar paquetes (por consola)

Una de las maneras que tenemos en Ubuntu de desinstalar paquetes es mediante el comando apt-get remove. Lo que hace este comando es desinstalar el software que ya no usemos pero nos deja los archivos de configuración y los archivos que hayamos descargado para su instalación. Entonces vamos a hacer una desinstalación en tres pasos: […]

SSL Settings

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