/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

albocoder.github.io
| | debugging.works
1.9 parsecs away

Travel
| | describes how to debug a Linux Kernel Module
| | nathanchance.dev
1.7 parsecs away

Travel
| | Recently, I built a computer for school that I installed Windows 10 Pro on (link to the current specs if you are curious). I was a little bummed about leaving Chrome OS because I was going to lose my local Linux development environment; however, Windows Subsystem for Linux is a thing and it has gotten even better with WSL 2, as it is actually running a Linux kernel so there is full Linux compatibility going forward.
| | muffsec.com
1.6 parsecs away

Travel
| | [AI summary] This post provides instructions for compiling and debugging a Linux kernel using QEMU and GDB, including steps to build the kernel, create an OS image, and set up a wrapper script for virtual machine execution.
| | blog.risingstack.com
12.8 parsecs away

Travel
| Let's take a look at the available options & tools to debug Node.js: the pino & debug modules, the built-in debugger, and more.