January 8, 2025
To change the keyboard distribution to Spanish on an Ubuntu Server, we must execute the following co...
December 31, 2024
Estamos a 31 de diciembre, quedan unas horas para finalizar el año 2024 y empezar el 2025. Lo que es...
December 30, 2024
The default port of SQL Server is `1433`. But I can be different in some installations. In order to...
December 26, 2024
While working on a Laravel project, we might dispatch a job to a queue. But what if the job is no l...
December 3, 2024
Windows can generate a report about our battery health. In order to generate it first we need to ope...
October 31, 2024
Some Windows installations have configured by default a password expiration of 42 days, if you want...
October 30, 2024
Using Filament you can add a sidebar in your resource create and edit views. Here you can see what...
October 29, 2024
When you open Apex it will start playing some videos before loading the game. In order to disable t...
October 28, 2024
Sometimes the GRUB menu is hidden by default on boot, you should enable it changing the GRUB configu...
October 25, 2024
I usually run Ubuntu and Windows on the same computer, in order to be able to select which OS I want...
October 24, 2024
Docker Compose allows us to run dockerized projects, it pulls images, creates networks, volumes and...
October 23, 2024
If you have a Honeywell PDA, you can change the configuration to insert the Enter character after a...
October 22, 2024
We're going to install Tileserver GL software at an Ubuntu server. If you're using another distribut...
October 21, 2024
Following this tutorial will allow you to reset the administrator password in Windows 10 if you're l...
October 18, 2024
If you're using a NGINX Docker image, every time you make a change to the configuration you might wa...
October 17, 2024
If we have a CSV file, we can import the data to a database using the following command: ```sql LOA...