I invite you to try Poda. I made this to find similar directories among multiple storage locations (or hampers as I call them in the program). The typical use case is to find out whether I find whether I have … Sigue leyendo
Archivo de la categoría: English
I recently updated IPv6 Toolkit in Debian. IPv6 Toolkit is a security assessment and troubleshooting tool for the IPv6 protocols, written by Fernando Gont. Mainly, this update prevented it from being removed from Bullseye, as compilation broke under the new GCC … Sigue leyendo
I extensively use the Xfce panel to monitor my system. I like having a picture of its state without having to launch any diagnostic tool. This proves to be quite useful! Also, should my computer experience a sudden problem and … Sigue leyendo
Initially I titled this «My laptop was hacked» but because the way they got in was by guessing a password, so it’s difficult to consider this a hack. Furthermore, what they did was pretty standard stuff, so although they technically … Sigue leyendo
Este script sirve para buscar en los logs de Postfix 2.9.6 la historia de entrega de los correos que cumplan con el from= y el to= que se indiquen en el primer y segundo argumento del script, respectivamente. #!/bin/bash # Configuration variables REQUIREMENTS=»gawk grep» … Sigue leyendo