os.click: Operating System ISO Download Center
Posted on Thu, 12 Mar 2026 in Programación • Tagged with linux, windows, iso, operating systems, tools
Posted on Thu, 12 Mar 2026 in Programación • Tagged with linux, windows, iso, operating systems, tools
Posted on Fri, 06 Mar 2026 in Linux • Tagged with linux, networking, iproute2, net-tools, terminal
A guide to equivalents between classic net-tools commands (ifconfig, route, arp) and modern iproute2 commands (ip).
Posted on Fri, 06 Mar 2026 in Problems • Tagged with rodney, chrome, wayland, linux, debugging
How to fix Rodney crash when starting Chrome on Wayland systems by using the system Chrome.
Posted on Fri, 27 Feb 2026 in Tools • Tagged with asciinema, terminal, linux, productivity
Discover asciinema, the perfect tool to record your terminal sessions in a lightweight, reproducible, and easy-to-share way.
Posted on Fri, 20 Feb 2026 in Linux • Tagged with cli, markdown, tools, linux, kitty
Discover Glow, a tool to render Markdown directly in the terminal, ideal for reading documentation and READMEs.
Posted on Wed, 11 Feb 2026 in Linux • Tagged with linux, tools, cli
Posted on Thu, 25 Dec 2025 in Tools • Tagged with fresh, terminal, editor, productivity, linux, tools, cli
Discover fresh, a fast, modern, modeless terminal text editor, ideal for casual file editing, surpassing nano and vim in simplicity for regular use.
Posted on Thu, 25 Dec 2025 in Systems • Tagged with linux, rpm, packages, commands, systems, administration, dnf, yum
Quick guide to inspecting the contents of RPM packages and determining which packages own specific files on your Linux system.
Posted on Thu, 25 Dec 2025 in Tools • Tagged with linux, kooha, screen-recorder, productivity, tools, open-source
Discover Kooha, a minimalist screen recording application for Linux that combines ease of use with essential features.
Posted on Thu, 25 Dec 2025 in Tools • Tagged with direnv, shell, environment, productivity, development, linux, tools
Discover direnv, a shell extension that automatically loads and unloads environment variables when changing directories, keeping your configuration clean and organized.
Posted on Thu, 25 Dec 2025 in Systems • Tagged with linux, networking, tcp, netstat, ss, systems
Understand the different TCP connection states reported by netstat and ss, from establishment to termination, for better network diagnosis.
Posted on Thu, 25 Dec 2025 in Systems • Tagged with kitty, terminal, quick-access, productivity, linux, shortcuts
Configure Kitty for instant and efficient access, combining the power of a modern terminal with the convenience of a dropdown.
Posted on Thu, 25 Dec 2025 in Systems • Tagged with kitty, yakuake, terminal, linux, productivity, tools
Exploring the reasons and benefits of switching from Yakuake to Kitty for a more powerful and customizable terminal experience.
As always, another reminder note.
If you filter mail in gmail by unread (is:unread), you get all unread mail,
which in my case always includes hundreds of notifications, social, promotions, or forums which is usually not what I'm looking for.
To search for unread emails from the Primary tab …
Posted on Wed, 13 Jul 2016 in Linux • Tagged with linux, ram, dmidecode, lshw, hardware, memory
Linux commands to determine how many RAM slots are occupied and their capacity using dmidecode, lshw, and hardware inspection techniques
To measure the bandwidth I am using right now, I use NetHogs
By default, it looks for a network interface called "eth0". If it doesn't find it, it complains like this:
ioctl failed while establishing local IP for selected device eth0. You may specify the device on the command line …