Windows 11 on Proxmox

Windows 11 on Proxmox

Install, configure, and access a Windows 11 Pro VM on top of Proxmox VE. Proxmox lets you deploy Windows VMs using KVM/QEMU, with integration via the QEMU Guest Agent and VirtIO drivers, including UEFI + emulated TPM 2.0 (required for Win11). …

August 4, 2025 · 4 min
A Decent Windows

A Decent Windows

According to the Spanish RAE dictionary, Deshinchar: v. To deflate or reduce something swollen. That’s what this post is about: stripping Windows 11 of the apps, services, and options that simply get in the way — bloatware — that eat resources and clutter the experience. Works on a fresh Windows install as well as on one already in use. …

August 3, 2025 · 9 min
Cross-platform CLI Tools

Cross-platform CLI Tools

In this post I share a selection of cross-platform command-line tools that you can use interchangeably on PowerShell, CMD, WSL2, macOS and Linux. These are modern, fast and lightweight utilities that replace or greatly improve classic tools like ls, cd, find or even command history. They not only speed up everyday tasks, but also offer a more consistent user experience across systems. They don’t depend on specific shells like Bash or Zsh, and work the same whether you use PowerShell, Terminal, Alacritty, VSCode or any modern environment. As I discover new CLI utilities that fit this cross-platform, no-heavy-dependencies approach, I’ll keep adding them. …

July 19, 2025 · 3 min
CRLF vs LF

CRLF vs LF

When working in software development, one of the most subtle yet crucial aspects you need to be aware of is the difference between line endings in text files between Windows (CRLF \r\n) and Linux/MacOS (LF \n). This small detail can cause big problems if not handled correctly, especially when working in mixed environments – version control conflicts, script incompatibilities, compilation or execution issues. I wrote this post to have a handy reference for dealing with this topic, including a few tricks. …

September 28, 2024 · 3 min
VMWare on Windows

VMWare on Windows

I install VMware Workstation Pro on top of a Windows 11 Pro host and create a Guest VM running Windows 11 Pro (optionally without TPM 2.0) as an isolated development environment. …

August 26, 2024 · 4 min
Windows for development

Windows for development

I set up Windows 11 as a cross-platform development machine (Linux, macOS, and Windows), not Microsoft-only. Starting from a clean English install, tuned lightly (optionally after a dualboot). The post starts with the CLI and WSL2 and ends with the tools and programming languages. …

August 25, 2024 · 36 min