Binary will remember everything
Enable CUDA in an Existing C++ Project in Visual Studio
Recently I needed to integrate CUDA into a C++ project in Visual Studio. Since the project was not created using the NVIDIA CUDA template, I had to manually configure the environment.
Install CUDA and TensorRT on WSL2 Debian
Recently I got a GPU and started setting up for deep learning. Most guides I found focus on Ubuntu, and for a while I almost thought Debian wouldn't work. Fortunately, I successfully installed CUDA and TensorRT on my WSL2 Debian. Debian is better!
Build Linux kernel from source
Host: Debian 12.10. Target Kernel Version: 5.10.168.
QEMU Windows host Linux guest shared folder
This article explains how to set up a shared folder between a Windows host and a Debian guest in QEMU.
Run ARM Linux on Windows with QEMU
QEMU can build an environment that identical to the target device at the hardware level, and it is a good alternative to cross-compilation.