Guilgo Blog

Notas de mi quehacer diario con las técnologias.

Ubuntu Pro para Amazon Web Services.

Ubuntu Pro en Amazon Web Services: imágenes AMI con soporte de seguridad y cumplimiento de Canonical, disponibles en todas las regiones de AWS.

letsencrypt Bad Request CPanel y no generá certificados.

Let's Encrypt Bad Request en cPanel: error 404 en DCV, dominio resuelto a 127.0.0.1. Actualizar cPanel, OpenSSL y cpanel-letsencrypt para renovar certificados.

Configurar IP estática en Ubuntu 18.04

Configurar IP estática en Ubuntu 18.04: netplan, YAML y ejemplos para asignar una dirección fija a la interfaz de red en escritorio o servidor.

ERROR Defect: OPENSSL_VERIFY: The certificate chain failed OpenSSL's verification

Error OPENSSL_VERIFY en cPanel: «certificate chain failed OpenSSL's verification» (CERT_HAS_EXPIRED). Actualizar OpenSSL y cpanel-letsencrypt, revisar Manage AutoSSL.

Las contraseñas más usadas del 2019.

Las contraseñas más usadas del año: listas de SplashData y similares, por qué son peligrosas y recomendaciones para elegir contraseñas seguras.

Clean White Theme for Hugo

How to set up this theme

Clean White Theme for Hugo

CleanWhite is a clean, elegant, but fully functional blog theme for Hugo. Here is a live demo site using this theme.

It is based on huxblog Jekyll Theme and Clean Blog Jekyll Theme.

These two upstream projects have done awesome jobs to create a blog theme, what I’m doing here is porting it to Hugo, of which I like the simplicity and the much faster compiling speed. Some other features which I think could be useful, such as site search with algolia and proxy for Disqus access in China, have also been built in the CleanWhite theme. Other fancy features of upstream projects are not supported by this Hugo theme, I’d like to make it as simple as possible and only focus on blog purpose, at least for now. While I created this theme, I followed the Hugo theme best practice and tried to make every part of the template as a replaceable partial html, so it could be much easier for you to make your customization based on it.