Skip to content

Instantly share code, notes, and snippets.

@bowb
bowb / gist:dc75c5cc538e8deac4b9a8d22a59bf63
Created July 12, 2025 03:25
WSL Ubuntu 24.04 docker nvidia access rtsp stream setup
#fixes audio stutter
sudo systemctl disable systemd-timesyncd
sudo apt update
sudo apt isntall ffmpeg
wget https://developer.download.nvidia.com/compute/cuda/repos/wsl-ubuntu/x86_64/cuda-keyring_1.1-1_all.deb
sudo dpkg -i cuda-keyring_1.1-1_all.deb
sudo apt-get update
sudo apt-get -y install cuda-toolkit-12-9
@bowb
bowb / README.md
Created September 7, 2021 23:04 — forked from Jakuje/README.md
OpenSC test Sign, Verify, Encipher and Decipher from commandline with OpenSSL CLI
export PIN=111111
export SIGN_KEY=11
export ENC_KEY=55

Sign/Verify using private key/certificate

  • Create a data to sign

    echo "data to sign (max 100 bytes)" > data