Run the following command using powershell without as Administrator:
notepad "$env:USERPROFILE/.wslconfig"
Put the following lines if you want to limit your WSL2 to 4GB of RAM and 2 CPUs:
[wsl2]
| {*********************************************** | |
| Fix MIDI key doesn't release in Samplitude Pro X6 | |
| When MIDI key is released, Samplitude will send | |
| a NOTE_ON event with velocity = 1. This script | |
| will override velocity = 1 into 0. Thus, | |
| Kontakt will assume the key is released if | |
| velocity = 0. | |
| *************************************************} |
Instructions how to create GPG keys for john@example.com (change with your own business email).
Install GPG on your machine. See blog from Yubico on how to install GPG.
Execute the following command:
| #define BOOST_TEST_MODULE subcommand options | |
| #include <boost/test/unit_test.hpp> | |
| #include <boost/program_options.hpp> | |
| #include <boost/variant/variant.hpp> | |
| #include <boost/variant/get.hpp> | |
| struct GenericOptions { | |
| bool debug_; | |
| }; |
Spawn:
podman run --rm -it --network=host \
--device=/dev/kfd \
--device=/dev/dri \
--ipc=host \
--security-opt label=disable \
docker.io/rocm/tensorflow:rocm5.5-tf2.11-dev \
bash