If you use brew as package manager on macOS, it is interesting to autoupdate the software installed with this tool.
Category: Tecnología
How to sign a Git commit
I think it is a good practice to sign your Git commits. In this post, the author explains why and how to sign your Git commits. An interesting reading.
Missing BC Math or GMP extension
Moving a Laravel application between two servers, I get this error in the destination server:
How to install PHP8.0 in Debian 10
In this post, I will explain to you how to install PHP8.0 in Debian 10.
How to install HTTP/2 in Apache2 and Debian 10
In this post I will explain you how to install HTTP/2 in Apache2 and Debian 10.
You will need:
- Apache 2 4.17 or higher.
- SSL module installed and active.
Obtener el certificado digital de la FNMT con el nuevo sistema
La FNMT presentó en julio del 2020 un nuevo sistema que, en teoría, permite obtener el certificado de persona física desde cualquier ordenador (Windows, Linux, Mac) y con cualquier navegador.
How to get the number of words in a PO translation file
If you need to count the number of words in a .PO translation file, you can use the pocount command. This command is part of the translate-toolkit package.
First, you have to install it in your Linux machine with the command:
sudo apt install translate-toolkit -y
Then you have to execute this command with the .po file as first argument:
pocount myfile.po Processing file : myfile.po Type Strings Words (source) Words (translation) Translated: 0 ( 0%) 0 ( 0%) 0 Fuzzy: 0 ( 0%) 0 ( 0%) n/a Untranslated: 491 (100%) 2615 (100%) n/a Total: 491 2615 0 Empty: 491 (100%) 2615 (100%) 0
iDiots
Google Reader desaparece. Por ahora me quedo con Feedly
Google Reader desaparece el próximo 1 de julio. He probado unas cuantas alternativas y por ahora me quedo con Feedly, por:
- Versión web con plugin para Chrome muy similar a Google Reader en cuanto a interfaz de usario.
- Versión para móvil y para tableta muy bien diseñada.
- Por ahora gratuita, aunque creo que van a basar su negocio en un modelo freemium.
Acaban de completar la transición de los feeds desde Google Reader.
Y se despiden del Reader con un post y una imagen de agradecimiento divertida.
Y si FeedBurner cerrara…
En este artículo Chris Coyier da pistas sobre el posible cierre de FeedBurner, analiza sus consecuencias y cómo será la transición desde este servicio de feeds. Los signos son claros, por lo que hay que ir pensando en volver a alojar los feeds en los mismos sistemas en donde están los blogs, webs,… para no volver a sufrir el mismo problema: huir en la medida de lo posible de servicios “en la nube” que pueden ser apagados en cualquier momento y que no aportan un valor tan diferencial como para tener que estar cambiando de servicios de forma periódica.
There has been no official word that that FeedBurner will be shutting down, but:
- They closed down the API in October 2012.
- They closed down Google Reader, a (probably) much larger and more beloved RSS service, citing that they want to focus resources.
- The product has seemed untouched for years.
- There was a redesign of it you could opt in to that has disappeared.