My name's Alfons, and this is my website. Nothing fancy. Just a bunch of self-notes turned into blog posts.
About keyboard layouts
After a few years alternating Mac and PC Keyboards, I ended up deciding that I like the Mac layout of the Command Key (next to the space bar), so I changed my Ctrl key position. This is the layout I currently use (bottom left of the keyboard): Super ... read more →
Arch Install Part 2: Post-Install
This is a follow-up of the previous post. Once we have our system up and running, we can start adding stuff Install yay (aur helper) git clone https://aur.archlinux.org/yay-bin.git && cd yay-bin && makepkg -si Add Chaotic Aur Binary ... read more →
Arch Install Part 1: Disk
In this post I describe the steps I follow in order to install Arch Linux with disk encryption and TPM2. This is basically a howto/notes for myself. After booting from the USB installation drive, these are the first steps: Setting up Networking Conne ... read more →
Migrating to Wayland
Recently I moved to wayland and sway. It's been some time since I started to think about doing it. First time a read about it, it was confusing and a little scary. All my life knowing about the X11 and it's Window Managers, and now I was reading abou ... read more →
How I built this website (part II)
In the previous post I explained how I used Hugo to build a static website. Once you have you content generated, your next step should be to put it somewhere so it can be reached. This can be a directory shared by your own webserver, a hosting servic ... read more →