Notes

This is what I write down in a random piece of paper, a napkin, or Joplin while learning something completely new, doing something I've never done before or trying to reduce my number of (repeated) queries into web search engines.

Some of them are older than this website, some are written with more detail, some are nothing but the absolute minimum number of words needed to be read by myself of someone who is looking for *that* command (s)he came across some time ago.

  • Download Maven dependency sources and Javadocs for IntelliJ Idea

    Published: 2023-10-31 20:46:20 -0300

    Tags: spring, maven, intellij

    Brief Keep reading...
  • Live copy of vcpkg patch for raylib

    Published: 2022-02-22 21:50:00 -0300

    Tags: linux, vcpkg, vs, code, raylib, ubuntu, portfile

    Brief

    This file is a copy of the portfile.cmake file needed for patching vcpkg. For more information, see the main blog post

    If you just want to download the file, click here

    Keep reading...
  • Installing an HP LaserJet 1020 in Arch Linux

    Published: 2021-03-20 16:42:00 -0300

    Tags: hp, laserjet, 1020, printer, linux

    Brief

    This notes summarize what needs to be done to properly configure and install an HP LaserJet 1020 in Arch Linux using the propietary plugin.

    Keep reading...
  • Building the Linux Kernel

    Published: 2020-03-28 08:34:00 -0300

    Tags: linux, kernel, rtl8723de, module, custom

    Brief

    This are my personal notes on building the Linux Kernel.

    I have originally written this in February 2020 when, for the second time in my life, I tried to build the mainline kernel from source and include extra drivers that were not originally built in (I am talking about the Realtek RTL8723DE driver).

    I have also made use of some internet resources and the book Linux Kernel in a Nutshell, by Greg Kroah-Hartman, which I read before starting this journey. See the Sources section for more information and links.

    Keep reading...