RutaCubano

A cuban around the globe

Tag: tips

Configurar el layout ABNT2 del teclado Logitech MK345 en Linux

Uno de los problemas habituales con los que nos topamos a la hora de configurar Debian o alguna distribución GNU/Linux, es el como configurar el layout en el idioma del teclado. En mi caso particular adquirí un kit  Logitech MK345 que viene con teclado y mouse con distribución en español usando el estándar ABNT2. Este

[How To] Check if a File or Directory exists in Bash

More and more when I need to automate backup tasks or perform devops tasks, it becomes essential for me to verify the existence or not of specific files or directories. In Bash, you can use the TEST command to check whether a file exists and determine the type of the file. The test command takes