November 10, 2025
If you have two files, one with audio and one with video, you can use FFMPEG to merge them without r...
October 24, 2025
If you use Dovecot as your mail server, upgrading from 2.3 to 2.4 can cause some issues. It's alway...
October 16, 2025
Flux UI, the official Livewire component library has a Rich text editor built using ProseMirror and...
September 11, 2025
Claude code allows you to add subagents where each one is an expert in a specific domain. These suba...
September 10, 2025
> This post was originally written by Steve McDougal at: [https://sevalla.com/blog/building-modular-...
September 9, 2025
When you install Windows on a drive it creates different partitions, one for the boot, another for t...
September 8, 2025
If your Windows computer is showing the Blue Screen of Death with the error code `0x0000001` or `0x0...
August 20, 2025
Using PostgreSQL you might want to delete a database or a user you previously created. To delete a...
August 19, 2025
When sharing a PostgreSQL server with multiple projects, you might want to create a database and use...
June 27, 2025
To rename a network interface, first we should know the MAC address of the interface we want to rena...
June 26, 2025
4G USB dongles are useful for having an internet connection using a SIM card. To configure a USB d...
June 25, 2025
The folder `io.containerd.snapshotter.v1.overlayfs` contains the different image layers used by cont...
June 24, 2025
The command `du` is useful to explore the folder content sizes, but the results are sorted by name i...
June 23, 2025
The built-in support for Barman Cloud on CloudNativePG is deprecated since version 1.26 and will be...
June 12, 2025
Sometimes Oulook gets stuck with the status "Sending Message" but there's nothing in the outbox. Pro...
May 13, 2025
K9s is a utility that provides a terminal UI to interact with your Kubernetes clusters. To install...